1
vote
1answer
384 views

Kill process, then uninstall application--Can I do this with PowerShell, over 400 computers, from a txt file?

I'm fairly new to PowerShell, but I'm very much trying to figure it out. Here's the sum up of what I want to do: 400 computers, with no more than 5 at a physical location, connected by fairly poor ...
0
votes
1answer
158 views

Uninstalling PowerShell 1.0

I am attempting to standardize our PowerShell deployment and usage across all servers, which involves uninstalling PS1.0/installing PS2.0 on Server 2003 machines. In searching for KB926139 through CMD ...
3
votes
2answers
8k views

How to uninstall software using batch file

I want to uninstall a software by calling a bat file. It must be automatically, without entering any parameters during the uninstallation. How to make the bat file which would be able to uninstall ...