Jump to content

trying to find the server that a user is logged into


Recommended Posts

Posted

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

  • Replies 6
  • Created
  • Last Reply
Guest Pegasus \(MVP\)
Posted

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%?

Posted

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%?

>

>

>

Guest Pegasus \(MVP\)
Posted

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%?

>>

>>

>>

Posted

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%?

> >>

> >>

> >>

>

>

>

Guest Shenan Stanley
Posted

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


×
×
  • Create New...