Source Code and Samples

Friday 9 February 2007

Removing Applications locally or remotelly (PowerShell and WMI)

Description

Removing Applications locally or remotelly

DataSource

(Get-WmiObject -Class Win32_Product -Filter "Name='ILMerge'" - ComputerName PC01).InvokeMethod("Uninstall",$null)

No comments: