Read Remote Registry 
Author Message
 Read Remote Registry

Is there any way to read/modify the registry of a remote
machine using VBScript?  I have tried the WScript.Shell
RegRead method and the methods contained in RegObj.dll.  I
can read my local registry, but not a remote one.  Is
there some syntax that I might be missing or is this not
possible?

Thanks,
Josh



Wed, 28 Jan 2004 00:15:29 GMT  
 Read Remote Registry
you can use adssecurity.dll which you can download from
microsoft in the ADSI SDK...

Quote:
>-----Original Message-----
>Is there any way to read/modify the registry of a remote
>machine using VBScript?  I have tried the WScript.Shell
>RegRead method and the methods contained in RegObj.dll.  
I
>can read my local registry, but not a remote one.  Is
>there some syntax that I might be missing or is this not
>possible?

>Thanks,
>Josh
>.



Wed, 28 Jan 2004 00:52:43 GMT  
 Read Remote Registry
You can with WMI...

StdRegProv
http://msdn.microsoft.com/library/en-us/wmisdk/hh/wmisdk/r_prov_6yie.asp

--
Michael Harris
Microsoft.MVP.Scripting
--

Please do not email questions - post them to the newsgroup instead.
--


Quote:
> Is there any way to read/modify the registry of a remote
> machine using VBScript?  I have tried the WScript.Shell
> RegRead method and the methods contained in RegObj.dll.  I
> can read my local registry, but not a remote one.  Is
> there some syntax that I might be missing or is this not
> possible?

> Thanks,
> Josh



Wed, 28 Jan 2004 03:05:05 GMT  
 Read Remote Registry
Hi

You can use WMI StdRegProv (Standard Registry Provider) and the
(Microsoft) RegObj.dll

TIP1: Before asking questions that most possible has been asked before,
do a newsgroup search.
You can use http://groups.google.com/advanced_group_search to search in
a news database having articles dated back to all the way to 1995.

TIP2: When you have the Google search results in a browser window, drag
and drop each thread (the link that says "View Thread" in a ANOTHER
browser window.

For your question:

Fill in the following words in the "Find messages with all of the words"
field:  modify registry remote

Fill in *scripting in the Newsgroup field to narrow down the search to
the scripting groups only!

Then read and learn :-)

Regards,
Torgeir

Quote:

> Is there any way to read/modify the registry of a remote
> machine using VBScript?  I have tried the WScript.Shell
> RegRead method and the methods contained in RegObj.dll.  I
> can read my local registry, but not a remote one.  Is
> there some syntax that I might be missing or is this not
> possible?

> Thanks,
> Josh



Wed, 28 Jan 2004 00:45:51 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. reading remote registry using API from VB6

2. HELP ! Need to read remote REGISTRY

3. Reading Remote Registry

4. reading remote registry

5. How can I Read-Write remote registry

6. Read a value in a remote registry

7. WMI remote read registry??

8. Q: Read HKLM registry on a remote computer?

9. Reading registry info from a remote machine

10. reading a remote registry

11. Q: Read HKLM registry on a remote computer?

12. remote registry reading problem

 

 
Powered by phpBB® Forum Software