Disclaimer: I do not accept responsibility for any issues arising from scripts being run without adequate understanding. It is the user's responsibility to review and assess any code before execution. More information

ADDS Powershell Command

If you have a member server which you want to make a domain controller these are the powershell commands:

Install the required features with this command:

Install-WindowsFeature AD-Domain-Services –IncludeManagementTools

Promote it to a domain controller with this:

Install-ADDSDomainController -DomainName -InstallDNS:$True –Credential (Get-Credential)

This command replaces DCPROMO
Previous Post Next Post

نموذج الاتصال