PowerShell Logo Small

Set-RDPersonalVirtualDesktopPatchSchedule



This is the built-in help made by Microsoft for the command 'Set-RDPersonalVirtualDesktopPatchSchedule', 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

Changes patch schedule settings for a personal virtual desktop.

SYNTAX


Set-RDPersonalVirtualDesktopPatchSchedule [-VirtualDesktopName] <String> [-ID] <String> [[-Context] <Byte[]>] [[-Deadline] <DateTime>] [[-StartTime] <DateTime>] [[-EndTime]
<DateTime>] [[-Label] <String>] [[-Plugin] <String>] [[-ConnectionBroker] <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-RDPersonalVirtualDesktopPatchSchedule cmdlet changes patch schedule settings for a personal virtual desktop.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294262
Get-RDPersonalVirtualDesktopPatchSchedule
New-RDPersonalVirtualDesktopPatchSchedule
Remove-RDPersonalVirtualDesktopPatchSchedule

REMARKS

<

Examples


Example 1: Set a default patch schedule for a virtual desktop

PS C:\> Set-RDPersonalVirtualDesktopPatchSchedule -VirtualDesktopName "RDS-WKS-A27" -ID "{58E69A71-AFC9-49A6-81B9-494DA20216AC}"



This command sets the patch schedule that has the ID "58E69A71-AFC9-49A6-81B9-494DA20216AC" for the personal virtual desktop named "RDS-WKS-A27".




Example 2: Set a patch schedule for a personal virtual desktop

PS C:\> Set-RDPersonalVirtualDesktopPatchSchedule -VirtualDesktopName "RDS-WKS-A27" -ID "{58E69A71-AFC9-49A6-81B9-494DA20216AC}" -StartTime (Get-Date)



This command sets properties of the path schedule that has the ID "58E69A71-AFC9-49A6-81B9-494DA20216AC" for the personal virtual desktop named "RDS-WKS-A27". The StartTime
parameter specifies the current time as the earliest time by which to begin the patch operation.