Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

Reply To: Running PSexec from powershell

$
0
0

(gc .\computers.txt) | foreach { psexec \\$_ -u doamin\user -p p@ssword -h -d powershell.exe “net localgroup users” }


Viewing all articles
Browse latest Browse all 13067

Trending Articles