Best practices for writting PowerShell scripts for local and remote usage

Posted by Scott Weinstein on Stack Overflow See other posts from Stack Overflow or by Scott Weinstein
Published on 2010-04-19T15:09:17Z Indexed on 2010/04/19 15:13 UTC
Read the original article Hit count: 160

Filed under:
|

What are some of the best practices for writting scripts that will execute in a remote context?

For instance, I just discovered that built-in var $Profile doesn't exist during remote execution.

© Stack Overflow or respective owner

Related posts about powershell-v2.0

Related posts about remoting