Microsoft Virtualization Discussions
Microsoft Virtualization Discussions
what is the equivalent of 'vfiler context <vfiler>'?
I want to run commands on the filer level only
thank you
Solved! See The Solution
Some thing like this??
connect-nacontroller $ControllerName -credential $credential1
connect-nacontroller -Name ($global:CurrentNaController).name -Vfiler $vfile -Credential $credential1
Some thing like this??
connect-nacontroller $ControllerName -credential $credential1
connect-nacontroller -Name ($global:CurrentNaController).name -Vfiler $vfile -Credential $credential1
thank you! - works like a charm...
BTW, other than 'Invoke-NaSsh' is there a way to run 'rdfile'?
Sure, if you have etc$ shared out, you can use native powershell to do anything over cifs