PowerArubaSW Versions Save

PowerShell module to manage ArubaOS switches

v1.0.0

2 years ago

What's Changed

New Contributors

/!\ This release have some compatibility break (-noconfirm -> -confirm:$false... ) /!\

Tested on Aruba Switch 2530 (16.11.0002) and 2930F (16.11.0002)

Windows 10 with PowerShell 7.1.4
Windows 10 with PowerShell 5
macOS with PowerShell 7.1.4
Ubuntu 20.04 with PowerShell 7.1.4

Full Changelog: https://github.com/PowerAruba/PowerArubaSW/compare/v0.9.0...v1.0.0

v0.9.0

2 years ago

14 new cmdlets

  • Add PowerArubaSW Logo (#123)
  • Adding RADIUS Server (#107)
  • Adding RADIUS ServerGroup (#108)
  • Adding RADIUS Profile (#122)
  • Adding MAC (Table) (#110)
  • Adding Ping (#114)
  • Adding Display Modules Information (#112)
  • Adding Banner (motd/exec) (#111)
  • Adding Github Actions (for PSSA and Deploy release) (#113)

Tested on Aruba Switch 2530 (16.11.0002) and 2930F (16.11.0002)

  • Windows 10 with PowerShell 7.1.4
  • Windows 10 with PowerShell 5
  • macOS with PowerShell 7.1.4
  • Ubuntu 20.04 with PowerShell 7.1.4

v0.8.0

5 years ago

14 new cmdlets

  • Multi connection support (#37, #102 and #105)
  • Trunk (Get/Add/Remove) (#14 and #86)
  • STP Get/Set (#19 and #88)
  • IP Address (#91 and #92) (only get)
  • AnyCli Get (#18, #93 and #95)
  • CliBatch Send (#20)
  • PoE Get/Set(and Get Statistics) (#100)

v0.7

5 years ago

4 new cmdlets

  • Support of PowerShell (Core) 6 (tested on Linux/Ubuntu and MacOS) (#74)
  • new parameter (-SkipCertificateCheck) when want to connect using HTTPS to unsecure switch (with no valid certificate) (#74)
  • Adding DNS support (Get/Set/Remove DNS server and domain names)( #72 #73)
  • Fix using Get-ArubaSWSystemStatus with VSF/Stacked Switch (#75)

v0.6

5 years ago

3 new cmdlets

  • Enhance speed (Don't wait 5sec between each request...) (#32)
  • Enhance security (Enable TLS 1.2 when HTTPS is used...) (#60)
  • Better "error" message when fail to connect or use a API (#55)
  • Add -usebasicparsing for use without connnected session (like task) (#56)
  • Add integration test (using Pester) for check code (Known issue about VSF Switch) (#36)
  • Add Get|Set-ArubaSWPort(-statistics) to get and configure a port (name, status, mode...) and Port statistics (name, packets/bytes/throughtput/error TX or RX...) (#40)
  • Add Extract-Port-ArubaSW.ps1 tools script for generate a Excel file with the list of Port and configuration (vlan, status, lldp neighbor...) (#34)
  • 4 removed cmdlets (Get-ArubaSWSystemStatus[Cpu|Memory|Storage|Time] (#43)

v0.5

5 years ago

12 new cmdlets

  • HTTPS Support (for connection to the Switch)
  • LACP (Add/Configure/Remove a Aggregation Port)
  • LLDP (Configure Global Settings, and get neighbor/port stats and remote info)
  • Led (Get / Configure Led Locator info)

v0.4

5 years ago

8 new cmdlets :

  • Vlans Ports (Add/Configure/Remove a vlan (tagged/untagged/forbidden) to a port)
  • REST (Get API Version / Get|Set Rest Timeout)
  • Switch Status (Product and Hardware info)