Ho installato un controller di dominio e l'ho collegato al mio dominio. Ha funzionato tutto bene, ma "Utenti e computer", "Siti e servizi" ecc. Non sono installati ... (tutti gli strumenti di gestione)
INFORMAZIONI SUPPLEMENTARI: ho installato ADDS con questo script:
$ user = read-host "Dominio \ amministratore per dominio" $ SecurePassword = read-host "Inserisci domain p assword" -AsSecureString $ domaincredentials = New-Object System.Management.Automation.PSCredential -ArgumentList` $ user, $ SecurePassword
Install-WindowsFunzione AD-Dom ain-Services $ domain = "domain.here" $ sitename = "sitenamehere"
Install-ADDSDomainController -InstallDns: $ true -DomainName "$ domain" `-NoRebootOnCompletion: $ false -SiteName" $ SiteName "-Force -Credential $ domaincredentials
Grazie!