Skip to content

Home

PwshUnifi

This PowerShell module streamlines the administration of Unifi devices and networks, enabling automated configuration for efficient setup. Ideal for release pipelines, it simplifies device management and ensures consistent deployment.

SHORT DESCRIPTION

Powershell wrapper for the Unifi API.

EXAMPLES

Example

Backup Unifi
$Url = "https://unifi.example.com:8443"
$session = Get-UnifiSession -Url $Url -Credential $Credential
Backup-Unifi -Url $Url -WebSession $session
Remove-UnifiSession -Url $Url -WebSession $session -Confirm:$false

NOTE

This PowerShell module is provided "as-is" without any guarantees or warranty. Use it at your own risk. The authors and contributors are not responsible for any damage or issues that may arise from using this module.

LICENSE

This project is under the MIT license.

KEYWORDS

  • Unifi
  • Windows
  • Powershell