Hi Eran, On Thu, 14 Jun 2012 16:54:15 +0300 eran meiri <[email protected]> wrote:
> HI to all, > does any one have an idea how I can access a windows registry of a remote > computer via perl script? What I would do (but there may be a better way - I'm not a Windows expert), is use the Windows Power Shell remote execution support: https://www.google.com/search?q=power%20shell%20remote%20execution You can write something using PowerShell and trap its output using Perl . You can also use ssh or a similar remote command protocol, or set up your own custom TCP/IP service. Regards, Shlomi Fish > > thanks -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ "The Human Hacking Field Guide" - http://shlom.in/hhfg XSLT is the worst thing since nonāsliced bread. Please reply to list if it's a mailing list post - http://shlom.in/reply . _______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
