PowerShell Logo Small

New-RDPersonalVirtualDesktopPatchSchedule



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

Creates a patch schedule for a personal virtual desktop.

SYNTAX


New-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 New-RDPersonalVirtualDesktopPatchSchedule cmdlet creates a patch schedule for a personal virtual desktop.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Create a patch Schedule for a personal virtual desktop

PS C:\> New-RDPersonalVirtualDesktopPatchSchedule -VirtualDesktopName "RDS-WKS-A27"



This command creates a patch schedule for the personal virtual desktop named "RDS-WKS-A27".




Example 2: Create a new Patch Schedule for a Personal Virtual Desktop

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



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