Re: Getting user's domain name
- From: "Scott M. Lyon" <scott.RED.lyon.WHITE@xxxxxxxxxxxxxxxxx>
- Date: Wed, 28 Sep 2005 10:25:27 -0400
Okay, now I feel like an idiot. Ignore my last response (where it was
blank) - that was a coding issue.
But, as I suspected initially, System.Environment.UserDomainName seems to be
returning exactly the same as Environment.UserDomainName.
-Scott
"M. Posseth" <MPosseth@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FB61C491-E21A-42E7-A431-92DEBC66D9F7@xxxxxxxxxxxxxxxx
> you might try
>
> System.Environment.UserDomainName
>
> regards
>
> Michel Posseth
>
> "Scott M. Lyon" wrote:
>
>> I'm having some strange problems with a VB.NET application that I
>> support.
>>
>>
>> The application currently uses SystemInformation.UserName() and
>> SystemInformation.UserDomainName() to determine who is logged in, and
>> what
>> network domain they are logged into.
>>
>>
>> And for our environment here (logged into a domain), it seems to work
>> just
>> fine.
>>
>>
>> However, we have some German users (with a slightly different operating
>> system - basic Windows XP english vs Windows XP german with something
>> called
>> the CAT client on it) that aren't getting the domain correctly, despite
>> being logged into the same domain as we are in the states.
>>
>>
>> When they run the application, it reports their domain as their computer
>> name, and not the domain.
>>
>>
>> I checked their system environment variables (manually, from a CMD
>> window),
>> and even that confirmed that they were on the domain. But it's still not
>> reporting that to SystemInformation.UserDomainName()
>>
>>
>> I also tried the UserName/UserDomainName properties of the Environment
>> object, and got the same (incorrect) results.
>>
>>
>> Has anyone else dealt with anything like this? If so, what do I need to
>> do
>> to get the correct domain?
>>
>>
>> Thanks!
>> -Scott
>>
>>
>>
>>
.
- References:
- Getting user's domain name
- From: Scott M. Lyon
- Getting user's domain name
- Prev by Date: Figureing out how long a sub takes to execute
- Next by Date: Re: Hiding properties from the Forms Designer
- Previous by thread: Re: Getting user's domain name
- Next by thread: Figureing out how long a sub takes to execute
- Index(es):
Relevant Pages
|