I ran this command against an active AD user.
get-aduser jacksos1
It returned the following information
DistinguishedName : CN=Jackson\, Stanley,OU=MGH_Users,DC=Acme,DC=org
Enabled : True
GivenName : Stanley
Name : Jackson, Stanley
ObjectClass : user
ObjectGUID : 80a5098a-beb1-442f-b799-2bbad19ec0b3
SamAccountName : jacksos1
SID : S-1-5-21-3477532476-396596822-3023499157-17439
Surname : Jackson
UserPrincipalName : jacksos1@Acme.org
But what is missing is the Description: field. I know for this user and all of our users the Description field is populated with data. How do I read and update this field?