Forum Discussion
Jul 11, 2017
Issues creating custom user views in the Office 365 admin page
I'm having a problem creating domain filtered user views which looks like a bug and would be interested to see if anyone else has the issue. I'm seeing it on two differenttenants at the moment. I...
- Jul 11, 2017
The filters basically return the result of:
Get-MsolUser -DomainName domain.com
or the corresponding tenant.onmicroft.com one. If you run the cmdlet, you will notice that it returns matches not just on the UPN, but primary SMTP too, and so on.
VasilMichev
Jul 11, 2017MVP
The filters basically return the result of:
Get-MsolUser -DomainName domain.com
or the corresponding tenant.onmicroft.com one. If you run the cmdlet, you will notice that it returns matches not just on the UPN, but primary SMTP too, and so on.
Jul 11, 2017
Cheers Vasil, that makes sense.
What we need is the ability to filter on un-synced accounts and the domain x.onmicrosoft.com that would solve my issue... But unfortunately synced accounts is the only filter.
Cheers
Paul.