use Win32::NetAdmin; my @users; Win32::NetAdmin::GetUsers("\\\\PDC",'',\@users); my @computers = grep { /\$$/ } @users; print join("\n",@computers);
In reply to Re: Retriving a list of machine names on a NT domain
by davemabe
in thread Retriving a list of machine names on a NT domain
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |