Business.com on MSN

Understanding functions in PowerShell

Don’t copy and paste the same code over and over again. Instead, create a PowerShell function and save yourself time.
One of the great things about remoting in PowerShell is that you can run a script on remote computers and the script doesn't have to be on the remote computer. The script can live locally and its ...