Manage older Sonicwall's using Powershell through SSH.
- Powershell v5.1 and higher.
- Renci.SshNet.dll loaded into powershell. Can be loaded using
add-type <path to dll>
Please note this is a work in development, development is depending on my work requirements. Feel free to fork and/or submit pull requests.
- Convert it into a Powershell module.
- Reduce amount of connectivity checks. (Maybe by storing last execution time and calculating is x amount of time passed...)