QuickStart
Installing from the PowerShell Gallery
Installing from Release
Developing UcmPsTools
#Clone the repo
git home https://github.com/Atreidae/UcmPsTools.git c:\UcMadScientist\UcmPsTools
#Dot source the test script to load all cmdlets in the 'public' folder
. c:\UcMadScientist\UcmPsTools\Test-ImportFunctions.ps1
#To include cmdlets in the 'private' folder, add the -Private switch
. c:\UcMadScientist\UcmPsTools\Test-ImportFunctions.ps1 -PrivateLast updated