Madelene Waclawczyk

Results 1 issues of Madelene Waclawczyk

Using v0.2.7 Running in PowerShell 7.3.6 ```pwsh Join-AzStorageAccountForAuth ` -ResourceGroupName $resourceGroupName ` -StorageAccountName $storageAccountName ` -Domain $domain ` -DomainAccountType "ComputerAccount" ` -OrganizationalUnitDistinguishedName $ouDistinguishedName ` -OverwriteExistingADObject ` -EncryptionType "AES256" ` -SamAccountName...