Skip to content

Code snippets for SCSM 2010 SP1 SDK. Part 1.

Code snippets for SCSM 2010 SP1 SDK. Part 1. published on 6 Comments on Code snippets for SCSM 2010 SP1 SDK. Part 1.

image

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.

How to rename item from sealed MP in SCSM

How to rename item from sealed MP in SCSM published on 3 Comments on How to rename item from sealed MP in SCSM

image

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.

Continue reading How to rename item from sealed MP in SCSM

Different between “Create Date” and “Time Added” fields

Different between “Create Date” and “Time Added” fields published on No Comments on Different between “Create Date” and “Time Added” fields

imageAlmost 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

Primary Sidebar