Forum Discussion
KartikDogra
Feb 26, 2025Brass Contributor
Enable ADDS authetication fails
I am trying to execute the Enable ADDS authentication using Azhybridfiles module.
when I try to execute the command
Join-AzStorageAccount ` -ResourceGroupName $ResourceGroupName ` -StorageAccountName $StorageAccountName ` -SamAccountName $SamAccountName ` -DomainAccountType $DomainAccountType ` -OrganizationalUnitDistinguishedName $OuDistinguishedName
it keeps on progressing with below warning but the progress stuck without completing or any error message.
1 Reply
Did you try to suppress the Warning?Btw, it does not prevent the module or its commands from functioning
Import-Module Az.DevCenterdata.custom -DisableNameChecking