Get-RDSScheduleDisable

NAME

Get-RDSScheduleDisable

SYNOPSIS

Retrieves information about RD Session Host scheduler jobs of type "Disable (server or group)".

SYNTAX

Get-RDSScheduleDisable [[-Name] <string>] [[-SiteId] <uint>] [<CommonParameters>]

Get-RDSScheduleDisable [[-Id] <uint>] [<CommonParameters>]

DESCRIPTION

Retrieves information about RD Session Host scheduler jobs of type "Disable (server or group)".

PARAMETERS


-Name <string>
Scheduler job name.

        Required?                    false
        Position?                    0
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-SiteId <uint>
Site ID from which to retrieve the schedule job.

        Required?                    false
        Position?                    1
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Id <uint>
Scheduler job ID.

        Required?                    false
        Position?                    0
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

<CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters documentation. 

INPUTS

-none-

OUTPUTS

RDSSchedServerGroupDisableItem

EXAMPLES


---------- EXAMPLE 1 ----------

Get-RDSScheduleDisable -SiteId 1 -Name TSSchedule1

Retrieves information about a scheduler job named 'TSSchedule1'.

---------- EXAMPLE 2 ----------

Get-RDSScheduleDisable -Id 1

Retrieves information about a scheduler job with job ID 1.

---------- EXAMPLE 3 ----------

Get-RDSScheduleDisable -SiteId 1

Retrieves information about all scheduler jobs from the specified site.

RELATED LINKS