- 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
1 | %WinDir%\system32\cmd.exe |
- Command line
1 | cmd /c start \\<Computer.Device Name>\c$ |

Ping
- Executable
1 | %WinDir%\system32\cmd.exe |
- Command line
1 | cmd /k ping <Computer.Device Name> /t |
Psexec
- Executable
1 | %WinDir%\system32\cmd.exe |
- Command line
1 | cmd /c psexec \\<Computer.Device Name> cmd |
Cleanup Remote
- Executable
1 | powershell.exe |
- Command line
1 | -ExecutionPolicy Bypass -File "D:\Scripts\RightClickcleanRemote.ps1" <Computer.Device Name> |
PC History
https://github.com/DavidWuibaille/IVANTI/tree/main/EPMConsoleExtender
- Executable
1 | powershell.exe |
- Command line
1 | -ExecutionPolicy Bypass -File "D:\Scripts\RightClickHistoriquePC.ps1" <Computer.Device Name> |
Landesk Log
https://github.com/DavidWuibaille/IVANTI/tree/main/EPMConsoleExtender
- Executable
1 | powershell.exe |
- Command line
1 | -ExecutionPolicy Bypass -File "D:\Scripts\RightClickLogLANDESK.ps1" <Computer.Device Name> |
Purge SDMCACHE
https://github.com/DavidWuibaille/IVANTI/tree/main/EPMConsoleExtender
- Executable
1 | powershell.exe |
- Command line
1 | -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).