Quantcast
Channel: Exchange Server 2013 - General Discussion forum
Viewing all articles
Browse latest Browse all 13303

Find mailboxes with a NULL/Empty ExtensionCustomAttribute1

$
0
0

How can I find all the mailboxes that do not have a value in the ExtensionCustomAttribute1Attribute? I have tried several things with no luck. Below are a few things that I have tried:

Get-Mailbox | where {$_.ExtensionCustomAttribute1 -eq $null}

Get-Mailbox | where {$_.ExtensionCustomAttribute1 -eq {}}

Get-Mailbox | where {$_.ExtensionCustomAttribute1 -eq ""}

None of these return any results.

David Moore


David Moore


Viewing all articles
Browse latest Browse all 13303

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>