using Get-AzADUser to get a list of users from a specific Office
John Brines
6
Reputation points
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
Sign in to answer