This is an archived low-energy page for bots and other anonmyous visitors.
Please sign up if you are a human and want to interact.
in reply to Re: Microsoft Windows Configuration/Assett Management Using Perl in thread Microsoft Windows Configuration/Assett Management Using Perl
Well I know you're not going to like this answer either, but I would serisously reccomend against using perl for this. Windows machines, by deafult, do not come with a perl complier installed. If you're using them as workstations, I doubt you've installed perl on every one. (if you are installing perl on them, I hope you understand the security implications) But for this sort of thing to work thru perl, you'd have to install perl on each machine then run the script (quite possibly run it manually from each machine). Just making sure you understood this ;-)
Re: Re: Re: Microsoft Windows Configuration/Assett Management Using Perl
by $code or die (Deacon) on Apr 02, 2001 at 07:31 UTC
|
That's not true, you only need to have Perl installed on one machine - the machine that checks all the others. I have written scripts that read remote windows registries and check sytem config on other windows machines that do not have Perl installed.
Even if this were the case, it is possible to run perl scripts using the perl interpretter on a network share.
$ perldoc perldoc | [reply] |
|
|
| [reply] |
|