< Back

Save-CH9EventItem

Mon Jan 13, 2020 12:46 am

NAME Save-CH9EventItem



SYNOPSIS

This functions helps you dowbload items from Chennel 9 events.





SYNTAX

Save-CH9EventItem [-EventId] <String[]> [-Title] <String[]> [[-VideoURLHigh] <String[]>] [[-SlideURL] <String[]>]

[[-Content] <String>] [[-StorePath] <String>] [<CommonParameters>]





DESCRIPTION

Use this function to download session events from Channel 9, like TechEd, Build, Ignite etc.





PARAMETERS

-EventId <String[]>

The Event session event Id loaded from Get-CH9EventItem



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-Title <String[]>

The Event session title loaded from Get-CH9EventItem



Required? true

Position? 2

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-VideoURLHigh <String[]>

The Event session video URL loaded from Get-CH9EventItem



Required? false

Position? 3

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-SlideURL <String[]>

The Event session Presentation URL loaded from Get-CH9EventItem



Required? false

Position? 4

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-Content <String>

Where to save you data, defaults to Desktop



Required? false

Position? 5

Default value All

Accept pipeline input? false

Accept wildcard characters? false



-StorePath <String>

Where to save you data, defaults to Desktop



Required? false

Position? 6

Default value [Environment]::GetFolderPath("MyVideos")

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 Ingite -Year 2015 -Speaker 'Snover' | Save-CH9EventItem













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-CH9EventItem -Event Ingite -Year 2015 -Speaker 'Snover' | Save-CH9EventItem -StorePath C:\\temp -Content

Presentation















RELATED LINKS