Skip to content

Commit

Permalink
Merge pull request #125 from alagoutte/readme
Browse files Browse the repository at this point in the history
Update README(.md) and prepare 0.9.0
  • Loading branch information
alagoutte authored Nov 27, 2021
2 parents 4981942 + 6bf95ae commit db71167
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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.8.0'
ModuleVersion = '0.9.0'

# Supported PSEditions
#CompatiblePSEditions = @('Desktop', 'Core')
Expand All @@ -27,7 +27,7 @@
#CompanyName = 'Unknown'

# Copyright statement for this module
Copyright = '(c) 2018 Alexis La Goutte All rights reserved.'
Copyright = '(c) 2018-2021 Alexis La Goutte All rights reserved.'

# Description of the functionality provided by this module
Description = 'PowerShell module to query the ArubaOS Switch API'
Expand Down Expand Up @@ -104,7 +104,7 @@
ProjectUri = 'https://github.com/PowerAruba/PowerArubaSW'

# A URL to an icon representing this module.
IconUri = 'https://raw.githubusercontent.com/PowerAruba/PowerArubaSW/master/Medias/PowerArubaSW.png'
IconUri = 'https://raw.githubusercontent.com/PowerAruba/PowerArubaSW/master/Medias/PowerArubaSW.png'

# ReleaseNotes of this module
# ReleaseNotes = ''
Expand Down
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a Powershell module for configure a ArubaOS Switch.
<img src="https://raw.githubusercontent.com/PowerAruba/PowerArubaSW/master/Medias/PowerArubaSW.png" width="250" height="250" />
</p>

With this module (version 0.8.0) you can manage:
With this module (version 0.9.0) you can manage:

- System (Name, Location, Contact) & Switch Status (Product and Hardware info)
- Vlans (Add/Configure/Remove)
Expand All @@ -23,6 +23,12 @@ With this module (version 0.8.0) you can manage:
- IP Address (Get)
- Cli (AnyCli and CliBatch for send CLI function)
- PoE (Get/Configure PoE Settings and Get Poe Stats)
- RADIUS Server (Add/Get/Set/Remove)
- RADIUS Group (Add/Get/Remove)
- RADIUS Profile (Get/Set)
- MAC Table (Get)
- Banner (Get/set)
- Ping (Test)
- [Multi Connection](#MultiConnection)

More functionality will be added later.
Expand Down Expand Up @@ -191,11 +197,14 @@ For example to get Vlan Ports of 2 switchs
# List of available command
```powershell
Add-ArubaSWLACP
Add-ArubaSWRadiusServer
Add-ArubaSWRadiusServerGroup
Add-ArubaSWTrunk
Add-ArubaSWVlans
Add-ArubaSWVlansPorts
Connect-ArubaSW
Disconnect-ArubaSW
Get-ArubaSWBanner
Get-ArubaSWCli
Get-ArubaSWCliBatchStatus
Get-ArubaSWDns
Expand All @@ -206,10 +215,15 @@ Get-ArubaSWLLDPGlobalStatus
Get-ArubaSWLLDPNeighborStats
Get-ArubaSWLLDPPortStats
Get-ArubaSWLLDPRemote
Get-ArubaSWMacTable
Get-ArubaSWModules
Get-ArubaSWPoE
Get-ArubaSWPoEStats
Get-ArubaSWPort
Get-ArubaSWPortStatistics
Get-ArubaSWRadiusProfile
Get-ArubaSWRadiusServer
Get-ArubaSWRadiusServerGroup
Get-ArubaSWRestSessionTimeout
Get-ArubaSWRestVersion
Get-ArubaSWSTP
Expand All @@ -224,16 +238,21 @@ Get-ArubaSWVlansPorts
Invoke-ArubaSWWebRequest
Remove-ArubaSWDns
Remove-ArubaSWLACP
Remove-ArubaSWRadiusServer
Remove-ArubaSWRadiusServerGroup
Remove-ArubaSWTrunk
Remove-ArubaSWVlans
Remove-ArubaSWVlansPorts
Send-ArubaSWCliBatch
Set-ArubaSWBanner
Set-ArubaSWCipherSSL
Set-ArubaSWDns
Set-ArubaSWLed
Set-ArubaSWLLDPGlobalStatus
Set-ArubaSWPoE
Set-ArubaSWPort
Set-ArubaSWRadiusProfile
Set-ArubaSWRadiusServer
Set-ArubaSWRestSessionTimeout
Set-ArubaSWSTP
Set-ArubaSWSTPPort
Expand All @@ -243,6 +262,7 @@ Set-ArubaSWVlans
Set-ArubaSWVlansPorts
Set-Cookie
Show-ArubaSWException
Test-ArubaSWPing
```

# Author
Expand All @@ -258,4 +278,4 @@ Show-ArubaSWException

# License

Copyright 2018 Alexis La Goutte and the community.
Copyright 2018-2021 Alexis La Goutte and the community.

0 comments on commit db71167

Please sign in to comment.