Common return values are documented here, the following are the fields unique to this module: Key Description actions list / elements=string A list of actions. Returned: name is specified and task exists Sample: [{"Arguments": "/c echo hi", "Id": null, "Path": "cmd.exe", "Type": ...
Module: ScheduledTasks Modifies a scheduled task.SyntaxPowerShell 複製 Set-ScheduledTask [[-Password] <String>] [[-User] <String>] [[-Action] <CimInstance[]>] [[-TaskPath] <String>] [[-Settings] <CimInstance>] [[-Trigger] <CimInstance[]>] [-TaskName] <String> [...
Is deze pagina nuttig? YesNo Productfeedback geven| Hulp vragen bij Microsoft Q&A Aanvullende resources Training Module Geplande taken maken en beheren met Windows PowerShell - Training Geplande taken maken en beheren met Windows PowerShell...
Module: ScheduledTasks Creates an object that contains a scheduled task principal. Syntax PowerShell New-ScheduledTaskPrincipal[-UserId] <String> [[-LogonType] <LogonTypeEnum>] [[-RunLevel] <RunLevelEnum>] [[-ProcessTokenSidType] <ProcessTokenSidTypeEnum>] [...
Module: ScheduledTasks Changes settings for a clustered scheduled task.SyntaxPowerShell 複製 Set-ClusteredScheduledTask [-TaskName] <String> [[-Cluster] <String>] [-Xml] <String> [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>]...
Module: ScheduledTasks Enables a scheduled task. Syntax PowerShell Enable-ScheduledTask[-TaskName] <String> [[-TaskPath] <String>] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>] PowerShell Enable-ScheduledTask[-InputObject] <CimInstance> [-CimSession ...
Module: ScheduledTasks Gets the task definition object of a scheduled task that is registered on the local computer.SyntaxPowerShell 複製 Get-ScheduledTask [[-TaskName] <String[]>] [[-TaskPath] <String[]>] [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>]...
Module: ScheduledTasks Changes settings for a clustered scheduled task.SyntaxPowerShell 复制 Set-ClusteredScheduledTask [-TaskName] <String> [[-Cluster] <String>] [-Xml] <String> [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>]...
Module: ScheduledTasks Modifies a scheduled task. Syntax PowerShell Set-ScheduledTask[[-Password] <String>] [[-User] <String>] [[-Action] <CimInstance[]>] [[-TaskPath] <String>] [[-Settings] <CimInstance>] [[-Trigger] <CimInstance[]>] [-TaskName] <String> [-CimSessi...
Module: ScheduledTasks Stops all running instances of a task. Syntax PowerShell複製 Stop-ScheduledTask[[-TaskPath] <String>] [-TaskName] <String> [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>]