SCCM Manager
SCCM Webservice Update 3.6.6.0
Includes the following fixes and all previous web service versions:
Bugfix version 3.6.5.0Created clients were sometimes in the so-called “dirty state” and were created twice. Solution: DDR inbox record is no longer written.Bugfix Version 3.6.6.0Error during list import if the imported computers came back in several authorization groups.
With the WebServiceUpdate 3 new configurations need to be added the web.config file. If not added to the web.config, by default the confiugration will be set to "True".
EnableComputerDataCache- Client will be temporarily "saved" an will be loaded at runtime.EnableSqlQueryLogging- Switching SQL query logging on/off. In normal operation, this can reduce the spamming of the log file.ComputerDataTTL- Refresh rate at which the client cache will be newly loaded.
The following XML-Code needs to be added to the web.config file.
<setting name="EnableComputerDataCache" serializeAs="String">
<value>False</value>
</setting>
<setting name="EnableSqlQueryLogging" serializeAs="String">
<value>True</value>
</setting>
<setting name="ComputerDataTTL" serializeAs="String">
<value>300</value>
</setting>
Documentation (English) (Deutsch)
Software Assignment Plugin Update 3.6.0.41 + 3.6.5.41
Download (Client Version 3.6.0.0)Download (Client Version 3.6.5.x)Includes the following features:
New configuration entry: Enable Update MembershipActivates the automatic execution of the collection update after adding computersNew configuration entry: PreventMultipleAssignmentsDeactivates the possiblity to open multiple assigment processesNew Feature: Threaded ProcessThe assignment process is now queued in a thread and works in the background.
Dynamic GUI Editor 2.1.3.2
Download
New version of the Dynamic GUI architecture to enable new features.
More information in the documentation.
Documentation (English)
SCCM Manager Client 3.6.5.2
SCCM Manager Client 3.6.5.2 DownloadSupports the new Dynamic GUI architecture. Required for the use of the Dynamic Gui Editor 2.1.X.XPlugins 3.6.5.2 DownloadUpdates of certain plugins that are not compatible with older versions.
Client Creator PluginSupports the new Dynamic GUI architecture (2.1.X.X)Collection Manager PluginOlder Version not compatible older versions.Custom Inventory PluginSupports the new Dynamic GUI architecture (2.1.X.X)Reset Computer PluginSupports the new Dynamic GUI architecture (2.1.X.X)Software Assignment PluginOlder Version not compatible older versions.