Jump to content

Windows/Server

From Wiki
Revision as of 14:29, 8 October 2025 by Marcluer (talk | contribs) (Created page with "== Active Directory == * Server Manager -> Add roles -> Active Directory Domain Services + DNS <blockquote> <pre> Install-WindowsFeature AD-Domain-Services, DNS -IncludeManagementTools </pre> </blockquote> * Active Directory -> Promote -> Add new forest (ad.example.de) <blockquote> <pre> Install-ADDSForest -DomainName "ad.example.com" -InstallDNS </pre> </blockquote> Category:Windows")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Active Directory

  • Server Manager -> Add roles -> Active Directory Domain Services + DNS
Install-WindowsFeature AD-Domain-Services, DNS -IncludeManagementTools
  • Active Directory -> Promote -> Add new forest (ad.example.de)
Install-ADDSForest -DomainName "ad.example.com" -InstallDNS