Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Asynchronously creates the mapping for the User Remote Desktop.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
public void MakeUserRemoteDesktopMappingAsync(
string userName
)
public:
void MakeUserRemoteDesktopMappingAsync(
String^ userName
)
Public Sub MakeUserRemoteDesktopMappingAsync (
userName As String
)
Parameters
userName
Type: System.StringThe name of the user account that performs this operation.
See Also
MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top