Using PowerShell (2) On SERVER, open PowerShell with administrative rights. (3) Create the Sales group using the New-ADGroup cmdlet. The command will be similar to New-ADGroup -Name Sales-GroupScope Global -GroupCategory Security-Path "CN=Users,DC-spc,DC-edu". Input your domain name for the DC= in the command. iii) Verify the group creation using the net group command. Projects and Sales should be in the list. iv) Create additional global security groups:
Using PowerShell (2) On SERVER, open PowerShell with administrative rights. (3) Create the Sales group using the New-ADGroup cmdlet. The command will be similar to New-ADGroup -Name Sales-GroupScope Global -GroupCategory Security-Path "CN=Users,DC-spc,DC-edu". Input your domain name for the DC= in the command. iii) Verify the group creation using the net group command. Projects and Sales should be in the list. iv) Create additional global security groups:
Related questions
Question
100%
Can you help me solve the section Using Powershell. I need help writing out the commands.
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps with 4 images