Retrieving DynamicSiteName Value from the registry in
using Powershell e.g.
This also happens on Windows 7 and Windows Server 2008 R2 whhen this update has been installed on the system
2506143 Description of Windows Management Framework 3.0 for Windows 7 SP1 and Windows Server 2008 R2 SP1
http://support.microsoft.com/kb/2506143/EN-US
The returned value ends with some unexpected characters
e.g.
instead of
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters REG_SZ DynamicSiteName
using Powershell e.g.
(Get-ItemProperty "HKLM:\System\CurrentControlSet\Services\Netlogon\parameters")."DynamicSiteName"
This also happens on Windows 7 and Windows Server 2008 R2 whhen this update has been installed on the system
2506143 Description of Windows Management Framework 3.0 for Windows 7 SP1 and Windows Server 2008 R2 SP1
http://support.microsoft.com/kb/2506143/EN-US
The returned value ends with some unexpected characters
e.g.
"Default-First-Site-Name E"
instead of
"Default-First-Site-Name"