PowerShell Logo Small

Export-RDPersonalVirtualDesktopAssignment



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

Exports the current associations between users and personal virtual desktops to a file.

SYNTAX


Export-RDPersonalVirtualDesktopAssignment [-CollectionName] <String> [-ConnectionBroker <String>] -Path <String> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Export-RDPersonalVirtualDesktopAssignment cmdlet exports the current associations between users and personal virtual desktops to a text file.



<

RELATED LINKS

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

REMARKS

<

Examples


Example1: Create a delimited text file of the current associations between users and personal virtual desktops

PS C:\> Export-RDPersonalVirtualDesktopAssignment -Path "c:\reports\VirtDeskAssignReport" -ConnectionBroker "Rdcb.Contoso.com"



This command creates a text file in the path named c:\reports\VirtDeskAssignReport by using the RD Connection Broker server named Rdcb.Contoso.com.