skip to Main Content

Azure – Error converting to IMicrosoftGraphPasswordCredential

I'm trying to create new Azure Active Directory application, using this PowerShell command: $SecurePassword=ConvertTo-SecureString {password} -asplaintext -force New-AzADApplication -DisplayName {Display name} -HomePage {Home page URL} -IdentifierUris {Application identifier} -Password $SecurePassword But I get an error that says Cannot convert value…

VIEW QUESTION
Back To Top
Search