Skip to content

Instantly share code, notes, and snippets.

@Kaidja
Created December 22, 2017 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kaidja/7c671379dfa03237723c5c5a8a095845 to your computer and use it in GitHub Desktop.
Save Kaidja/7c671379dfa03237723c5c5a8a095845 to your computer and use it in GitHub Desktop.
$CollectionMembers = Get-CMCollectionMember -CollectionId PS10008E
foreach($Member in $CollectionMembers){
$ResourceQuery = Get-CimInstance `
-Namespace 'Root\SMS\Site_PS1' `
-Query "Select * from SMS_R_System where ResourceID=$($Member.ResourceID)"
$ResourceQuery.ResourceNames
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment