wmic information installed software workstations

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
 
O

Olaf Engelke [MVP Windows Server]

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
 
B

B van Daalen

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top