Reputation: 613
I used the below command in my c++ code to get the system information of a remote machine
systeminfo /s 192.168.102.34 /u Administrator
But I need to check whether the OS Type of the remote machine is 2008 R2 using a c++ code. So i want to take the OS type alone. How do i compare it with the os type alone.
Upvotes: 0
Views: 119