Remove-AzureADMSFeatureRolloutPolicy

Allows an admin to remove the policy for cloud authentication roll-out in Azure AD.

Syntax

Remove-AzureADMSFeatureRolloutPolicy
      -Id <String>
      [<CommonParameters>]

Description

An admin will use this cmdlet to remove the cloud authentication roll-out policy and have all users where policy applied to be free of the policy. Users in groups that were assigned to the policy will fall back to the global authentication method (most common case will be federation).

Examples

Example 1: Removes the policy for cloud authentication roll-out in Azure AD.

PS C:\> Remove-AzureADMSFeatureRolloutPolicy -Id "7b10cf40-bc0e-46b5-9456-4520179eef5d"

This command removes the policy for cloud authentication roll-out in Azure AD.

Parameters

-Id

The unique identifier of the cloud authentication roll-out policy in Azure AD.

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