CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2004
    Posts
    293

    NetBios-style TO DNS-style

    Hi,

    I've Win2008 server with multi sessions users logons.

    I query each session for the username + domain name.

    When I query for Domain (via WTSQuerySessionInformation) I only receive NetBios name-style (i.e domain)

    My question is: suppose I have the username + NetBios name, How can I retrieve its DNS name-style??

    one important point, the logon of different users are remote desktop logon.

  2. #2
    Join Date
    Dec 2004
    Posts
    293

    Re: NetBios-style TO DNS-style

    if I've the logon details in the form of domain\username (SAM), How can I convert it to username@domain (UPN) ??

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured