$AppName = "MyAppName"
#Open the store
$AzStore = New-Object -COMobject AzRoles.AzAuthorizationStore
#Access the App
$MyApp = $AzStore.OpenApplication($AppName)
Can anyone please help me in completing this.
$AppName = "MyAppName"
#Open the store
$AzStore = New-Object -COMobject AzRoles.AzAuthorizationStore
#Access the App
$MyApp = $AzStore.OpenApplication($AppName)
Can anyone please help me in completing this.
You might find this example useful: