PowerShell - Active Directory
Identify the error in this command:
Set-ADUser -Identity 'asmith' -EmailAddress 'asmith@example.com'
Set-ADUser -Identity 'asmith' -EmailAddress 'asmith@example.com'
-EmailAddress is not a valid parameter for Set-ADUser.-Email or by modifying the mail attribute using -Replace @{mail='...'}.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions