Skip to content

Releases: PowerAruba/PowerArubaCP

PowerArubaCP 0.7.0

29 Jan 20:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0

Tested on ClearPass 6.10.8, 6.11.7, 6.12.0 :

  • Windows 10 with PowerShell 7.4.1
  • Windows 10 with PowerShell 5
  • macOS with PowerShell 7.4.1
  • Ubuntu 22.04 with PowerShell 7.4.1

PowerArubaCP 0.6.1

13 Oct 12:17
351d8e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

Note : Some known issue with Local User and CPPM 6.11.0 (but CPPM issue)

Tested on ClearPass 6.8.9, 6.9.12, 6.10.7 and 6.11.0 :

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

PowerArubaCP 0.6.0

13 Apr 07:53
68cacfc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

Tested on ClearPass 6.8.9, 6.9.10 and 6.10.4 :

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

PowerArubaCP 0.5.0

07 Jun 19:28
8f14e7f
Compare
Choose a tag to compare
  • Fix support of ClearPass 6.9.x (about hyperlen for MAC Address on Static Host List...) (#46)
  • Add support of Pester v5 (#48)
  • Update support of PSSA (#47 #49)
  • Fix use of ShouldProcess (Break Compability : noconfirm -> confirm:$false) (#50)
  • Add PowerArubaCP Logo (#54)
  • Update documentation (Add example for Static Host List...) (#59)
  • Add Network Device Group (#55)
  • Add Deploy and Configure ClearPass VM (for initial setup) (#51)
  • Add DeviceFingerprint (Get and Add) (#53)
  • Add Get Auth Method and Source (#56)
  • Fix CPPM 6.10.x support (#58)

Tested on ClearPass 6.8.9, 6.9.6 and 6.10.0 :

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

PowerArubaCP 0.4.0

26 Jan 18:12
1a6865c
Compare
Choose a tag to compare
  • Static Host List (Add/Get/Set/Remove and also Add/Remove Members) (#30)
  • Application License (Add/Get/Remove) (#31)
  • Platform (Get CPPM Version and Server Version/Configuration) (#32)
  • Multi Connection (#33)
  • Add port parameter to connection (#34)
  • Service (Get and Enable/disable) (#36)
  • Endpoint (Add/Get/Remove) (#38)
  • New connection method (using oauth client_id/client_secret) (#39)

Tested on ClearPass 6.7.2 and 6.8.4 :

  • Windows 10 with Powershell 6.2.3
  • Windows 10 with Powershell 5
  • macOS with Powershell 6.2.3
  • Ubuntu 18.04 with PowerShell 6.2.3

PowerArubaCP 0.3.0

13 Oct 06:46
50379b6
Compare
Choose a tag to compare
  • Support of PowerShell (Core) 6 (tested on Linux/Ubuntu and macOS) (#15)
  • Add Pester integration test (#17, #21)
  • Support of limit parameter fix #14 (#16) (But limited to 1000...)
  • Add Set-ArubaCPNetworkDevice and add better filtering to Get-ArubaCPNetworkDevice (#21)
  • Add GitHub Actions for launch Script Analyzer (#19, #22, #23) and publish release (#26)

Tested on ClearPass 6.7.2 and 6.8.2 :

  • Windows 10 with Powershell 6.2.3
  • Windows 10 with Powershell 5
  • macOS with Powershell 6.2.3
  • Ubuntu 18.04 with PowerShell 6.2.3

PowerArubaCP 0.2

02 Mar 18:23
c0271d1
Compare
Choose a tag to compare

3 new cmdlets

  • Network Device (Add / Get / Remove a NAS)
  • Enhance example about how to use Invoke-ArubaCPRestMethod
  • Add -SkipCertificateCheck when connect to a ClearPass with invalid certificat (self signed...)

PowerArubaCP 0.1: First Release !

11 Aug 06:29
4a1a7d6
Compare
Choose a tag to compare

First PowerArubaCP module release

  • Support Connection (and Disconnect) to ClearPass using API (token)
  • Invoke API using Invoke-ArubaCPRestMethod
  • And a README(.md) to explain this !