Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
