I\'m using the CTP of powershell v2. I have a script written that needs to go out to various network shares in our dmz and copy some files. However, the issue I have is that
This is an old question but I'm just updating it for future finders.
PowerShell v3 now supports using the -Credential parameter for filesystem operations.
Hope this helps others searching for the same solution.