AD User properties
Read all properties
Set property
# value PasswordExpired will be changed automatically
Set-ADUser -Identity foo -PasswordNeverExpires $true
Enable account
Read all properties
Set property
# value PasswordExpired will be changed automatically
Set-ADUser -Identity foo -PasswordNeverExpires $true
Enable account