Remote registry reads. 
Author Message
 Remote registry reads.

New to windows scripting. Looking to use regread to view registry key info
on remote PC (NT...with admin access of course). Must be missing something
easy. Is there a way to use to the

objshell.RegRead "HKLM\Software\....."

to specify the Node name??

Any help would be appreciated.

Dan



Wed, 28 May 2003 01:04:11 GMT  
 Remote registry reads.
The WshShell registry methods don't support remote machines.  You need a 3rd
party COM component.  One commonly used is the free MS RegObj.dll.

=================================================================
You can get RegObj.dll from:

Visual Basic - Add-Ins, Wizards & Utilities [registered VB owners]
http://msdn.microsoft.com/vbasic/downloads/addon.asp

or

Win32 Scripting [Clarence Washington]
http://cwashington.netreach.net/main_site/downloads

or on the companion CD that comes with "Windows Script Host 2.0 Developer's
Guide" from Microsoft Press.
=================================================================

--
Michael Harris
Microsoft.MVP.Scripting
--

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


Quote:
> New to windows scripting. Looking to use regread to view registry key info
> on remote PC (NT...with admin access of course). Must be missing something
> easy. Is there a way to use to the

> objshell.RegRead "HKLM\Software\....."

> to specify the Node name??

> Any help would be appreciated.

> Dan



Wed, 28 May 2003 11:25:32 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. remote registry reading problem

2. How can I Read-Write remote registry

3. Read a value in a remote registry

4. WMI remote read registry??

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

6. Reading registry info from a remote machine

7. Read Remote Registry

8. reading a remote registry

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

10. Reading Remote Registry

11. reading remote registry

12. Read Registry Keys and Trees / API Call for Registry access

 

 
Powered by phpBB® Forum Software