Can some one try this.
$groupname = "Guests";
Win32::NetAdmin::LocalGroupGetMembers('', $groupname, \
@users);
foreach(
@users) { print "$_\n"; }
Why is it I get garbage as the users Login ID? Am I doing something wrong
How can I get the user Login ID?
Thanks in advance!
WIN2K TS/TST 5.5.2 sp5; OD 5.6.0.1; DD 5.5.2
The Professor-