I
inachu
I have half the answer:
WMIC /node:"remotepcname" product where "Name like '%adobe reader%'"
get Name, Version
The above works great but I need it to pull pc names from a file and
append the output to 1 file.
How to do that?
WMIC /node:"remotepcname" product where "Name like '%adobe reader%'"
get Name, Version
The above works great but I need it to pull pc names from a file and
append the output to 1 file.
How to do that?