Skip to content

Adding a GUI button for remote uninstalling with WMI#4

Open
lvkv wants to merge 5 commits intolazywinadmin:masterfrom
lvkv:pull
Open

Adding a GUI button for remote uninstalling with WMI#4
lvkv wants to merge 5 commits intolazywinadmin:masterfrom
lvkv:pull

Conversation

@lvkv
Copy link
Copy Markdown

@lvkv lvkv commented Jan 15, 2019

Full changes at the readme at https://github.com/lvkv/LazyWinAdmin_GUI

@dutch2005
Copy link
Copy Markdown

Thank you for contributing this feature @lvkv! The remote-uninstall idea is genuinely useful — however, this PR targets LazyWinAdmin/LazyWinAdmin.ps1 which is the 2012 PowerShell 2.0 WinForms version. The modernization effort (PR #8) replaces that file entirely with a PowerShell 7.4 WPF module (LazyWinAdminModule/) that uses Get-CimInstance instead of Get-WmiObject.

If you'd like to bring this feature into the v1.3.0 module, the right place would be a new Invoke-ComputerSoftwareUninstall private function in LazyWinAdminModule/Private/ following the existing async + CIM + tested patterns. I'm closing this PR as the target file is superseded by the modernized module, but the feature idea itself is welcome in a new PR targeting the modern module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants