using Get-AzADUser to get a list of users from a specific Office

John Brines 6 Reputation points
2025-08-08T08:35:43.1766667+00:00

Hi Guys,

I am trying to get a list of users from a specific Office but the filter isn't working.

I have tried the following without any luck.

Get-AzureADUser -Filter "PhysicalDeliveryOfficeName -eq 'Site'" -Property PhysicalDeliveryOfficeName

Get-AzureADUser -Filter "PhysicalDeliveryOfficeName -eq 'Site'

Get-AzADUser -Filter "Office eq 'Site'"

Get-AzADUser -Filter "officelocation -eq 'Site'"

Any ideas on how to get a list of users in a specific Office?

Azure | Azure Training
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.