Task: Remove an Azure AD group
Prerequisites
Please ensure that the AzureAD PowerShell module is installed.
Description
This task will remove a group in the Azure Active Directory.
Variables
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 | The variable json contains all the group attributes which are needed for removing the group. | string | {“json”:”hello”} |