An account will enable you to access:
Don't have an account?
Microsoft Virtualization Discussions
Hi
I am trying to automate a config dump. Is this possible using the powershell toolkit. I see cron is available in 8.2 but I cannot move to that version yet
Thanks
Arthur
in 7-mode?
invoke-nassh is the only way i'm aware of - something like this:
Invoke-NaSsh -name root@$filer -command "config dump $date" -PrivateKeyFile $keyfile