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.
Creates the mapping for the User Remote Desktop.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
public string MakeUserRemoteDesktopMapping(
string userName
)
public:
String^ MakeUserRemoteDesktopMapping(
String^ userName
)
Public Function MakeUserRemoteDesktopMapping (
userName As String
) As String
Parameters
userName
Type: System.StringThe name of the user account that performs this operation.
Return Value
Type: System.String
An instance of String that contains the mapping information.
See Also
MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top