Get-AzureADObjectSetting
取得物件設定。
語法
Get-AzureADObjectSetting
-TargetType <String>
-TargetObjectId <String>
[-All <Boolean>]
[-Top <Int32>]
[<CommonParameters>]
Get-AzureADObjectSetting
-TargetType <String>
-TargetObjectId <String>
-Id <String>
[-All <Boolean>]
[<CommonParameters>]
Description
Get-AzureADObjectSetting Cmdlet 會從 Azure Active Directory (AD) 取得物件設定。
參數
-All
如果為 true,則傳回所有物件設定。 如果為 false,則傳回 Top 參數所指定的物件數目
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-Id
指定設定物件的識別碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-TargetObjectId
指定目標物件的識別碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-TargetType
指定目標類型。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Top
指定要傳回的記錄數目上限。
類型: | Int32 |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
備註
請參閱 Get-AzureADObjectSetting 至 Microsoft Graph PowerShell 的移轉指南。