I'm wanting to run WMIC to call an uninstall for a certain bit of software, and, I have a working WMIC command, but I don't know how to create a .txt file with all of our computer names. Does anyone know how to do that? I know that the WMIC switch is /node:@"FILENAME.txt" but I don't know how to get a txt file with all our PC names and what the format should be, whether it should be separated by commas or one on each new row? Can WMIC create this list of PCs?
Thanks.