Results 1 to 5 of 5

Thread: SCCM plugin development

  1. #1
    Join Date
    Mar 2010
    Posts
    202

    SCCM plugin development

    Hello,
    I am very new to SCCM and I am trying to integrate a driver into the SCCM, but the plugin I am trying to install is third party. I want this driver to be installed because it is very light and flexible. To integrate this plugin should I do some plugin development. If yes then I have no idea about it. If you know how to integrate it then please let me know. Thanks in advance.

  2. #2
    Join Date
    Nov 2009
    Posts
    343

    Re: SCCM plugin development

    Hello,
    I think you have used the wrong term of drivers here, plugin is in no ways related to any drivers, I guess i am correct here. What exactly do you mean by drivers? Drivers for what purpose? If you see then configuration manager do not have any drivers. I guess you are not talking about the hardware driver in development of a operating system. If it is so, then you have nothing to do with plugin development.

  3. #3
    Join Date
    Nov 2009
    Posts
    583

    Re: SCCM plugin development

    Hello,
    Just have a look at the below script , this may help you
    Code:
    <ActDesc Class="Group" DisplayName="SMS Tools" Dislnm="SMS Tools" Description="SMS tools for agent" SqmDataPoint="53">
      <ActionGroups>
          <ActDesc Class="Executable" DisplayName="Ping Workstation" Dislnm="Ping Workstation" Description="Will ping a workstation">
            <Executable>
              <FilePath>cmd.exe</FilePath>
              <Parameters> /k Ping -t ##SUB:Name##</Parameters>
            </Executable>
          </ActDesc>
          </ActionGroups>
    </ActDesc>

  4. #4
    Join Date
    Mar 2010
    Posts
    202

    Re: SCCM plugin development

    Hello,
    The main thing is that i am trying to integrate a software which is provided by a third party into SCCM. But the problem is that I do not know any development in plugin. The point is that the new software will add some of the features to the SCCM, which will help me configure the software and get a desired result. So, any step by step explanation is appreciated. Thanks in advance.

  5. #5
    Join Date
    Nov 2009
    Posts
    347

    Re: SCCM plugin development

    Hello,
    Check out the following code
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <ActDesc Class="Group" DisplayName="SMS Tools" Dispnm="SMS Tools" Description="SMS tools for agent" SqmDataPoint="53">
      <ActionGroups>
        <ActDesc Class="Executable" DisplayName="Ping Workstation" Dispnm="Ping Workstation" Description="Will ping a workstation">
          <Executable>
            <FilePath>cmd.exe</FilePath>
            <Parameters> /k Ping -t ##SUB:Name##</Parameters>
          </Executable>
        </ActDesc>
        <ActDesc Class="Executable" DisplayName="Ping Workstation" Dispnm="Ping Workstation" Description="Will ping a workstation">
          <Executable>
            <FilePath>cmd.exe</FilePath>
            <Parameters> /k Ping -t ##SUB:Name##</Parameters>
          </Executable>
        </ActDesc>
        <ActDesc Class="Executable" DisplayName="Ping Workstation" Dispnm="Ping Workstation" Description="Will ping a workstation">
          <Executable>
            <FilePath>cmd.exe</FilePath>
            <Parameters> /k Ping -t ##SUB:Name##</Parameters>
          </Executable>
        </ActDesc>
      </ActionGroups>
    </ActDesc>

Similar Threads

  1. Replies: 6
    Last Post: 02-01-2012, 10:23 PM
  2. SCCM Updates
    By TFIAruggiero in forum Windows Software
    Replies: 3
    Last Post: 21-11-2011, 10:34 PM
  3. Presentation of integrating NAP with SCCM
    By Gill_christ in forum Networking & Security
    Replies: 4
    Last Post: 21-01-2011, 06:14 PM
  4. What are the features of SCCM
    By Andrea000 in forum Windows Software
    Replies: 5
    Last Post: 24-03-2010, 09:00 AM
  5. Web Development Helper plugin for Internet Explorer
    By Katty in forum Software Development
    Replies: 3
    Last Post: 12-03-2009, 07:54 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,450,098.20701 seconds with 17 queries