Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: List Collections in Configuration Manager

$
0
0

Summary: Use the Configuration Manager cmdlets to show all available User and Device collections.

Hey, Scripting Guy! Question How can I use Windows PowerShell to list all the available User and Device collections in Configuration Manager 2012,
           and then export the list to a file?

Hey, Scripting Guy! Answer Use the Get-CMCollection cmdlet with Export-CSV, for example:

Get-CMCollection | Export-CSV Collectionlist.csv


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>