ExamplesExample 1: Code snippetPowerShell Copy Import-Module Microsoft.Graph.Groups Get-MgGroupMemberOf -GroupId $groupIdThis example shows how to use the Get-MgGroupMemberOf Cmdlet.Parameters-AllList all pages. Expand table Type: SwitchParameter Position: Named Default value: False Required: ...
ExamplesExample 1: Code snippetPowerShell 复制 Import-Module Microsoft.Graph.Groups Get-MgGroupMemberOf -GroupId $groupIdThis example shows how to use the Get-MgGroupMemberOf Cmdlet.Parameters-AllList all pages. 展开表 Type: SwitchParameter Position: Named Default value: False Required: False ...
ExamplesExample 1: Code snippetPowerShell Copiar Import-Module Microsoft.Graph.Groups Get-MgGroupTransitiveMemberOf -GroupId $groupIdThis example shows how to use the Get-MgGroupTransitiveMemberOf Cmdlet.Parameters-AllList all pages. Expandir táboa Type: SwitchParameter Position: Named Default ...
Examples Example 1: Code snippet PowerShell 复制 Import-Module Microsoft.Graph.Beta.Groups Get-MgBetaGroupMember -GroupId $groupId This example shows how to use the Get-MgBetaGroupMemberByRef Cmdlet. To learn about permissions for this resource, see the permissions reference. Example 2: Cod...
ExamplesExample 1: Code snippetPowerShell Copy Import-Module Microsoft.Graph.Groups Get-MgGroupTransitiveMember -GroupId $groupIdThis example shows how to use the Get-MgGroupTransitiveMember Cmdlet.Parameters-AllList all pages. Expand table Type: SwitchParameter Position: Named Default value: False...
Examples Example 1: Using the Get-MgBetaGroupTransitiveMemberOf Cmdlet PowerShell复制 Import-ModuleMicrosoft.Graph.Beta.GroupsGet-MgBetaGroupTransitiveMemberOf-GroupId$groupId This example shows how to use the Get-MgBetaGroupTransitiveMemberOf Cmdlet. To learn about permissions for this resource, s...
Examples Example 1: Code snippet PowerShell复制 Import-ModuleMicrosoft.Graph.Beta.DirectoryObjects$params= @{ SecurityEnabledOnly =$true}Get-MgBetaDirectoryObjectMemberObject-DirectoryObjectId$directoryObjectId-BodyParameter$params This example shows how to use the Get-MgBetaGroupMemberObject Cmdlet. ...