HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows XP

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 02-25-2008, 06:26 PM
Bill
 
Posts: n/a
Default trying to find the server that a user is logged into

Does anyone know what program shows the server that processed the user's
logon? I have a computer that the group policy is not getting updated on and
need to see where the policy is getting applied from.

Thank you,

Bill
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
  #2  
Old 02-25-2008, 06:59 PM
Pegasus \(MVP\)
 
Posts: n/a
Default Re: trying to find the server that a user is logged into


"Bill" <Bill@discussions.microsoft.com> wrote in message
news:AA9D38AE-92D6-4266-8162-4770A3C91CCB@microsoft.com...
> Does anyone know what program shows the server that processed the user's
> logon? I have a computer that the group policy is not getting updated on
> and
> need to see where the policy is getting applied from.
>
> Thank you,
>
> Bill


Perhaps the variable %LogonServer%?


Reply With Quote
  #3  
Old 02-25-2008, 09:51 PM
Bill
 
Posts: n/a
Default Re: trying to find the server that a user is logged into


Thank you for the reply. I remember using a cmd line tool that showed the
server that processed the user's logon. I know I downloaded it from the MS
website but I can't remember the name of the tool.

Where whould I use that in a vb script?

Thank you,

Bill


"Pegasus (MVP)" wrote:

>
> "Bill" <Bill@discussions.microsoft.com> wrote in message
> news:AA9D38AE-92D6-4266-8162-4770A3C91CCB@microsoft.com...
> > Does anyone know what program shows the server that processed the user's
> > logon? I have a computer that the group policy is not getting updated on
> > and
> > need to see where the policy is getting applied from.
> >
> > Thank you,
> >
> > Bill

>
> Perhaps the variable %LogonServer%?
>
>
>

Reply With Quote
  #4  
Old 02-25-2008, 11:18 PM
Pegasus \(MVP\)
 
Posts: n/a
Default Re: trying to find the server that a user is logged into

Before you work out how to extract the %LogonServer% variable
for your VB Script, you must confirm that it DOES give you the
desired information. Open a Command Prompt and have a look
at your environmental variables! Does %LogonServer% reflect
the correct server in your environment?


"Bill" <Bill@discussions.microsoft.com> wrote in message
news:1202C806-22A2-411F-8DBD-D216A18342BA@microsoft.com...
>
> Thank you for the reply. I remember using a cmd line tool that showed the
> server that processed the user's logon. I know I downloaded it from the MS
> website but I can't remember the name of the tool.
>
> Where whould I use that in a vb script?
>
> Thank you,
>
> Bill
>
>
> "Pegasus (MVP)" wrote:
>
>>
>> "Bill" <Bill@discussions.microsoft.com> wrote in message
>> news:AA9D38AE-92D6-4266-8162-4770A3C91CCB@microsoft.com...
>> > Does anyone know what program shows the server that processed the
>> > user's
>> > logon? I have a computer that the group policy is not getting updated
>> > on
>> > and
>> > need to see where the policy is getting applied from.
>> >
>> > Thank you,
>> >
>> > Bill

>>
>> Perhaps the variable %LogonServer%?
>>
>>
>>



Reply With Quote
  #5  
Old 02-27-2008, 02:51 PM
Bill
 
Posts: n/a
Default Re: trying to find the server that a user is logged into

how do I see the environmental variables at the cmd line?

"Pegasus (MVP)" wrote:

> Before you work out how to extract the %LogonServer% variable
> for your VB Script, you must confirm that it DOES give you the
> desired information. Open a Command Prompt and have a look
> at your environmental variables! Does %LogonServer% reflect
> the correct server in your environment?
>
>
> "Bill" <Bill@discussions.microsoft.com> wrote in message
> news:1202C806-22A2-411F-8DBD-D216A18342BA@microsoft.com...
> >
> > Thank you for the reply. I remember using a cmd line tool that showed the
> > server that processed the user's logon. I know I downloaded it from the MS
> > website but I can't remember the name of the tool.
> >
> > Where whould I use that in a vb script?
> >
> > Thank you,
> >
> > Bill
> >
> >
> > "Pegasus (MVP)" wrote:
> >
> >>
> >> "Bill" <Bill@discussions.microsoft.com> wrote in message
> >> news:AA9D38AE-92D6-4266-8162-4770A3C91CCB@microsoft.com...
> >> > Does anyone know what program shows the server that processed the
> >> > user's
> >> > logon? I have a computer that the group policy is not getting updated
> >> > on
> >> > and
> >> > need to see where the policy is getting applied from.
> >> >
> >> > Thank you,
> >> >
> >> > Bill
> >>
> >> Perhaps the variable %LogonServer%?
> >>
> >>
> >>

>
>
>

Reply With Quote
  #6  
Old 02-27-2008, 02:58 PM
Shenan Stanley
 
Posts: n/a
Default Re: trying to find the server that a user is logged into

Bill wrote:
> Does anyone know what program shows the server that processed the
> user's logon? I have a computer that the group policy is not
> getting updated on and need to see where the policy is getting
> applied from.


Pegasus (MVP) wrote:
> Perhaps the variable %LogonServer%?


Bill wrote:
> Thank you for the reply. I remember using a cmd line tool that
> showed the server that processed the user's logon. I know I
> downloaded it from the MS website but I can't remember the name of
> the tool.
>
> Where whould I use that in a vb script?


Pegasus (MVP) wrote:
> Before you work out how to extract the %LogonServer% variable
> for your VB Script, you must confirm that it DOES give you the
> desired information. Open a Command Prompt and have a look
> at your environmental variables! Does %LogonServer% reflect
> the correct server in your environment?


Bill wrote:
> how do I see the environmental variables at the cmd line?


Type in:

SET

--> Press <ENTER>


Or you could type in:

ECHO %LOGONSERVER%

--> Press <ENTER>

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


Reply With Quote
  #7  
Old 02-27-2008, 02:59 PM
Uncle Marvo
 
Posts: n/a
Default Re: trying to find the server that a user is logged into

In reply to Bill (Bill@discussions.microsoft.com) who wrote this in
09D55DA1-4EC7-4270-AA0E-AC8DAF6C956A@microsoft.com, I, Marvo, say :

> how do I see the environmental variables at the cmd line?
>

Type SET


Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Configure TS Automatically for Logged On User Thomas M. Windows XP 1 02-22-2008 08:47 PM
Can I somehow get the password of the currently logged in user account ? Leslie Brooks Windows XP 2 01-17-2008 02:03 AM
Program run problem when logged in as a user Howard - JC Publishing Windows XP 2 11-18-2007 03:37 PM
If user already logged next user can't logon to wireless network andrewjmdata@gmail.com XP Networking 0 11-06-2007 07:18 PM
Logged on user dcarva Windows XP 3 04-20-2007 03:41 PM


All times are GMT. The time now is 03:49 PM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger