Hi All,
I have been asked to monitor and alert on the size of a specific mailbox and one of its sub folders, anyone come across this before ?
I can get the information I need from the exchange management shell by running the following
Get-MailboxFolderStatistics BSmith -FolderScope Inbox | select Name,FolderSize,ItemsinFolder
just not sure how to pull the data in to SAM and then alert on this
as always any help greatly appreciated
Hans