November 2009 - Posts
The SCCM Client Center Public Version 2.0.2 is published on: http://sourceforge.net/projects/smsclictr/
Changes:
- AppV Plugin updated
- CustomCMD is now part of Plugin.Default.dll
- Kill running process feature added
- Fixed: Execution History Issue (Remote Registry)
- Additional "adhoc" inventory can now be configured in smsclictrv2.exe.config
- MSInfo32 feature implemented (Request: 2800161)
- Override Service Window feature added (per Advertisement)
- New Form to create and define Maintenance Windows start-time and duration added
- … and some more …
Some Client Center links:
- minor updates and System Center Update Publisher (SCUP) 4.5 catalog: http://smsclictr.sourceforge.net/update/
- click once setup: http://smsclictr.sourceforge.net/
- smsclictr.automation library documentation: http://smsclictr.sourceforge.net/smsclictr.automation/
An updated Version of the WMI Provider "Monitor Details" is available for download (contains some bug fixes).
This WMI Provider does create a WMI Class (root\cimv2:Win32_MonitoDetails) to list the Model, MonitorID, PnPID and Serial Number of all attached monitors.
Microsoft .NET Framework 3.5 SP1 is required.
Version 1.1.1.11 of the SMSCliCtr.automation library does include new functions to create a Data Discovery Record (DDR) File from .NET (no access to SMSRsGen.dll required).
Example (C#):
DDRFile oDDRFile = new DDRFile("System", "CustomDiscovery", "C00");
oDDRFile.DDRAddString("Name", "MyComputer", 64,
DDRFile.DDRPropertyFlagsEnum.ADDPROP_KEY |
DDRFile.DDRPropertyFlagsEnum.ADDPROP_NAME);
oDDRFile.DDRWrite("c:\file.ddr");
The complete source-code (GPL License) can be found in the SVN Repository of the SCCM Client Center Project.