An interesting question came up recently. A Powershell user was trying to access an AD attribute so they did something like this $x = Get-ADUser -Identity usera -Properties * | select useraccountcontrol When they tried to use $x it didn’t correctly… Read the full text.