Skip to content

Latest commit

 

History

History
131 lines (97 loc) · 2.68 KB

Remove-AzureADObjectSetting.md

File metadata and controls

131 lines (97 loc) · 2.68 KB
external help file Module Name ms.assetid ms.custom ms.reviewer online version schema
Microsoft.Open.MS.GraphBeta.PowerShell.dll-Help.xml
AzureADPreview
81048EAD-48BE-4972-8942-8FA44F3D7979
iamfeature=PowerShell
rodejo
2.0.0

Remove-AzureADObjectSetting

SYNOPSIS

Deletes settings in Azure Active Directory.

SYNTAX

Remove-AzureADObjectSetting -TargetType <String> -TargetObjectId <String> -Id <String>
 [-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]

DESCRIPTION

The Remove-AzureADObjectSetting cmdlet removes object settings in Azure Active Directory (AD).

EXAMPLES

PARAMETERS

-InformationAction

Specifies how this cmdlet responds to an information event. The acceptable values for this parameter are:

  • Continue
  • Ignore
  • Inquire
  • SilentlyContinue
  • Stop
  • Suspend
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-InformationVariable

Specifies an information variable.

Type: String
Parameter Sets: (All)
Aliases: iv

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Id

Specfies the ID of a settings object in Azure AD.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-TargetObjectId

Specifies the object ID of the target.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-TargetType

Specifies the target type.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

NOTES

See the migration guide for Remove-AzureADObjectSetting to the Microsoft Graph PowerShell.

INPUTS

OUTPUTS

RELATED LINKS

Get-AzureADObjectSetting

New-AzureADObjectSetting

Set-AzureADObjectSetting