Search Results for

    Show / Hide Table of Contents

    SCCM Sites

    SCCM sites are configured in this section.

    Example

    <sccmSites> 
        <sccmSite name="Site One" hostName="server1" 
                  deploymentDirectory="\server1\depl"  developmentDirectory="\server1\dev"> 
            <distributionPointGroups> ... </distributionPointGroups> 
            <collectionTemplates>> ... </collectionTemplates> 
            <commands> ... </commands>
            <localizedApplicationDescriptionTemplate> App of %Manufacturer%. 
            </localizedApplicationDescriptionTemplate>
        </sccmSite> 
    </sccmSites>
    

    Elements

    sccmSite

    Attribute Type Description Required Version
    name string Display name of the site X ≥1.0.0
    hostName string DNS name or IP address of the sccm server. X ≥1.0.0
    userName string User name for WMI connection - ≥1.0.0
    password string Password for WMI connection - ≥1.0.0
    developmentDirectory string Path to the development directory. In this directory new application structures are created with netECM:App Create Folder. Local or network paths are allowed X ≥1.0.0
    deploymentDirectory string Path to the deployment directory. On registering a new application with netECM:App Registration Wizard the application source is copied to this directory. Local or network paths are allowed. X ≥1.0.0
    localizedApplicationDescriptionTemplate string Template for the localized application description. You can use the following product variables in this element. %Manufacturer% %ProductName% %Version% %PackageVersion% This feature is only available in version 1.14.0 and newer. - ≥1.0.0

    Other Elements

    Element Description Required Version
    distributionPointGroups Configuration of the available distribution point groups X ≥1.0.0
    collectionTemplates Site configuration for new collections X ≥1.0.0
    commands Configuration of custom commands - ≥1.7.0
    Back to top