Forum Discussion

oskarkuus's avatar
oskarkuus
Brass Contributor
Jan 28, 2023
Solved

Powershell script that add newly created group to an administrative unit

I have this script.   # Import the AzureAD PowerShell module Import-Module AzureAD # Connect to Azure AD Connect-AzureAD # Define the path to the CSV file $filePath = "groupimport1.csv" # Defin...