Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assume that you are accessing a Windows Server 2 0 2 2 machine which is the domain controller of cyber.suny.edu domain. Write PowerShell commands for
Assume that you are accessing a Windows Server machine which is the domain controller of cyber.suny.edu domain. Write PowerShell commands for the followings:
a Create an organization unit named Students.
NewADOrganizationalUnit Name "Students"
b Create a security group named Students within the Students organization unit.
NewADGroup Name StudentsGroupscope Global Path OUStudents,DCcyber.suny,DCedu
Is the DC part correct? How do you write the command with a sub domain?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started