Get-AzADGroupOwner
群組的擁有者。 限制為100位擁有者。 可為 Null。 如果在建立Microsoft 365 群組時未指定此屬性,則呼叫用戶會自動指派為群組擁有者。 支援$filter(/$count eq 0、/$count ne 0、/$count eq 1、/$count ne 1)。 支援$expand包括巢狀$select。 例如,/groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName)。
語法
Get-AzADGroupOwner
-GroupId <String>
[-Count]
[-Expand <String[]>]
[-Filter <String>]
[-Orderby <String[]>]
[-Search <String>]
[-Select <String[]>]
[-ConsistencyLevel <String>]
[-First <UInt64>]
[-Skip <UInt64>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
群組的擁有者。 限制為100位擁有者。 可為 Null。 如果在建立Microsoft 365 群組時未指定此屬性,則呼叫用戶會自動指派為群組擁有者。 支援$filter(/$count eq 0、/$count ne 0、/$count eq 1、/$count ne 1)。 支援$expand包括巢狀$select。 例如,/groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName)。
範例
範例 1:列出群組的擁有者
$groupId = (Get-AzADGroup -DisplayName "someGroup").Id
Get-AzADGroupOwner -GroupId $groupId
列出群組的擁有者
參數
-ConsistencyLevel
表示要求的一致性層級。 檔案 URL: https://docs.microsoft.com/graph/aad-advanced-queries
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Count
包含項目計數
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | PSObject |
別名: | AzureRMContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Expand
展開相關實體
類型: | String[] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Filter
依屬性值篩選專案
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-First
只取得第一個 『n』 物件。
類型: | UInt64 |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-GroupId
群組的唯一標識碼
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Orderby
依屬性值排序專案
類型: | String[] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Search
依搜尋片語搜尋專案
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Select
選取要傳回的屬性
類型: | String[] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Skip
忽略第一個 'n' 對象,然後取得其餘的物件。
類型: | UInt64 |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸出
IMicrosoftGraphDirectoryObject
備註
別名