There are many features in the windows itself which can help you to know if a software related to one particular company is installed on remote computer or not. WMIC command is one of them which can help you. It is the inbuilt command of windows and has so many subfeature. Let me let you one them I used to know how many software has been installed on remote computer which is of Microsoft only.
Run the command in command prompt straight.
WMIC /Node:HostName path win32_Product Where (Caption like "%Microsoft%") Get Name, Version
If you want to know about the software from other publisher change Microsoft to others like Adobe, Java or whatever your need be. Also do not forget to change the hostname.
Regards, Baij
Run the command in command prompt straight.
WMIC /Node:HostName path win32_Product Where (Caption like "%Microsoft%") Get Name, Version
If you want to know about the software from other publisher change Microsoft to others like Adobe, Java or whatever your need be. Also do not forget to change the hostname.
Regards, Baij
No comments:
Post a Comment