PowerShell Logo Small

Get-RDPersonalVirtualDesktopAssignment



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

Retrieves a list of personal virtual desktops and associated user accounts.

SYNTAX


Get-RDPersonalVirtualDesktopAssignment [-CollectionName] <String> [-ConnectionBroker <String>] [<CommonParameters>]
Get-RDPersonalVirtualDesktopAssignment [-CollectionName] <String> [-ConnectionBroker <String>] -User <String> [<CommonParameters>]
Get-RDPersonalVirtualDesktopAssignment [-CollectionName] <String> [-ConnectionBroker <String>] -VirtualDesktopName <String> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-RDPersonalVirtualDesktopAssignment cmdlet retrieves a list of personal virtual desktops and associated user accounts. Specify one or more user accounts to retrieve
the associated personal virtual desktops, or specify one or more personal virtual desktop names to retrieve the associated user accounts.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294216
Export-RDPersonalVirtualDesktopAssignment
Import-RDPersonalVirtualDesktopAssignment
Remove-RDPersonalVirtualDesktopAssignment
Set-RDPersonalVirtualDesktopAssignment

REMARKS

<

Examples


Example1: Retrieve a list of the current associations between personal virtual desktops and users

PS C:\>Get-RDPersonalVirtualDesktopAssignment –CollectionName "Virtual Desktop Collection"



This command lists current associations between personal virtual desktops and users from the virtual desktop collection named Virtual Desktop Collection.