Install-ADDSForest -DomainName “legionofdoom.local” -CreateDnsDelegation:$false -DatabasePath “C:\Windows\NTDS” -DomainMode “7” -DomainNetbiosName “legionofdoom.local” -ForestMode “7” -DomainNetbiosName “LEGIONFDOOM” -ForestMode “7” -InstallDns:$true -LogPath “C:\Windows\NTDS” -NoRebootOnCompletion:$False -SysvolPath “C:\Windows\SYSVOL” -Force:$true
ERROR : The command Install-ADDSForest is no recognized as the name of a cmdlet, function, script file or operable program.
Hey there - assuming this is for Active Directory Basics and refers to the command at Step 24. Comparing your command above against the lab guide, it appears that you have some extra options in there, specifically:
-DomainNetbiosName “legionofdoom.local” -ForestMode “7” -DomainNetbiosName “LEGIONFDOOM” -ForestMode “7”
I would recommend revisiting the lab and double-checking your command input against the instructions. If the issue persists, could you please provide a screenshot?