Hi @Rising Flight ,
I want pull users with office location abc and abc, remote.
Based on my test, office location field is corresponding to the property "physicalDeliveryOfficeName".
So, I‘d recommend using the syntax below instead:
(user.physicalDeliveryOfficeName -eq "abc") -or (user.physicalDeliveryOfficeName -eq "Remote, abc") -or (user.physicalDeliveryOfficeName -eq "abc, Remote")
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in [our documentation] to enable e-mail notifications if you want to receive the related email notification for this thread.