PowerShell Logo Small

Get-RDPersonalVirtualDesktopPatchSchedule



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

Gets a patch schedule for a virtual desktop.

SYNTAX


Get-RDPersonalVirtualDesktopPatchSchedule [[-VirtualDesktopName] <String>] [[-ID] <String>] [[-ConnectionBroker] <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-RDPersonalVirtualDesktopPatchSchedule cmdlet gets patch schedule details for a personal virtual desktop.



<

RELATED LINKS

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

REMARKS

<

Examples


Example1: Get the patch schedule for all virtual desktops

PS C:\> Get-RDPersonalVirtualDesktopPatchSchedule



This command gets the patch schedule for all virtual desktops on the local computer.




Example 2: Get a patch schedule by using an ID

PS C:\> Get-RDPersonalVirtualDesktopPatchSchedule -ID "{58E69A71-AFC9-49A6-81B9-494DA20216AC}"



This command gets the patch schedule that has the ID "58E69A71-AFC9-49A6-81B9-494DA20216AC".




Example 3: Get a patch schedule by using a virtual desktop name

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



This command gets the patch schedule for the virtual desktop named "RDS-WKS-A27".