I would like to know the best way to enumerate a network domain and check if the computers within this domain have a certain file on their computer.
Code Structure:
(1) Program enumerates local network, stores client computers to a string array
(2) Program checks all enumerated computers on the network to see if the file "C:\abc.txt" exists on the client computer and modifies the string array to these computers which match the condition
No code so far, i have no idea where to start :(