Installation
From PowerShell Gallery (recommended)
Install-Module -Name PSChristmasTree -Scope CurrentUser
Import-Module PSChristmasTree
Get-Command -Module PSChristmasTree
Manual installation
- Download or clone the repository.
- Extract the
PSChristmasTree module folder to one of your module paths.
- Import the module and verify exports:
Import-Module PSChristmasTree
Get-Command -Module PSChristmasTree
Notes
- PowerShell 5.0 or newer is required.
- On first install from Gallery,
Set-PSRepository PSGallery -InstallationPolicy Trusted may be needed depending on your environment policy.