Remove-RASScheduleMessage
NAME
Remove-RASScheduleMessage
SYNOPSIS
Removes a Schedule Message from a Schedule Item.
SYNTAX
Remove-RASScheduleMessage [-Id] <uint> -MessageId <uint> -ObjType {RDS | VDI | AVD} [-TargetType {Host | HostPool}] [<CommonParameters>] Remove-RASScheduleMessage [-Name] <string> [[-SiteId] <uint>] -MessageId <uint> -ObjType {RDS | VDI | AVD} [-TargetType {Host | HostPool}] [<CommonParameters>]
DESCRIPTION
Removes a Schedule Message from a Schedule Item.
PARAMETERS
-MessageId <uint> Scheduler job message ID.
-Name <string> Scheduler job name.
-SiteId <uint> Site ID to modify the schedule job.
-Id <uint> Scheduler job ID.
-ObjType <ScheduleObjType> Schedule message object type. Possible values: RDS, VDI, AVD
-TargetType <ScheduleTargetType> Schedule target type. Possible values: Host, HostPool
<CommonParameters>
INPUTS
-none-
OUTPUTS
-none-
EXAMPLES
---------- EXAMPLE 1 ---------- Remove-RASScheduleMessage -objType vdi -Name "SchedItem" -MessageId 1 Removes the specified message by id within the specified schedule item by name. ---------- EXAMPLE 2 ---------- Remove-RASScheduleMessage -objType vdi -Id 1 -MessageId 1 Removes the specified message by id within the specified schedule item by id.
Last updated