I was recently asked how to add user information – specifically first and last name – into computer description in Active Directory.
First get your user
$user = Get-ADUser -Identity FredBrown
Then add the information to the computer’s description… Read the full text.