Difference between revisions of "Windows Server"

From Max's Wiki
Jump to navigation Jump to search
Line 12: Line 12:
  
 
Google Templates: https://support.google.com/chrome/a/answer/187202?hl=en
 
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

Revision as of 22:46, 19 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.

  1. CD into: C:\Windows\System32\Sysprep
sysprep.exe /generalize /oobe /reboot