Home Powershell
Options

Create Catalog items group

Roman_NepomniashchiiRoman_Nepomniashchii Customer IT Monkey ✭
What CMDlets or SMlets I must use for Create Catalog items group in PowerShell?

Answers

  • Options
    Konstantin_Slavin-BoKonstantin_Slavin-Bo Customer Ninja IT Monkey ✭✭✭✭
    Class is System.CatalogItemGroup so get that with Get-SCSMClass and then create a New-SCSMObject with a PropertyHashTable of whatever properties are required / you want to set.
Sign In or Register to comment.