Detecting workstation access
-
Hi, How can I programmatically know when any machine on my network accesses my machine through a share or through C$, D$ using admin priviledges? Is it possible to know the logged in username also? Thanks in advance. With best regards, Sayan With best regards, Sayan Email:sayanmukherjee@indiatimes.com
-
Hi, How can I programmatically know when any machine on my network accesses my machine through a share or through C$, D$ using admin priviledges? Is it possible to know the logged in username also? Thanks in advance. With best regards, Sayan With best regards, Sayan Email:sayanmukherjee@indiatimes.com
Sayan Mukherjee wrote: Is it possible to know the logged in username also?
GetUserName()
will return the currently logged in user on the local machine.Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
-
Hi, How can I programmatically know when any machine on my network accesses my machine through a share or through C$, D$ using admin priviledges? Is it possible to know the logged in username also? Thanks in advance. With best regards, Sayan With best regards, Sayan Email:sayanmukherjee@indiatimes.com