Console – Extender with Ivanti EPM

Console Extender Ivanti – %WinDir%system32cmd.exe Command line cmd /c start c$ Ping Executable %WinDir%system32cmd.exe Command line cmd /k ping /t Psexec Executable

  • You can add scripts to the LANDESK console.
Console Extender Ivanti screenshot

Console Extender Ivanti Overview

Console Extender

  • From the console, launch “Console Extender”.
Console - Extender with Ivanti EPM screenshot
  • You can add commands.
Console - Extender with Ivanti EPM screenshot
  • Add a new item.
Console - Extender with Ivanti EPM screenshot

Browse C$

  • Executable
%WinDir%system32cmd.exe
  • Command line
cmd /c start <Computer.Device Name>c$
Console - Extender with Ivanti EPM screenshot

Ping

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

Psexec

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

Cleanup Remote

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

PC History

Console Extender IvantiIVANTI/epm-console-extender at main · DavidWuibaille/IVANTI

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

Landesk Log

Console Extender IvantiIVANTI/epm-console-extender at main · DavidWuibaille/IVANTI

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

Purge SDMCACHE

Console Extender IvantiIVANTI/epm-console-extender at main · DavidWuibaille/IVANTI

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

Export Commands

Console Extender Ivanti – You need to export the following registry key for other EPM consoles:

  • HKEY_LOCAL_MACHINESOFTWAREManaged PlanetConsole ExtenderPlugin

Console Extender Ivanti – Then import it on the other consoles (don’t forget the scripts).