
Brad McClave
Comments
-
Not a perfect solution as I didn't chase down anything better but I created a tool for launching the Dell warranty and automatically inputting the serial number of the asset in question: Powershel...
-
Then what you would want is what's called a Heartbeat scan. When PDQ detects a 'heartbeat' of a computer added to the system, it can be setup to trigger events like a scan or deployment.
-
FYI, the agent is now EOL.
-
MsiExec.exe is a Windows installer application that is called on to install or uninstall .msi package. If you just run it from a command line, it lists out all the command line switches. /qn is q...
-
Do you have an option to allow scripts from specific users?
-
Typically, uninstalls look like this: MsiExec.exe /qn /norestart /X{xxxxxxx-xxxxxx-xxxxx-AC5D-85127CF67051}
-
An alternate way to think about it: when the license key is entered, does it create a registry entry? If so, create a scanner for that, then a dynamic group based on the results of that scan. You...
-
If you right click the application and choose uninstall, it should show you the command to uninstall. If it is a .exe, be sure to include the /S or it will not work. If it is a .MSI be sure to us...
-
Wow, this is amazing. I have this setup as a package to run at regular intervals with the schedule set to run the WMI scan for this specific WMI after the fact. I also have a report setup so mana...
-
My next guess would be permissions on the file itself. Does the deploy credentials you are using have permissions to the file in question? Can you use those credentials when you test the installa...