
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2019 02:54 PM - last edited on ‎04-01-2024 04:41 PM by Mercedes_O
I need some help with remote uninstallation package. I recently took this over for a previous admin and this is my first experience with Lansweeper. So, I apologize for my question if this is obvious.
I need to be able to execute a script/package, etc on numerous machines. The problem is the MSI package itself requires a password to uninstall and must be executed as an administrative user. The below command works if you login directly to the machine, start a CMD prompt as administrator (or logged in as admin run from "run" box).
msiexec /uninstall "\\MYSERVER\SHARE\websense\endpoint64\websense endpoint.msi" /qb /promptrestart XPSWDPXY=MYPASSWORD
None of the users have admin rights to their PCs, so will have to pass that too. Is there a way to create this package in Lansweeper?
Thanks for any help!
JG
Solved! Go to Solution.
- Labels:
-
API & Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2019 09:35 PM
and you tell it to deploy the package with 'scanning credentials' That way, it uses whatever credential is used to scan the machine (which has admin rights to the box).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2019 10:30 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2019 09:35 PM
and you tell it to deploy the package with 'scanning credentials' That way, it uses whatever credential is used to scan the machine (which has admin rights to the box).
