Invoke-CiscoCommand

1.4.6

Executes commands on a Cisco device as if you were connected to the terminal via SSH.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Invoke-CiscoCommand

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2018 Chris Masters. All rights reserved.

Package Details

Author(s)

  • Chris Masters

Tags

network cisco ios

Functions

Get-SSHShellStream

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

Version History

Version Downloads Last updated
1.4.6 (current version) 257 4/4/2023
1.4.5 8 4/3/2023
1.4.4 7 4/3/2023
1.4.3 7 4/3/2023
1.4.2 46 3/3/2023
1.4.1 68 12/14/2022
1.4 7 12/14/2022
1.3 12 12/13/2022
1.2 619 11/16/2018
1.1 67 6/20/2018
1.0 18 6/20/2018
Show more