PSChristmasTree FAQ

General

Q: What is PSChristmasTree?
A: A PowerShell module that renders an animated Christmas tree and lets you customize and persist display behavior.

Q: Where can I install it?
A: From PowerShell Gallery with:

Install-Module -Name PSChristmasTree -Scope CurrentUser

You can also use the GitHub repository.

Q: Which PowerShell version is required?
A: PowerShell 5.0 or newer.

Usage

Q: How do I show the tree?
A: Run:

Show-PSChristmasTree

Q: How do I list available commands?
A: Run:

Get-Command -Module PSChristmasTree

Q: How do I persist settings?
A: Use:

Set-PSChristmasTreeConfig

Q: Where can I learn the configuration model?
A: Read the Configuration Guide.

Support