Notice: Due to size constraints and loading performance considerations, scripts referenced in blog posts are not attached directly. To request access, please complete the following form: Script Request Form Note: A Google account is required to access the form.
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

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