Roger Zander at myITforum.com

Browse by Tags

All Tags » C# (RSS)
SCCM2012 ClientSDK Namespace
CM2012 Provides a ClientSDK WMI Namespace (root\ccm\clientsdk) to interact with the SCCM2012 Agent. The following Diagram shows all Classes and Methods...
Posted: Nov 07 2011, 08:04 PM by rzander | with no comments
Filed under: , ,
offline installation Tool for App-V
Just released a new Tool to install App-V packages from USB, local Disks or UNC Path: http://appvimport.codeplex.com/ Have fun…
Posted: Sep 21 2011, 09:08 PM by rzander | with no comments
Filed under: , ,
SCCM Client Center Integration Pack for Opalis
Most of the Functions from SCCM Client Center can now be used in System Center Opalis Workflows. Check Out the latest Version of the free SCCM Client Center...
Posted: Mar 23 2011, 09:21 PM by rzander | with no comments
Filed under: , , , ,
Creating Data Discovery Records (DDR) from .NET
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...
Posted: Nov 16 2009, 11:50 AM by rzander | with no comments
Filed under: , ,
DDRPropertyFlagsEnum missing Flag in SCCM SDK
Within the SCCM SDK, the enumeration DDRPropertyFlagsEnum is documented, but the list is not complete. enum DDRPropertyFlagsEnum { ADDPROP_NONE = 0x0,...
Posted: May 15 2009, 10:58 PM by rzander | with no comments
Filed under: ,
WMI Provider to list the Monitors Serial-Nr. and Model-Name
My latest OpenSource Project ( https://sourceforge.net/projects/wmimonitor/ ) is a simple WMI Provider written in C# (.NET 3.5 SP1 is required) to list...
Posted: Mar 30 2009, 09:43 PM by rzander | with no comments
Filed under: , , ,
Updating the SMS/SCCM sender address "SMS_SiteControlDaySchedule" value from script trick ...
If you are trying to update the "SMS_SiteControlDaySchedule" on an SMS/SCCM Address from a script, but the attribute "HourUsage" will...
Posted: Sep 05 2008, 05:51 PM by rzander | with no comments
Filed under: ,
How to create a C# WMI-Provider
Creating a WMIProvider in C# using the WMI Provider Extension from .NET Framework 3.5 is not a big thing and it requires only a few additional lines of...
Posted: Aug 12 2008, 02:25 PM by rzander | with 2 comment(s)
Filed under: , ,