Get-RDSScheduleReboot

NAME

Get-RDSScheduleReboot

SYNOPSIS

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

SYNTAX

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

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

DESCRIPTION

Retrieves information about RD Session Host scheduler jobs of type "Reboot (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

RDSSchedGroupRebootItem

EXAMPLES


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

Get-RDSScheduleReboot -SiteId 1 -Name TSSchedule1

Retrieves information about a scheduler job with a specified name.

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

Get-RDSScheduleReboot -Id 1

Retrieves information about a scheduler job with job ID 1.

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

Get-RDSScheduleReboot -SiteId 1

Retrieves information about all scheduler jobs from the specified site.

RELATED LINKS