Project

UnifiStockTracker

UnifiStockTracker is a PowerShell module to get current stock on Europe, Brazil or USA Ubiquiti stores. Since I was constantly checking stock on Ubiquiti store waiting for specific products I decided to automate it.

Stars23
Forks3
Open issues0
PowerShell Gallery downloads12219
Releasev2.2.0
Language: PowerShell Updated: 2026-02-14T21:45:41.0000000+00:00

Documentation

Install UnifiStockTracker

Install UnifiStockTracker from PowerShell Gallery.

Install UnifiStockTracker from PowerShell Gallery:

Install-Module -Name UnifiStockTracker -Scope CurrentUser

Import the module before querying store availability:

Import-Module UnifiStockTracker

Start with manual Get-UnifiStock queries before moving to a wait loop.