Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Resting passwords on remote domain with native commands

$
0
0

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.


Viewing all articles
Browse latest Browse all 6937

Trending Articles