< Back
Get-MSPSUGMeetingDate
Post
NAME Get-MSPSUGMeetingDate
SYNOPSIS
Returns the meeting dates for the Mississippi PowerShell User Group.
SYNTAX
Get-MSPSUGMeetingDate [[-Month] <String[]>] [[-Year] <Int32[]>] [<CommonParameters>]
DESCRIPTION
Get-MSPSUGMeetingDate is a function that returns the dates when
the Mississippi PowerShell User Group meetings are held.
PARAMETERS
-Month <String[]>
The month to return the meeting dates for. The default is all months.
Required? false
Position? 1
Default value (1..12)
Accept pipeline input? false
Accept wildcard characters? false
-Year <Int32[]>
The year to return the meeting dates for. The default is the current year.
Required? false
Position? 2
Default value (Get-Date).Year
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
Integer
OUTPUTS
PSCustomObject
NOTES
Written by Mike F Robbins
Blog: http://mikefrobbins.com
Twitter: @mikefrobbins
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-MSPSUGMeetingDate
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-MSPSUGMeetingDate -Year 2014, 2015
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-MSPSUGMeetingDate -Year (2013..2020)
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>Get-MSPSUGMeetingDate -Month July, September
-------------------------- EXAMPLE 5 --------------------------
PS C:\\>Get-MSPSUGMeetingDate -Month (7..10) -Year 2014, 2015
-------------------------- EXAMPLE 6 --------------------------
PS C:\\>2014, 2015 | Get-MSPSUGMeetingDate
-------------------------- EXAMPLE 7 --------------------------
PS C:\\>2013..2020 | Get-MSPSUGMeetingDate -Month July, September
RELATED LINKS
SYNOPSIS
Returns the meeting dates for the Mississippi PowerShell User Group.
SYNTAX
Get-MSPSUGMeetingDate [[-Month] <String[]>] [[-Year] <Int32[]>] [<CommonParameters>]
DESCRIPTION
Get-MSPSUGMeetingDate is a function that returns the dates when
the Mississippi PowerShell User Group meetings are held.
PARAMETERS
-Month <String[]>
The month to return the meeting dates for. The default is all months.
Required? false
Position? 1
Default value (1..12)
Accept pipeline input? false
Accept wildcard characters? false
-Year <Int32[]>
The year to return the meeting dates for. The default is the current year.
Required? false
Position? 2
Default value (Get-Date).Year
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
Integer
OUTPUTS
PSCustomObject
NOTES
Written by Mike F Robbins
Blog: http://mikefrobbins.com
Twitter: @mikefrobbins
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-MSPSUGMeetingDate
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-MSPSUGMeetingDate -Year 2014, 2015
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-MSPSUGMeetingDate -Year (2013..2020)
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>Get-MSPSUGMeetingDate -Month July, September
-------------------------- EXAMPLE 5 --------------------------
PS C:\\>Get-MSPSUGMeetingDate -Month (7..10) -Year 2014, 2015
-------------------------- EXAMPLE 6 --------------------------
PS C:\\>2014, 2015 | Get-MSPSUGMeetingDate
-------------------------- EXAMPLE 7 --------------------------
PS C:\\>2013..2020 | Get-MSPSUGMeetingDate -Month July, September
RELATED LINKS