• You can add scripts to the LANDESK console.

Adding Scripts

Console Extender

  • From the console, launch “Console Extender”.
  • You can add commands.
  • Add a new item.

Browse C$

  • Executable
%WinDir%\system32\cmd.exe
  • Command line
cmd /c start \\<Computer.Device Name>\c$

Ping

  • Executable
%WinDir%\system32\cmd.exe
  • Command line
cmd /k ping <Computer.Device Name> /t

Psexec

  • Executable
%WinDir%\system32\cmd.exe
  • Command line
cmd /c psexec \\<Computer.Device Name> cmd

Cleanup Remote

  • Executable
powershell.exe
  • Command line
-ExecutionPolicy Bypass -File "D:\Scripts\RightClickcleanRemote.ps1" <Computer.Device Name>

PC History

https://github.com/DavidWuibaille/IVANTI/tree/main/EPMConsoleExtender

  • Executable
powershell.exe
  • Command line
-ExecutionPolicy Bypass -File "D:\Scripts\RightClickHistoriquePC.ps1" <Computer.Device Name>

Landesk Log

https://github.com/DavidWuibaille/IVANTI/tree/main/EPMConsoleExtender

  • Executable
powershell.exe
  • Command line
-ExecutionPolicy Bypass -File "D:\Scripts\RightClickLogLANDESK.ps1" <Computer.Device Name>

Purge SDMCACHE

https://github.com/DavidWuibaille/IVANTI/tree/main/EPMConsoleExtender

  • Executable
powershell.exe
  • Command line
-ExecutionPolicy Bypass -File "D:\Scripts\RightClickcleansdmcache.ps1" <Computer.Device Name>

Export Commands

You need to export the following registry key for other EPM consoles:

  • HKEY_LOCAL_MACHINE\SOFTWARE\Managed Planet\Console Extender\Plugin

Then import it on the other consoles (don’t forget the scripts).