Remove-RASScheduleMessage
Last updated
Last updated
Remove-RASScheduleMessage
Removes a Schedule Message from a Schedule Item.
Remove-RASScheduleMessage [-] <uint> - <uint> - {RDS | VDI | AVD} [<>]
Remove-RASScheduleMessage [-] <string> [[-] <uint>] - <uint> - {RDS | VDI | AVD} [<>]
Removes a Schedule Message from a Schedule Item.
-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.
Possible values: RDS, VDI, AVD
<CommonParameters>
-none-
-none-
---------- 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.
-ObjType <> Schedule message object type.