Answered step by step
Verified Expert Solution
Link Copied!

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 2022 machine which is the domain controller of cyber.suny.edu domain. Write PowerShell commands for the followings:
a. Create an organization unit named Students.
New-ADOrganizationalUnit -Name "Students"
b. Create a security group named Students within the Students organization unit.
New-ADGroup -Name Students-Groupscope Global -Path OU=Students,DC=cyber.suny,DC=edu
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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle 10g SQL

Authors: Joan Casteel, Lannes Morris Murphy

1st Edition

141883629X, 9781418836290

More Books

Students also viewed these Databases questions