Jump to content


  • 0
wmmayms

Create your own set of rightclick tools for SCCM

Question

This guide will show you how you can extend the SCCM Tools avavable from here: http://myitforum.com/cs2/blogs/rhouchins/0424ConfigMgrTools.zip

 

If you don´t have this toolkit installed. Download it and install it before continuing.

 

This is how they look by default:

post-2500-12537908422409_thumb.jpg

 

The actions with this package are not stored within the regestry anymore. Instead they are stored in xml files instead.

These are located on this path: <SCCM Console install directory>\AdminUI\XmlStorage\Extensions\Actions\7ba8bf44-2344-4035-bdb4-16630291dcf6\

post-2500-1253792499409_thumb.jpg

 

Begin with backing up all of these xml files to a diffrent location. just in case you ever wan´t to go back to the originals.

 

Now lets say we wan´t to add a custom action below the client actions node:

post-2500-12537926816074_thumb.jpg

 

Then open Client Actions.xml with notepad

post-2500-12537930670867_thumb.jpg

 

Scroll to the bottom of the script an input a new "chunk" of code. You can just code one of the above chunks and then edit.

post-2500-12537933222199_thumb.jpg

As you can see i have pasted in a new chunk of code (marked in blue) and edited the name.

 

This will give me another option for evaluating the user policy...

post-2500-12537934856175_thumb.jpg

 

 

But i could also customize this to work with other scripts to make my custom action do something else..

To do this just edit the <FilePath> and <Parameters> values.

 

If you need to edit any of the other categories just open the xml file for this category (all stored within "<SCCM Console install directory>\AdminUI\XmlStorage\Extensions\Actions\7ba8bf44-2344-4035-bdb4-16630291dcf6")

 

Enjoy! B)

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.