Invoke-CiscoCommand
1.4.6
Executes commands on a Cisco device as if you were connected to the terminal via SSH.
Installation Options
Owners
Copyright
(c) 2018 Chris Masters. All rights reserved.
Package Details
Author(s)
- Chris Masters
Tags
Functions
Dependencies
This script has no dependencies.
Release Notes
Issue with handing the IPAddress parameter an array has been resolved. It will now iterate thru the list.
1.3 - Accepts an SSH session for connection instead of creds.
1.4 - Removed my debug code.
1.4.1 - Had some scoping issues with the SSH Shell Stream variable. Needed to make it Global: before it would work.
Added $Timeout parameter for changing the sleep time for waiting on return values.
1.4.2 - GitHub actions now publishing to PSGallery
FileList
- Invoke-CiscoCommand.nuspec
- Invoke-CiscoCommand.ps1