PowerShell Logo Small

Get-ClusteredScheduledTask



This is the built-in help made by Microsoft for the command 'Get-ClusteredScheduledTask', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets clustered scheduled tasks for a failover cluster.

SYNTAX


Get-ClusteredScheduledTask [[-TaskName] <String>] [[-Cluster] <String>] [[-TaskType] <ClusterTaskTypeEnum>] [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-ClusteredScheduledTask cmdlet gets the clustered scheduled tasks registered on a failover cluster. You can specify task name or task type.


For more information about the Windows Server® 2012 Task Scheduler, see the Task Scheduler Overview topic in the TechNet Library at
http://technet.microsoft.com/en-us/library/cc721871.aspx.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287548
Register-ClusteredScheduledTask
Set-ClusteredScheduledTask
Unregister-ClusteredScheduledTask

REMARKS

<

Examples


Example 1: Get scheduled tasks

PS C:\> Get-ClusteredScheduledTask -TaskName "Task14" -Cluster "Cluster73"



This command gets the task named Task14 on the cluster named Cluster73.