I recently had to work out what the full set of attributes was that could be set against a user or a group in Active Directory. My first thought was ok why not just grab a user in PowerShell and ask to see all properties Get-ADUser -ResultSizeLimit 1 -Filter * -Properties * However that only […]