http://qs321.pair.com?node_id=497671


in reply to Re: Hardware/Software Inventory
in thread Hardware/Software Inventory

Jace,

To access remote computer just change the '.' in line 9 to computer name without slashs ('\'), like my $Machine = "wks", I've test with success on my enviroment. But remeber that WMI must be installed on remote machine. WMI is installed by default just for Win2K or later.

Solli Moreira Honorio
Sao Paulo - Brazil

Replies are listed 'Best First'.
Re^3: Hardware/Software Inventory
by grashoper (Monk) on May 09, 2008 at 21:39 UTC
    Hm this doesn't work for me, am I doing something wrong? I thought it would be great as one of my co-workers needs to inventory software company wide for license compliance I am getting a syntax error in line 48 near sub GetHardwareInfo" followed by a cannot use global @_ in "my" at c:\perl\bin\mytest.pl line 49 near =@" sytax error at c:\perl\bin\mytest.pl line 109 near } execution of c:\perl\bin\mytest.pl aborted due to compiliation errors.