Добавление своих конфигурационных единиц в SCSM

1.Открываете: Power Shell
2.Вводите команду: Import-Module SMLets
3.Создаете переменную: $SMClass = Get-SCSMClass — Name «NewClass_test»

4.Создаете объекты с атрибутами :
New-SCSMOBject -Class $SMClass -PropertyHashtable (@{ property1 = «Атрибут1 «; property2 = «Атрибут2»; DisplayName = «test1» })

New-SCSMOBject -Class $SMClass -PropertyHashtable (@{ property1 = «АтрибутN»; property2 = «АтрибутN»; DisplayName = «testN» })