18Feb/090
Custom SCCM context menu’s
How to make custom actions on resource objects within the SCCM console.
1) browse to %Program Files%\Microsoft Configuration Manager\AdminUI\XMLStorage\Extensions\Actions
2) create a folder with name: 7ba8bf44-4035-bdb4-16630291dcf6
3) place your custom actions XML within this folder
Here's some sample XML:
<ActionDescription Class="Executable" Displayname="Do Something Cool" MnemonicDisplayName="Script" Description="Something Cool"> <Executable> <FilePath>wscript.exe</FilePath> <Parameters>%TEMP%\Helloworld.vbs</Parameters> </Executable> </ActionDescription>
For a complete reference of possibilities, download the SCCM SDK here