Find date & time of a windows machine in network
        by rajesh[ Edit ] 2009-11-04 22:43:20 
         
        
        	Date and Time of Windows Machine in Network:
To find the date and time of a windows machine in network
- Go to command prompt
- Type the following command
 >net time \\computername
Example Output:
C:\Users\ADMIN>net time \\rajesh
Current time at \\rajesh is 11/4/2009 10:38:54 PM
The command completed successfully.