Difference between revisions of "Windows Server"

From Max's Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
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
 +
 +
=== Check to see if DC is using a Global Catalog ===
 +
nltest /server:serverName /dsgetdc:domainName /gc /force
 +
 +
==Windows Admin Center (Project Honolulu)==
 +
https://docs.microsoft.com/en-us/windows-server/manage/windows-admin-center/overview
 +
 +
==Rename Domain Name==
 +
https://newhelptech.wordpress.com/2017/06/25/step-by-step-how-to-rename-domain-name-in-windows-server-2016/
 +
https://mizitechinfo.wordpress.com/2013/06/10/simple-guide-how-to-rename-domain-name-in-windows-server-2012/

Latest revision as of 00:20, 11 February 2019


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

Check to see if DC is using a Global Catalog

nltest /server:serverName /dsgetdc:domainName /gc /force

Windows Admin Center (Project Honolulu)

https://docs.microsoft.com/en-us/windows-server/manage/windows-admin-center/overview

Rename Domain Name

https://newhelptech.wordpress.com/2017/06/25/step-by-step-how-to-rename-domain-name-in-windows-server-2016/ https://mizitechinfo.wordpress.com/2013/06/10/simple-guide-how-to-rename-domain-name-in-windows-server-2012/