Add-AzureADMSFeatureRolloutPolicyDirectoryObject

Allows an admin to add a group to the cloud authentication roll-out policy in Azure AD. Users in this group will start authenticating to the cloud per policy.

Syntax

Add-AzureADMSFeatureRolloutPolicyDirectoryObject
   -Id <String>
   -RefObjectId <String>
   [<CommonParameters>]

Description

An admin will use this cmdlet to add a group to the cloud authentication roll-out policy. Users in these groups will start authenticating against the cloud per policy (e.g. with Seamless Single Sign-On or not, or whether Passthrough auth or not).

Examples

Example 1: Adds a group to the cloud authentication roll-out policy in Azure AD.

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

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

-RefObjectId

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