Exports the local list of Scheduled Tasks into a single XML file.
Backup-SchTasks.ps1 [[-Path] <String>] [-Stylesheet <String>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Backup-SchTasks.ps1
(Backs up Windows Scheduled Tasks to tasks.xml.)
The name of the XML file to export to.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: Tasks.xml
Accept pipeline input: False
Accept wildcard characters: False
A CSS or XSLT stylesheet to use when viewing the scheduled tasks XML.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
https://msdn.microsoft.com/library/windows/desktop/bb736357.aspx