QuickStart
Last updated
Last updated
You can use PowerShell's built-in Install-Module feature to automatically download the latest stable version of UcmPsTools into your PowerShell directory
Install-Module UcmPsTools
Can't access the PowerShell Gallery? No problem, you can download the latest build from the Releases page on GitHub, transfer it to your target machine and place it into your PowerShell modules folder.
(C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
or C:\Program Files\WindowsPowerShell\Modules
by default).
Wanna try the bleeding edge and not have the beta code sitting in your modules folder? Maybe develop your own fork? Just clone the dev branch from GitHub and run Test-ImportFunctions.ps1