Lab: Extending the Active Directory Schema
Description
Lab Overview
Use this lab to practice modifying the Active Directory Schema.
Lab Objectives
* Create a new Active Directory User attribute called "ServerAcademyID"
* Edit the AD user paul.hill and add an integer value of 215873 to the ServerAcademyID attribute
* Use PowerShell to search for and retrieve the user attribute with the following command:
Get-ADUser -Identity paul.hill -Properties ServerAcademyID
* Verify that you are able to see the value you entered in step 2
Duration: 30 min
No content for this lesson yet.