remove_site24x7_agent_using_msiexec
Differences
This shows you the differences between two versions of the page.
| remove_site24x7_agent_using_msiexec [2024/12/13 20:12] – created oso | remove_site24x7_agent_using_msiexec [2025/07/15 14:22] (current) – oso | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| from an elevated '' | from an elevated '' | ||
| + | |||
| + | <WRAP center round info 60%> | ||
| + | The '' | ||
| + | </ | ||
| + | |||
| + | |||
| + | You can verify what's installed on a particular system using: | ||
| + | |||
| + | Get-WmiObject Win32_Product | Where-Object { $_.Name -like " | ||
| + | |||
| + | Or more reliably (and faster) using the registry: | ||
| + | |||
| + | <code powershell> | ||
| + | Get-ChildItem " | ||
| + | ForEach-Object { Get-ItemProperty $_.PSPath } | | ||
| + | Where-Object { $_.DisplayName -like " | ||
| + | Select-Object DisplayName, | ||
| + | </ | ||
remove_site24x7_agent_using_msiexec.1734120728.txt.gz · Last modified: 2024/12/13 20:12 by oso
