Good Afternoon All,
Is it possible to set multiple attributes in one line using powershell?
Import-CSV"$CSV"|foreach {Set-QADUser-Identity$_.mail -ObjectAttributes @{comment=""} -WhatIf}
I would also like to set the PasswordLastSet attribute at the same time as updating the comment attribute if possible?