< Back
Get-CH9EventItem
Post
NAME Get-CH9EventItem
SYNOPSIS
This functions helps you load items from Chennel 9 events.
SYNTAX
Get-CH9EventItem [-EventName] <String[]> [-Year] <Int32[]> [-Region] <String> [[-Category] <String>] [[-Speaker]
<String>] [[-Title] <String>] [[-Pages] <Int32>] [<CommonParameters>]
DESCRIPTION
Use this function to load session events from Channel 9, like TechEd, Build, Ignite etc.
PARAMETERS
-EventName <String[]>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Year <Int32[]>
The Year of the Event.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Region <String>
Where the Event took place.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Category <String>
What the session was about.
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Speaker <String>
Who is making the presentation.
Required? false
Position? 5
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Title <String>
Required? false
Position? 6
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Pages <Int32>
Required? false
Position? 7
Default value 3
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
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-CH9EventItem -Event Build -Year 2015 -Region NorthAmerica
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-CH9EventItem -Event Ingite -Year 2015 -Region NorthAmerica -Speaker 'Snover'
RELATED LINKS
SYNOPSIS
This functions helps you load items from Chennel 9 events.
SYNTAX
Get-CH9EventItem [-EventName] <String[]> [-Year] <Int32[]> [-Region] <String> [[-Category] <String>] [[-Speaker]
<String>] [[-Title] <String>] [[-Pages] <Int32>] [<CommonParameters>]
DESCRIPTION
Use this function to load session events from Channel 9, like TechEd, Build, Ignite etc.
PARAMETERS
-EventName <String[]>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Year <Int32[]>
The Year of the Event.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Region <String>
Where the Event took place.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Category <String>
What the session was about.
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Speaker <String>
Who is making the presentation.
Required? false
Position? 5
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Title <String>
Required? false
Position? 6
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Pages <Int32>
Required? false
Position? 7
Default value 3
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
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-CH9EventItem -Event Build -Year 2015 -Region NorthAmerica
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-CH9EventItem -Event Ingite -Year 2015 -Region NorthAmerica -Speaker 'Snover'
RELATED LINKS