< Back

Get-PSChristmasPresent

Sun Jan 19, 2020 6:20 pm

NAME Get-PSChristmasPresent



SYNOPSIS

Get a Christmas present





SYNTAX

Get-PSChristmasPresent [[-Count] <Int32>] [<CommonParameters>]





DESCRIPTION

Run this command to get one or more presents from Santa.





PARAMETERS

-Count <Int32>

The number of presents to get.



Required? false

Position? 0

Default value 1

Accept pipeline input? False

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

None







OUTPUTS

System.String







NOTES





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



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



PS C:\\> Get-PSChristmasPresent

Barbie





-------------------------- Example 2 --------------------------



PS C:\\> Get-PSChristmasPresent 4

Slippers

EZ Bake Oven

Bicycle

Walkman







RELATED LINKS