Task: Change Azure AD group membership
Prerequisites
Please ensure that the following Powershell Modules are installed: AzureAD and AzureRM.Profile.
Description
This task will change the group membership in the Azure Active Directory.
Variables (Change Azure AD group membership)
Name | Description | Type | Example |
---|---|---|---|
The username of the account which can connect to the Azure AD | The variable connectADUsername is used to connect to the Azure Active Directory. | string | {username}@{domainName} |
The password of the account which can connect to the Azure AD | The variable connectADPassword is used to connect to the Azure Active Directory. | string | C0nNeCT@DP@ssW0rd! |
The file with the group attributes | A key/value json, with UserName and Displayname | string | { "ObjectData" : [ { "key" : "Username", "value" : "testaccount.onmicrosoft.com" }, { "key" : "DisplayName", "value" : "TestfromHelloID" } ] } |
Task editor
