Enumerating servers & workstations

  • Thread starter Thread starter Mark Rae
  • Start date Start date
M

Mark Rae

Hi,

Can anyone please tell me how I can retrieve a list of servers and
workstations names on the current domain? I'm not particularly interested
about what type of machine they are, just their names which I can add to a
combo box.

Any assistance gratefully received.

Best regards,

Mark Rae
 
Use the System.DirectoryServices namespace classes, they are specially built
for that.

Willy.
 
Back
Top