Remove-AzureADMSFeatureRolloutPolicyDirectoryObject

Allows an admin to remove a group from the cloud authentication rollout policy in Azure AD. Users in this group will revert back to the authenticating using the global policy (in most cases this will be federation).

Syntax

Remove-AzureADMSFeatureRolloutPolicyDirectoryObject
      -Id <String>
      -ObjectId <String>
      [<CommonParameters>]

Description

An admin will use this cmdlet to remove groups from the cloud authentication roll-out policy. Users in these groups will start authenticating against the global authentication policy (e.g. federation).

Examples

Example 1: Removes a group from the cloud authentication roll-out policy from Azure AD.

PS C:\> Remove-AzureADMSFeatureRolloutPolicyDirectoryObject -Id "a03b6d9e-6654-46e6-8d0a-8ed83c675ca9" -ObjectId "0a1068c0-dbb6-4537-9db3-b48f3e31dd76"

This command removes a group from the cloud authentication roll-out policy from 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

-ObjectId

The unique identifier of the specific Azure AD object that will be assigned to 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