Forum Discussion
liamdwyer
Mar 11, 2021Copper Contributor
Script to disable and add description
I was hoping to find someone that could add the correct stanza's to my script. I am disabling in bulk AD accounts and I need to add something to the description like when disabled. This is the sc...
farismalaeb
Mar 12, 2021Steel Contributor
Set-ADUser TheUserName -replace @{info="Why i am disabled"}
-----------
If this answer help, please click on Best Response
-----------
If this answer help, please click on Best Response