filmov
tv
How to clear an AD user attributes using powershell
Показать описание
clear a disabled user attributes like, department, email id, description, city, title as part of the off-boarding request in an organization.
script:
Set-ADUser -Identity smathews -clear description, mail, department, title
script:
Set-ADUser -Identity smathews -clear description, mail, department, title