Client - Configuration
The global configuration file for the client component can be configured via the "App Config Editor" start menu shortcut.
{Installation path}\Resources\Configuration\AppConfig.xml
Setting | Type | Default value | Description |
MaxComputers | Int | 100.000 | Defines the maximum amount of computers that will be loaded when starting the SCCM Manager |
ApplicationTitle | String | SCCM Manager | Here you can change the display name in the window title. |
SCCMWebServiceTimeoutSeconds | Integer | 60 | Time in seconds until a timeout to the web service is detected. |
MaxLogfileSize | Integer | 4096000 | Maximum size of the log file (in bytes) until a new file is created. |
LoggingLevel | Integer | 3 | Logging level for the log file. Three values are possible. 1: Only errors 2: Errors and warnings 3: All |
EventLogginglevel | Integer | 1 |
Logging level for the log file. Three values are possible. 1: Only errors2: Errors and warnings 3: All |
StatusBarInfoForeground | String | Green | Text color of the status display for an information. |
StatusBarWarningForeground | String | DarkOrange | Text color of the status display in case of a warning. |
StatusBarErrorForeground | String | Red | Text color of the status display in case of an error. |
MaxPingThreads | Integer | 30 | Maximum number of parallel pings. |
AdminGroup | String | Has no default value | AD group for delegation of administrative permission within SCCM Manager. |
IsPrimary | Boolean | False | Defines whether the server is used for primary administration (see Installation of multiple S |
EnableMaintenanceMode | Bool | False | Activates the maintenance mode. |
MinimumClientVersion | String | 3.x.x.x | Defines the minimum client version with which execution of the application is still allowed (without update) |
CurrentClientVersion | String | 3.x.x.x | Defines the current client version. If a user uses a different version, a hint is automatically displayed to him |
EnableIdleTimeout | Boolean | False | If the User has been inactive for to long, he will be disconnected |
IdleTimeoutWarningSeconds | Int | 300 | The time before a warning will appear before a user will be disconnected for being inactive. Value in seconds. |