passing %client name% to application

  • Thread starter Thread starter RIchard Beach
  • Start date Start date
R

RIchard Beach

We're moving an application from being run directly on a client machine to
terminal services. All if well with the app, however, the Credit Card
processing software we use is licensed based upon receiving the NetBIOS name
of the client PC.

How can I get terminal services to pass that information correctly, or do I
have to go to MetaFrame on Win2K?

Thanks - RB
 
ClientName is accessible via RDP or ICA, but there is no SPACE in the
variable, so you'd use %CLIENTNAME%.

You can test this by logging onto an RDP session, go to the cmd prompt and
type "set", which lists all of the available variables.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top