Skip to content

Commit

Permalink
New release (0.6)
Browse files Browse the repository at this point in the history
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](https://github.com/PowerAruba/PowerArubaSW/blob/master/Tools/Extract-Port-ArubaSW.ps1) 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)
  • Loading branch information
alagoutte committed Nov 26, 2018
1 parent 2f8b1db commit a976986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PowerArubaSW/PowerArubaSW.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PowerArubaSW.psm1'

# Version number of this module.
ModuleVersion = '0.5'
ModuleVersion = '0.6'

# ID used to uniquely identify this module
GUID = '33b62abc-06b9-4c26-b9ac-05a43b40c510'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Last release: [![GitHub version](https://badge.fury.io/gh/alagoutte%2Fpoweraruba

This is a Powershell module for configure a ArubaOS Switch.

With this module (version 0.5.0) you can manage:
With this module (version 0.6.0) you can manage:

- System (Name, Location, Contact) & Switch Status (Product and Hardware info)
- Vlans (Add/Configure/Remove)
Expand Down

0 comments on commit a976986

Please sign in to comment.