< Back

Invoke-Jingle

Sun Jan 19, 2020 6:20 pm

NAME Invoke-Jingle



SYNOPSIS

Play a Christmas tune





SYNTAX

Invoke-Jingle [-Christmas] <myChristmas> [<CommonParameters>]





DESCRIPTION

The command name explains it all. You can pipe a myChristmas object to this function, otherwise it will create one

on the fly.





PARAMETERS

-Christmas <myChristmas>

An object created with New-PSChristmas



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

myChristmas







OUTPUTS

None







NOTES





Learn more about PowerShell: http://jdhitsolutions.com/blog/essentia ... resources/



-------------------------- Example 1 --------------------------



PS C:\\>Invoke-Jingle

Nollaig Chridheil, Diogones Furrylobes



There is no pipeline output. A message is written to the console using Write-Host.



RELATED LINKS

New-PSChristmas