Versions Compared

Key

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

...

Update-JobSchedulerJob -Job <String> -Action <String> <CommonParameters>[-Parameters <Hashtable>] [-At <String>] [<CommonParamete
rs>]

DESCRIPTION

Updating jobs includes operations to stop and unstop jobs.

...

Required? true
Position? 2
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

Parameters

-Parameters <Hashtable>
Specifies the parameters for the job. Parameters are created from a hashmap,
i.e. a list of names and values.

Required? false
Position? 3
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

At

-At <String>
Specifies the point in time when the job should start:

Required? false
Position? 4
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

...