in reply to
Retriving a list of machine names on a NT domain
With AdminMisc try..
Win32::AdminMisc::GetMachines($PDC, UF_WORKSTATION_TRUST_ACCOUNT, \@List, "")
This should return a list of all Workstations on the domain (from the PDC).
Comment on
Re: Retriving a list of machine names on a NT domain
Download
Code
In Section
Seekers of Perl Wisdom