Re: accessing remote registry

2009-02-10 Thread Jenda Krynicky
> > From: perl pra > > > Can anybody help in accessing the registry of remote windows machine and > > get > > > the keys in the folder *HKEY_LOCAL_MACHINE/SOFTWARE * > > > ** > > > I have tried using win32::Registry, but i am getting the error "cannot > > open > > > the registry",But the same scr

Re: accessing remote registry

2009-02-09 Thread perl pra
Hi Jenda, I get the same error even if i remvoe the backslashes. Thanks, siva On 2/6/09, Jenda Krynicky wrote: > > From: perl pra > > Can anybody help in accessing the registry of remote windows machine and > get > > the keys in the folder *HKEY_LOCAL_MACHINE/SOFTWARE * > > ** > > I have tri

Re: accessing remote registry

2009-02-06 Thread Jenda Krynicky
From: perl pra > Can anybody help in accessing the registry of remote windows machine and get > the keys in the folder *HKEY_LOCAL_MACHINE/SOFTWARE * > ** > I have tried using win32::Registry, but i am getting the error "cannot open > the registry",But the same script works if i assign $node to

accessing remote registry

2009-02-06 Thread perl pra
Hi All, Can anybody help in accessing the registry of remote windows machine and get the keys in the folder *HKEY_LOCAL_MACHINE/SOFTWARE * ** I have tried using win32::Registry, but i am getting the error "cannot open the registry",But the same script works if i assign $node to my local Ip. Can