< Back

Import-RDPersonalVirtualDesktopAssignment

Thu Apr 04, 2019 5:42 am

NAME Import-RDPersonalVirtualDesktopAssignment



SYNOPSIS

Imports associations between user accounts and personal virtual desktops from a text file.





SYNTAX

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





DESCRIPTION

The Import-RDPersonalVirtualDesktopAssignment cmdlet imports associations between user accounts and personal virtual desktops from a text file.





PARAMETERS

-CollectionName <String>

Specifies the name of a personal virtual desktop collection.



Required? true

Position? 1

Default value none

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ConnectionBroker [<String>]

Specifies the Remote Desktop Connection Broker (RDConnection Broker) server for a Remote Desktop deployment. If you do not supply a value, the

cmdlet uses the fully qualified domain name (FQDN) of the local computer.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-Path <String>

Specifies the path and file name of a file to import.



Required? true

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS

System.Object







1: Import a personal virtual desktop assignment



PS C:\\>Import-RDPersonalVirtualDesktopAssignment -CollectionName "Virtual Desktop Collection" -Path "C:\\Import\\VirtDeskAssignReport"



This command imports a personal virtual desktop assignment from the file named C:\\Import\\VirtDeskAssignReport.







RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294234

Export-RDPersonalVirtualDesktopAssignment

Get-RDPersonalVirtualDesktopAssignment

Remove-RDPersonalVirtualDesktopAssignment

Set-RDPersonalVirtualDesktopAssignment