...
Export-JobSchedulerJobStream [[-JobStream] <String>] [[-Directory] <String>] [-Recursive] [[-Limit] <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]
...
Required? | false |
Position? | 2 |
Default value | / |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
Recursive
-Recursive <SwitchParameter>
Specifies that any sub-folders should be looked up if the -Directory parameter is used.
By default no sub-folders will be searched for job streams.
Required? | false |
Position? | named |
Default value | False |
Accept pipeline input? | false |
Accept wildcard characters? | false |
...
Exports any job streams from the indicated job stream folder.
-------------------------- EXAMPLE 3 --------------------------
PS > $jsExport = Export-JobSchedulerJobStream -Directory / -Recursive
Exports all job streams.