165k views
2 votes
When using powershell, an administrator can use the ____________ cmdlet to create a new dc in a new forest.??

User Ensminger
by
7.4k points

1 Answer

3 votes
I am definitely sure that the answer should be: When using powershell, an administrator can use the Install-ADDSForest cmdlet to create a new dc in a new forest. Install-ADDSForest is used to install first domain controller in new forest. To do that, you should execute this command through the command promt. It looks like this: C:\> Install-AddsForest. Then you'll need to set up the attributes.
User Kevin Etore
by
8.3k points