Skip to main content

Dynamic GUI Editor

The Dynamic GUI Editor is a tool of the SCCM Manager. It is used to configure the UI for certain plugins. These include the Client Creator Plugin, Reset Computer Plugin and the Custom Inventory Plugin
The UI is safed in the Database

Table of contents
Update






Update

The Dynamic GUI Editor is supplied with the SCCM Manager installation. When installing a newer version, only the files need to be exchanged.

The Dynamic Gui Editor files are by default located , under "C:\Program Files (x86)\smcTeam\SCCM Manager\Tools\DynamicGuiEditor".

image.png

The existing files must be replaced with the new files.

SCREENSHOT AUSTAUSCH


Configuration

The configurations should ideally not be changed and are set correctly by default.

Value Explanation Default Value
SqlConnectionString This ConnectionString is used to establish the connection to the SCCM Manager database Server=localhost;Database=SccmManager;Trusted_Connection=True;TrustServerCertificate=True;
InstanceQuery
SELECT DISTINCT Component, Name, InstanceName FROM ApplicationVariables WHERE Type = 'Dxml'
XmlDefinitionQuery

image.png