Get-AzureADObjectSetting
Gets an object setting.
Syntax
Get-AzureADObjectSetting
-TargetType <String>
-TargetObjectId <String>
[-All <Boolean>]
[-Top <Int32>]
[<CommonParameters>]
Get-AzureADObjectSetting
-TargetType <String>
-TargetObjectId <String>
-Id <String>
[-All <Boolean>]
[<CommonParameters>]
Description
The Get-AzureADObjectSetting cmdlet gets an object setting from Azure Active Directory (AD).
Parameters
-All
If true, return all objects settings. If false, return the number of objects specified by the Top parameter
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Id
Specifies the ID of a settings object.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-TargetObjectId
Specifies the ID of the target object.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-TargetType
Specifies the target type.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Top
Specifies the maximum number of records to return.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Notes
See the migration guide for Get-AzureADObjectSetting to the Microsoft Graph PowerShell.