Getting information from a Windows machine using the net command on Linux.

The net command may be used to get information from a Windows PC. Below is an example. I am reading the time from a Windows 7 Ultimate PC. root@debian:/home/homer# net time -I 192.168.100.5 Fri Jul 11 11:22:32 2014root@debian:/home/homer# net time -I 192.168.100.5 Fri Jul 11 11:22:32 2014 This command shows the network shares that my … Read more