Difference between revisions of "Windows Server"
Jump to navigation
Jump to search
Tag: visualeditor |
|||
Line 18: | Line 18: | ||
# CD into: C:\Windows\System32\Sysprep | # CD into: C:\Windows\System32\Sysprep | ||
sysprep.exe /generalize /oobe /reboot | sysprep.exe /generalize /oobe /reboot | ||
+ | |||
+ | === Check to see if DC is using a Global Catalog: === | ||
+ | nltest /server:serverName /dsgetdc:domainName /gc /force |
Revision as of 16:58, 30 January 2018
Wikipedia - Comparison of Microsoft Windows Versions
ADMX Templates
Installation
Official Microsoft Article: https://msdn.microsoft.com/en-us/library/bb530196.aspx
To be worked on: https://deploywindows.info/2015/08/20/how-do-you-update-your-group-policy-admx-files/
Google Templates: https://support.google.com/chrome/a/answer/187202?hl=en
Duplicate SID when joining domain
The domain join cannot be completed because the SID of the domain you attempted to join was identical to the SID of this machine. This is a symptom of an improperly cloned operating system installation. Run sysprep on this machine in order to generate a new machine SID.
- CD into: C:\Windows\System32\Sysprep
sysprep.exe /generalize /oobe /reboot
Check to see if DC is using a Global Catalog:
nltest /server:serverName /dsgetdc:domainName /gc /force