Comments
-
Sad there is no reply
-
Add nodes to NCM* Click Settings > Manage Nodes. The Manage Nodes view lists all of the nodes that have been added to the Orion Platform. ... * Locate the nodes you want to add to NCM. For example: ... * Select the nodes you want to add to NCM. * Click More Actions > Add Nodes to NCM, and then click OK at the confirmation…
-
did you ever find a solution to this issue?
-
Below is the script that i have been modifying, which gives me total count on mailbox, but not on inbox visible email count $stat = (Get-MailboxStatistics $user).ItemCount; Write-Host "Statistic: $stat";