Best practices for writting PowerShell scripts for local and remote usage
- by Scott Weinstein
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.