Skip to main content

Basic Configuration

After a new installation, all plugins are configured so that they basically work. Nevertheless, some adjustments should be made. The administration mode is started via the start menu link "SCCM Manager Admin". This mode starts only if the executing user is in the configured admin group (was specified during the installation process; can be changed in the AppConfig.xml file). For more information on plugin configuration, see the  Administration chapter of the User's Guide or the respective Plugindokumentation.

Software Allocation Plugin

By default, all collections are available here. So that only certain collections are displayed, the SQL statement must be adapted in the corresponding plug-in configuration.

The statement automatically refers to the own views or tables of the SCCM Manager database.

Example for InstallCollectionQuery:

SELECT * FROM v_Collection WHERE Name LIKE '% - {INSTALL_POSTFIX}%'

In this example, depending on the naming convention, only all installation collections with the status APPROVED (according to the replacement strings configuration) are returned.

Client Creator and Reset Computer Plugin

These plugins contain freely configurable graphical user interfaces (GUI) for setting computer variables. By default, a template is installed, which should still be adapted to your own needs. The Dynamic GUI Edito tool supplied is used to configure these plug-ins.

General

Additionally, the "CollectionQuery" value should be adjusted in some plugins. This value is used to filter the selectable collections for software installation in the following plugins: CollectionEditor, CollectionMembershipViewer, SoftwareAllocation, SoftwareAssignment