Forum Discussion

MSpang's avatar
MSpang
Brass Contributor
Jul 15, 2022
Solved

I could'nt create a new user in Azure with powershell

Hello everybody,  I hope anybody can help. I wanna creat a new user in my Azure with powershell. The command should be      # Kennwort erstellen $PasswordProfile = New-Object -TypeName 'Microsof...
  • MSpang's avatar
    MSpang
    Jul 15, 2022

    MSpang farismalaeb 

    Here comes the solution.

    $PasswordProfile = New-Object -TypeName 'Microsoft.Open.AzureAD.Model.PasswordProfile' ($PasswordProfile.Password = "fGGGGGtyHHHHjj#$5g@@56" )

     

    Many thanks to all

Resources