I am trying to setup a script to monitor the size(contents) of specific exchange mailboxes. I found a script that does this using the \\COMPUTERNAME\ROOT\MicrosoftExchangeV2:Exchange_Mailbox Namespace, but when I run a WQL query (Select * From Exchange_Mailbox) to show what is in the class, it just returns nothing!!!
I know WMI is working, because if I run Select * From Exchange_Server I get the list of all servers in the exchange farm.
I THINK this is a problem with exchange. Has anyone else seen this before?