Skip to main content

WebService - Configuration

The Web Config Editor start menu shortcut can be used to configure the configuration file for the web service.

{installation path}\web.config

Einstellung Typ Beschreibung
ComputerFilterEnabled Boolean This setting enables the filtering of computers in SCCM Manager. This means that computers from certain collections are only made available to selected user groups. This option may only be activated after the corresponding configuration file "UserPermissions.xml" has been adapted. Further information on this can be found in the Security Settings chapter.
SearchCollectionsEnabled Boolean
EnableGlobalConfiguration Boolean
SCCMManagerGlobalDBConnectionString String
ComputerRestartMessage_Default String This message appears by default on a target computer when it is restarted.
ComputerRestartMessage_German String This message appears on a target computer with German language settings when it is restarted.
ComputerShutDownMessage_Default String This message appears by default on a target computer when it is shut down.
ComputerShutDownMessage_German String This message appears on a target computer with German language settings when it is shut down.
ComputerExistsQuery String
DDRInboxPath String Path to the DDR Inbox on the SCCM server.
EnableSOAPHeaderSecurity Boolean Activate SOAP header security (see Configuration / General / Security settings)
EventLoggingLevel Integer Logging level for the Windows Event Viewer. Three values are possible: 1. errors only 2. errors and warnings 3. everything
InstallCollectionPostfix String Defined postfix for installation collections (used internally to detect these collections).
KillTaskExceptionList String Processes that must not be terminated with the KillTask function can be listed here. (comma separated)
LoggingLevel Integer Logging level for the log file; three values are possible here. (see EventLoggingLevel)
MaxEventLogEntries Integer Maximum number of log entries returned when calling the "GetEventLogEntries" function.
MaxLogFileSize Integer Maximum size of the log file (in bytes) until a new file is created.
MOFURL String URL to MOF release (required by the ExecuteImmediately WebService function).
MsiRepairArguments String MSI arguments for the web service function "RepairMsi".
MsiUninstallArguments String MSI arguments for the web service function "UninstallMsi".
PingFallbackQuery String
PSDomainLookupQuery String
PSEnableDomainFolderLookup Boolean If enabled, PowerShell scripts are executed from the respective domain directory. (For more information, see Configuration / General / Windows Remote Management).
PSExecMinShutdownTimeoutSec Integer Minimum timeout for the WebService function "CreatePSExecProcess".
PSExecShutdownTimeoutSec Integer Timeout for the WebService function "CreatePSExecProcess".
PSFallbackFolder String Fallback behavior for the PSEnabledDomainFolderLookup function.
ReportServer String Specification of the SQL Report Server.
ResetComputerInstallFilterRegex String Used to detect installation collections for the installation preview in the "Reset Computer Plugin".
RollbackDelaySeconds Integer
SCCMDBConnectionString String SQL-ConnectionString Connection to the SCCM database. The password can be stored encrypted. For this the enclosed tool Password Encryptor must be used.
SCCMManagerDBConnectionString String SQL-ConnectionString to connect to the SCCMManager database. The password can be stored encrypted.
SCCMCredentialUsername String SCCM user with administrative authorization. Attention: may only be deposited if the SCCM server is located on another server, otherwise the authentication does not work.
SCCMCredentialPassword String Password for the above SCCM user (encrypted with PasswordEncryptor).
SiteCode String The Site Code.
SiteServer String The Site Server
SoftwareAllocationToComputerQuery String Used to determine the software assignment for a computer that is being reset.
SQLTimeoutSeconds Int SQL timeout in seconds.
UninstallCollectionPostfix String Defined postfix for uninstall collections (used internally to detect these collections).
UseCredentials Boolean This option can be used, among other things, to activate the cross-domain functionality of the web service. This option may only be enabled if valid credentials have been stored in the Credentials.xml file. Further information on this can be found in the  Security Settings chapter.
WinRMPort Integer The communication port for WinRM.
WOLUDPPort Integer Port for Wake On Lan.