skip to Main Content

Azure – How to find user principal name not a member of particular group (which contain "AVD" in its name)

From Azure AD, Are there any ways to find users who does not have a speciifc group assigned ( the name contain %AVD% in it) ? This is what I have tried: https://graph.microsoft.com/beta/users?$expand=memberOf https://graph.microsoft.com/v1.0/users/groups?$search="AVD" https://graph.microsoft.com/v1.0/users?$select=memberOf eq '%AVD%' unable to get…

VIEW QUESTION

How to find specific private endpoint in azure powershell

I'm running this command in azure to pull private endpoints associated to a storage account: Get-AzPrivateEndpointConnection -privatelinkresourceid /subscriptions/subscriptionID/resourceGroups/rgname/providers/Microsoft.Storage/storageAccounts/storageaccountname It returns results that look like the following: Name : storageaccountname.93jd9v4a-84d3-942z-9g32-3895820193842 Id : /subscriptions/SubscriptionID/resourceGroups/rgname/providers/Microsoft.Storage/storageAccounts/storageaccountname/privateEndp ointConnections/storageaccountname.93jd9v4a-84d3-942z-9g32-3895820193842 GroupId : ProvisioningState : Succeeded PrivateEndpoint :…

VIEW QUESTION
Back To Top
Search