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

PowerShell : A deep dive into remoting - part 4

$
0
0

 

There are two common options for approaching remoting with PowerShell. The first is known as one-to-one remoting, in which you

essentially bring up an interactive PowerShell prompt on a remote computer, where you can enter the commands that are executed on the remote computer. The second option is called one-to-many remoting and it is especially suited for situations when you may want to run the same commands or scripts in parallel to several remote computers.

Read More


Viewing all articles
Browse latest Browse all 6937

Trending Articles