Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 valueFalse
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.