Let start easy, I hope. How can I make this command work in PowerShell:
net user jhans /DOMAIN | FIND /I "Account active"
net user jans /DOMAIN /ACTIVE:yes
I have tried 20 different way, no luck.
Let start easy, I hope. How can I make this command work in PowerShell:
net user jhans /DOMAIN | FIND /I "Account active"
net user jans /DOMAIN /ACTIVE:yes
I have tried 20 different way, no luck.