Sending A Message to the Network User's
-
Hi, I want to send the message to specific users on the network. Through the active directory, i am getting the all the users on the Domain. But at that time i don't know the information regarding is he login or not? Or in what machine he is loggein? Can i do this?
-
Hi, I want to send the message to specific users on the network. Through the active directory, i am getting the all the users on the Domain. But at that time i don't know the information regarding is he login or not? Or in what machine he is loggein? Can i do this?
You can use windows' net view command with Process class of .Net to dump the all compter's list on the network. Then use the run the net send command with the help of Process Class to send message to any specific computer. If you face any problem. Feel free to contact me @ rizwansharp@hotmail.com Cheers!!!