Forum Discussion
Begie1605
Nov 18, 2020Copper Contributor
EXCHANGE-Online: powershell to get the number of mails in inbox not in a specific category
Hi All, I have a specific question. I want via powershell get the number of mails in the inbox of a online shared mailbox that do not have a specific category.... Seems special request? Let me e...
Clifra_Jones
Nov 18, 2020Copper Contributor
Begie1605 The Command is Get-MailboxFolderStatistics
$items = (Get-MailBoxFolderStatistics -id user@email.com | Where-Object {$_.Name -eq "Inbox"}).ItemsInFolder