I was thinking I could do something like this:
psexec \\func2_web1 New-PSDrive -Name x -PSProvider FileSystem -Root \\argento\drops -Persist
But that fails and comes back with this message:
PsExec v1.98 - Execute processes remotely Copyright (C) 2001-2010 Mark Russinovich Sysinternals - www.sysinternals.com
PsExec could not start New-PSDrive on func2_web1:
I have enabled PSRemoting on func2_web1 (and I can run other psexec commands against that machine just fine).
Does anyone know how I can map a hard disk on a remote machine?
Thanks