For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetTerminalServerUniqueIdentifier

Description

Gets a unique identifier for a Terminal Server user. The identifier is of the form:

string GetTerminalServerUniqueIdentifier ()

Return

Type
Description

string

returns a unique identifier for a Terminal Server user. The identifier is of the form:

<SessionID>_<RemoteHostName>_<LoggedinUser>

Where:
SessionID is a number typically from 1-5 identifying the type of connection
RemoteHostName is the name of the computer connecting to the Terminal Server
LoggedInUser is the name of the user connecting to the Terminal Server


Last updated