Installation Parameters
Is there a list of authorized parameters when installing a program? ie, silent install, eula. I want to install programs, without interrupting the user or have the screen show that there is a program being installed.
Find answers to technical questions about Lansweeper.
Is there a list of authorized parameters when installing a program? ie, silent install, eula. I want to install programs, without interrupting the user or have the screen show that there is a program being installed.
Hi Guys!Any help would be appreciated here.Essentially I want to uninstall Mozilla Firefox of certain machines using the Uninstall Software option, under Advanced Actions.I get so far and it asks for the uninstall command (which I think may be incorr...
I needed a quick way to get the top 10 Memory Hogs on a PC. This Command will open up Powershell on your computer and show you the top 10 Memory Hogs on the Remote PC. It pauses at the end to keep the Window Open.powershell.exe Invoke-Command -Comput...
This requires psexec and disk2vhd https://docs.microsoft.com/en-us/sysinternals/downloads/disk2vhdhttps://docs.microsoft.com/en-us/sysinternals/downloads/pstools Place psexec.exe and disk2vhd.exe in your {actionpath} share. {actionpath}psexec \\{comp...
Hi Folks,I am trying to launch the below command from the basic actions menu for an asset but the PowerShell window displays and then closes with no outputI have the command working from a normal PowerShell window on the Lansweeper server.The two com...
You can omit the shellrunas bits if it is not applicable to your environment. This lets you manage the printers on a remote machine similar to using print management but with a stripped down gui.{actionpath}shellrunas /accepteula /netonly rundll32 pr...
It would be nice if you could tell lspush to just send directly using its own SMTP direct to a smtp server instead of trying to use the email client locally.sometimes you may not have one available.
I found this code, but it only shows me the current month.How do I edit it, so that it shows the top 10 ticket types for Year To Date for the current year?Select Top 10 DatePart(yyyy, htblticket.date) As Year,DatePart(mm, htblticket.date) As Month,'....