< Back
Show-PSChristmasMessage
Post
NAME Show-PSChristmasMessage
SYNOPSIS
Display a hidden message in a Christmas object
SYNTAX
Show-PSChristmasMessage [-Christmas] <PSChristmas> [<CommonParameters>]
DESCRIPTION
Display a holiday themed message to the console. This function does not write anything to the pipeline.
PARAMETERS
-Christmas <PSChristmas>
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
PSChristmas
OUTPUTS
none
NOTES
Learn more about PowerShell: http://jdhitsolutions.com/blog/essentia ... resources/
-------------------------- Example 1 --------------------------
PS C:\\> New-PSChristmas | Show-PSChristmasMessage
Pipe a PSChristmas object to this command to write a special message to the console.
RELATED LINKS
New-PSChristmas
SYNOPSIS
Display a hidden message in a Christmas object
SYNTAX
Show-PSChristmasMessage [-Christmas] <PSChristmas> [<CommonParameters>]
DESCRIPTION
Display a holiday themed message to the console. This function does not write anything to the pipeline.
PARAMETERS
-Christmas <PSChristmas>
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
PSChristmas
OUTPUTS
none
NOTES
Learn more about PowerShell: http://jdhitsolutions.com/blog/essentia ... resources/
-------------------------- Example 1 --------------------------
PS C:\\> New-PSChristmas | Show-PSChristmasMessage
Pipe a PSChristmas object to this command to write a special message to the console.
RELATED LINKS
New-PSChristmas