PoshUnifi
1.0.1
Module to work with Self Hosted Unifi Controller
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
(c) 2023 Zack Moss. All rights reserved.
Package Details
Author(s)
- Zack Moss
Functions
Connect-UnifiController Disconnect-UnifiController ConvertTo-UnifiObject Invoke-UnifiRestMethod Invoke-UnifiControllerBackup Get-UnifiSite Get-UnifiSiteSetting Get-UnifiSiteHealth Get-UnifiSiteDevice Get-UnifiSiteClient Get-UnifiDeviceByMAC Invoke-RebootUnifiDevice
Dependencies
This module has no dependencies.
Release Notes
Version 0.1
- First release!
Version 0.2
- Fixed Invoke-BackupUnifiController function to download the file after backup.
- Added some error logic if controller is not connected.
- Updated README.md
Version 0.3
- Added Get-UnifiSiteClient function
- Added helper function Get-UnifiDeviceByMAC
Version 0.4
- Fixed issues with TLS self signed certificate policy when using Universal Dashboard
Version 0.5
- Bug fix with TLS self signed certificate
Version 1.0
- Graduated module to v1.0
- README fixes
Version 1.0.1
- Breaking changes ** Removed -Refresh from Connect-UnifiController as it is no longer needed **
- Added support for PowerShell Core with backwards compatability with Windows PowerShell
- Simplified redundant code inside functions by creating a new Invoke-UnifiRestMethod function
- Added Disconnect-UnifiController function to clean up sessions
- Added helper function to convert objects to proper output
- Added functions Get-UnifiSiteSetting, Get-UnifiSiteHealth
FileList
- PoshUnifi.nuspec
- PoshUnifi.psm1
- PoshUnifi.psd1