|
use Win32::Lanman; if(!Win32::Lanman::QueryServiceConfig("", '', 'browser', \%config)) { print "Sorry, something went wrong; error: "; # get the error code print Win32::Lanman::GetLastError(); exit 1; } for $key (sort keys %config) { if($key eq "dependencies") { $dependencies = $config{$key}; print "\t$key = ", $#$dependencies + 1, "\n"; foreach $dependency (@$dependencies) { print "\t\t$dependency\n"; } } else { print "\t$key = $config{$key}\n"; } }
Howard A. Bullock Global IT Infrastructure 717-810-3584
-----Original Message-----
Hello All, I need some
advice in choosing a module(s) that would: 2. Run this query against a remote server. Most likely a Roth module(s), but looking for advice from somebody that has tried something similar.
Thanks in advance,
This e-mail message is for the sole use of the intended recipient(s) and may contain confidential and/or privileged information. Any review, use, disclosure or distribution by persons or entities other than the intended recipient(s) is prohibited. If you are not the intended recipient, please contact the sender by reply and destroy all copies of the original message. Thank you. WordWave, Capturing the Power of the
Spoken Word
|
Title: List user account associated with Services
- List user account associated with Services Ricci, Mark
- Bullock, Howard A.
