powershell 远程卸载软件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 远程卸载软件相关的知识,希望对你有一定的参考价值。

Hi,
Please try below code:
$app = Get-WmiObject -Class Win32_Product | Where-Object { 
    $_.Name -match "Software Name" 
}
$app.Uninstall()
Please use invoke-command above code to run them on the remote computer, in addition, the below article should be helpful:
Use PowerShell to Find and Uninstall Software
http://blogs.technet.com/b/heyscriptingguy/archive/2011/12/14/use-powershell-to-find-and-uninstall-software.aspx
wershell: Uninstall software on remote computer
http://techibee.com/powershell/powershell-uninstall-software-on-remote-computer/1400
Regards
Yan Li
TechNet Community Support

以上是关于powershell 远程卸载软件的主要内容,如果未能解决你的问题,请参考以下文章

Powershell:卸载提示用户输入的软件

使用powershell卸载exe软件

powershell 从注册表中检索软件包的卸载信息

如何卸载win10系统自带程序

检测并卸载防病毒软件

如何在不卸载powershell的情况下,有效禁用/启用powershel