AppConfig.xml | Client - Configuration
You can configure the global configuration file for the client component using the “App Config Editor” shortcut in the Start menu.
{Installation path}\Resources\Configuration\AppConfig.xml
| Setting | Type | Default value | Description |
| ApplicationTitle | String | SCCM Manager | Here, you can change the display name in the window title. |
| SCCMServiceTimeoutSeconds | Integer | 60 | Time in seconds until a timeout is detected for the web service. |
| EnableMaintenanceMode | Bool | False | Enables the maintenance mode. |
| LogFile | String | SCCMManager.log | File name for the log file. |
| MaxLogfileSize | Integer | 4096000 | Maximum size of the log file (in bytes) before a new file is created. |
| LoggingLevel | Integer | 3 | Log level for the log file. There are three possible values. 1: Errors only 2: Errors and warnings 3: All |
| EventLogginglevel | Integer | 1 | Logging level for the Windows Event Viewer. There are three possible values. (See LoggingLevel) |
| StatusBarInfoForeground | String | Green | Text color of the status indicator for a notification. |
| StatusBarWarningForeground | String | DarkOrange | The text color of the status indicator when a warning is displayed. |
| StatusBarErrorForeground | String | Red | Text color of the status indicator when an error occurs. |
| MaxPingThreads | Integer | 30 | Maximum number of concurrent pings. |
| AdminGroup | String | Hat keinen Standartwert | AD group for delegating administrative permissions within SCCM Manager. |
| IsPrimary | Boolean | False | Specifies whether the server is used for primary administration (see Installing multiple server) |
| MinimumClientVersion | String | 3.x.x.x | Defines the minimum client version that is still permitted to run the application (without an update) |
| CurrentClientVersion | String | 3.x.x.x | Defines the current client version. If a user is using a different version, a notification will automatically appear. |