This article contains code snippets for C# and PowerShell that can be helpful when you work with SCSM 2010 SP1 SDK.
Continue reading Code snippets for SCSM 2010 SP1 SDK. Part 1.
This article contains code snippets for C# and PowerShell that can be helpful when you work with SCSM 2010 SP1 SDK.
Continue reading Code snippets for SCSM 2010 SP1 SDK. Part 1.
Some time you need to rename items in sealed management pack. For unsealed it’s can be done easily: export, change the value and import again, instead of sealed MPs, which we can’t change and reimport to SCSM. But management pack engine is pretty well then we talk about localization. Let’s see how to implement this.
Almost all objects created inside SCSM has a two similar fields: “Create Date” and “Time Added”. But in many case value of those fields can be very different. But why this happened and what value are stored at those fields?
Continue reading Different between “Create Date” and “Time Added” fields