else { #look for network printers (Attributes not 64) my $subDevices = $wmiService->ExecQuery("Select DeviceID from ".$c +lass." WHERE Attributes != 64"); print "*********$computer**********\n"; foreach my $subDevProp ( in( $subDevices ) ) { foreach my $prop (in($subDevProp->{Properties_})) { print"$prop->{Name}\: $prop->{Value}\n"; } } }
In reply to Re: WMI: display Class properties
by Posthumous
in thread WMI: display Class properties
by jschollen
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |