Difficulty using powershell to get a list of HW Assets


Why don't I get a list of the Manufacturers. The list is populated.
Thanks.
Best Answer
-
Adam_Dzyacky Product Owner Contributor Monkey ✭✭✭✭✭
You're actually really close here. What you're looking for is...$catalogItemManuEnum = Get-SCSMEnumeration "Cireson.AssetManagement.CatalogItemManufacturerEnum$"<br>Get-SCSMChildEnumeration -Enumeration $catalogItemManuEnum -Depth Recursive
5
Answers