Re: Impersonating a Different Logon

2010-04-07 Thread David Bolen
Kevin Holleran writes: > Thanks, I was able to connect to the remote machine. However, how do > I query for a very specific key value? I have to scan hundreds of > machines and need want to reduce what I am querying. I would like to > be able to scan a very specific key and report on its value

Re: Impersonating a Different Logon

2010-04-07 Thread Tim Golden
On 07/04/2010 14:57, Kevin Holleran wrote: Thanks, I was able to connect to the remote machine. However, how do I query for a very specific key value? I have to scan hundreds of machines and need want to reduce what I am querying. I would like to be able to scan a very specific key and report

Re: Impersonating a Different Logon

2010-04-07 Thread Kevin Holleran
On Tue, Apr 6, 2010 at 4:11 PM, Tim Golden wrote: > On 06/04/2010 20:26, Kevin Holleran wrote: >> >> Hello, >> >> I am sweeping some of our networks to find devices.  When I find a >> device I try to connect to the registry using _winreg and then query a >> specific key that I am interested in.  T

Re: Impersonating a Different Logon

2010-04-06 Thread Tim Golden
On 06/04/2010 20:26, Kevin Holleran wrote: Hello, I am sweeping some of our networks to find devices. When I find a device I try to connect to the registry using _winreg and then query a specific key that I am interested in. This works great for machines that are on our domain, but there are l

Impersonating a Different Logon

2010-04-06 Thread Kevin Holleran
Hello, I am sweeping some of our networks to find devices. When I find a device I try to connect to the registry using _winreg and then query a specific key that I am interested in. This works great for machines that are on our domain, but there are left over machines that are stand alone and th