Question: write steps Create an OU called IT a . Create your own administrative account in the IT OU called YOURFIRSTNAME - IT replacing YOURFIRSTNAME with
write steps Create an OU called IT
a Create your own administrative account in the IT OU called YOURFIRSTNAMEIT replacing YOURFIRSTNAME with your first name, with the same memberships as the administrator account
b Log into the domain controller with your YOURFIRSTNAMEIT account you created
c You must only use this account for the remainder of the project
d Create the OUs in the root of the domain: Administration, Shipping, Finance, and Sales
e Open an administrative PowerShell prompt, and type the following Powershell cmdlets:
function global:prompt Environment::MachineNameEnvironment::UserName PS
Then
GetADOrganizationalUnit Filter 'Name like FormatTable Name, DistinguishedName
f Take a screenshot.
Create a Global Security group for each OU
a Use the name of the OU and add Group to the end of the group name IT Group"
b Open an administrative PowerShell prompt, and type the following Powershell cmdlets:
function global:prompt Environment::MachineNameEnvironment::UserName PS
Then
GetADGroup Filter 'Name like Group FormatTable Name, Distinguishedname
Create a template account for each of the OUs you have created starting with the unique characters:
a Each must be labelled OU NAMETemplate Replace OU NAME with the name of the OU
b Each must be added as a member of the OUs group
c The template accounts must be disabled
d Open an administrative PowerShell prompt, and type the following Powershell cmdlets:
function global:prompt Environment::MachineNameEnvironment::UserName PS
Then
GetADUser Filter 'Name like FormatTable Name, Di
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
