Skip to main content

SCCM Manager

Server Setup 3.6.0.0

SCCMManager_64x64.pngDownload
License required
Documentation (English) (Deutsch)

Client Setup 3.6.0.0

SCCMManager_64x64.pngDownload
License required
Documentation (English) (Deutsch)

Client Loader Setup 1.2.0.0

SCCMManager_64x64.pngDownload
Documentation (English) (Deutsch)

SCCM Webservice Update 3.6.6.0

Download

Includes the following fixes and all previous web service versions:

  • Bugfix version 3.6.5.0
    Created 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.0
    Error 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.0

SCCMManager_64x64.pngDownload

Includes the following features:

  • New configuration entry: Enable Update Membership
    Activates the automatic execution of the collection update after adding computers

Documentation (English) (Deutsch)

Dynamic GUI Editor 2.1.3.0

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 Download
Supports the new Dynamic GUI architecture. Required for the use of the Dynamic Gui Editor 2.1.X.X


Plugins 3.6.5.2 Download
Updates of certain plugins that are not compatible with older versions.

  • Client Creator Plugin
    Supports the new Dynamic GUI architecture (2.1.X.X)
  • Collection Manager Plugin
    Older Version not compatible older versions.
  • Custom Inventory Plugin
    Supports the new Dynamic GUI architecture (2.1.X.X)
  • Reset Computer Plugin
    Supports the new Dynamic GUI architecture (2.1.X.X)
  • Software Assignment Plugin
    Older Version not compatible older versions.