Difference between revisions of "Windows Server"

From Max's Wiki
Jump to navigation Jump to search
Tag: visualeditor
Line 19: Line 19:
 
  sysprep.exe /generalize /oobe /reboot
 
  sysprep.exe /generalize /oobe /reboot
  
=== Check to see if DC is using a Global Catalog: ===
+
=== Check to see if DC is using a Global Catalog ===
 
  nltest /server:serverName /dsgetdc:domainName /gc /force
 
  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

Revision as of 00:18, 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