Get-AzureADAdministrativeUnit
取得管理單位。
語法
Get-AzureADAdministrativeUnit
[-All <Boolean>]
[-Top <Int32>]
[-Filter <String>]
[<CommonParameters>]
Get-AzureADAdministrativeUnit
-ObjectId <String>
[-All <Boolean>]
[<CommonParameters>]
Description
Get-AzureADAdministrativeUnit Cmdlet 會取得 Azure Active Directory 系統管理單位。
參數
-All
如果為 true,則傳回所有系統管理單位。 如果為 false,則傳回 Top 參數所指定的物件數目
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-Filter
指定 oData v3.0 filter 語句。 此參數會篩選傳回的物件。
如需 oData v3.0 篩選表達式的詳細資訊,請參閱 https://msdn.microsoft.com/en-us/library/hh169248%28v=nav.90%29.aspx
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-ObjectId
指定 Azure Active Directory 中管理單位的標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Top
指定要傳回的記錄數目上限。
類型: | Int32 |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |