From: "Edouard Beaugard" <[EMAIL PROTECTED]> > Does anyone have a script that will query a registry key on a remote > PC? I'm doing some maintenance work this would really help a lot. > > Thanks, > Ed Beaugard
Assuming you installed my Win32::Registry2 patch : use Win32::Registry; $remoteHKLM = $HKLM->Connect( $server) or die "Cannot connect $server : $^E\n"; print $remoteHKLM->Open('SOFTWARE\Microsoft\Internet Explorer') ->GetValue("Version"); The patch may be downloaded from http://Jenda.Krynicky.cz/#Win32::Registry2 HTH, Jenda =========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ========== There is a reason for living. There must be. I've seen it somewhere. It's just that in the mess on my table ... and in my brain I can't find it. --- me -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]