From 5d1b072097728b2b28373064fcd1c57fa0a65aba Mon Sep 17 00:00:00 2001 From: ManikaDhiman Date: Mon, 30 Mar 2020 10:17:12 -0700 Subject: [PATCH] updated table --- windows/client-management/mdm/devdetail-csp.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/client-management/mdm/devdetail-csp.md b/windows/client-management/mdm/devdetail-csp.md index bb5d0938f8..859ffd1672 100644 --- a/windows/client-management/mdm/devdetail-csp.md +++ b/windows/client-management/mdm/devdetail-csp.md @@ -138,6 +138,7 @@ Supported operations are Get and Replace. Added in the next major release of Windows 10. This node specifies the DNS computer name for a device. The server must explicitly reboot the device for this value to take effect. A couple of macros can be embedded within the value for dynamic substitution. Using any of these macros will limit the new name to 63 characters. This node replaces the **Domain/ComputerName** node in [Accounts CSP](accounts-csp.md). The following are the available naming macros: + | Macro | Description | Example | Generated Name | | -------| -------| -------| -------| | %RAND:<# of digits> | Generates the specified number of random digits. | Test%RAND:6% | Test123456|