How to add multiple identifierURIs from Powershell

175 Views Asked by At

I'm trying to add multiple identifierURIs from Powershell.

Normally I use this command to add single identifierURI:

Set-AzureADApplication -DisplayName "My App" -IdentifierURIs "api://$appId"

What more to include in that command to add multiple identifierURIs from Powershell?

0

There are 0 best solutions below