wmic information installed software workstations

  • Thread starter Thread starter B van Daalen
  • Start date Start date
B

B van Daalen

Dear Reader,

I'm an Windows Network Administrator, and i want to now on which
workstations an Program is installed.

I now it is possible with Wmic, but i don't no which command i must
use!

I want to now which command i can use to do this task, to get all the
workstations on which that program is installed!

Thanks in advance,

Barry van Daalen
 
Hi Barry,
B said:
I'm an Windows Network Administrator, and i want to now on which
workstations an Program is installed.

I now it is possible with Wmic, but i don't no which command i must
use!

I want to now which command i can use to do this task, to get all the
workstations on which that program is installed!
wmic softwarefeature
or
wmic softwareelement
could be the aliases you want.
Combine it with /node:workstationname, /user:Administratorname and /password
for the password (the last two only if necessary and with filtering for the
software you want to check for. Also you may want to use a filter for your
applicaton, using the where clause.
Best greetings from Germany
Olaf
 
Hi Olaf,

I have done it with the following command,
wmic product
You can find installed software en you can also delete it!
wmic will be work fine!

Thanks for your time, and when jou will now the exact commands, let me
now!

Greeting from The Netherlands

Barry
 
Back
Top