Friday, May 8, 2015

To Get the OS Name and version and also other servers

systeminfo | findstr /B /C:"OS Name" /C:"OS Version"


To get the OS Version of other server:   get-wmiobject win32_operatingsystem -computer TK3ECITXSQL007 | select pscomputername,Version

No comments:

Post a Comment