#Remove the nable agent from a computer (even if the configuration had already been removed from the server side) $app = Get-WmiObject -Class Win32_Product | Where-Object { $_.Name -like "*N-able*" } msiexec /x $app.IdentifyingNumber /qn /norestart