How to make your Windows Server a NTP Server

On your windows server, open an elevated PowerShell: Set-ItemProperty ` -Path "HKLM:\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer" ` -Name Enabled ` -Value 1 Set-ItemProperty ` -Path "HKLM:\SYSTEM\CurrentControlSet\Services\W32Time\Config" ` -Name AnnounceFlags ` -Value 5 Restart-Service W32Time…[...]

views 0 Comments

How to Transfer FSMO Roles In Server 2016

Transferring Your FSMO Roles Now you have a PowerShell Commandlet to help ‘Move-ADDirectoryServerOperationMasterRole‘. Solution As before you can view your FSMO role holders, by using the following command. netdom query fsmo…[...]

413 views 0 Comments