User Tools

Site Tools


show_info_on_all_devices_in_an_entra_id_group

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
show_info_on_all_devices_in_an_entra_id_group [2024/03/14 13:53] – created thomasshow_info_on_all_devices_in_an_entra_id_group [2024/04/19 12:58] (current) thomas
Line 6: Line 6:
 $GroupId = "caac8b5d-119d-4dbb-b943-1b46055cfd0d" $GroupId = "caac8b5d-119d-4dbb-b943-1b46055cfd0d"
  
-$Members = Get-MgGroupMember -GroupId $GroupId+Connect-MgGraph 
 + 
 +$Members = Get-MgGroupMember -All -GroupId $GroupId
  
 $Results = @() $Results = @()
Line 34: Line 36:
  
 </code> </code>
 +
 +{{tag>Powershell Entra_ID Intune Microsoft_Graph}}
show_info_on_all_devices_in_an_entra_id_group.1710424428.txt.gz · Last modified: by thomas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki