Comments
-
For this, you can use Windows Performance Monitor counters, Counter: Messages in the queue directory Instance: _Total Category: SMTP NTFS Store Driver a quick check via WMI query: Get-WmiObject -class Win32_PerfFormattedData_NTFSDRV_SMTPNTFSStoreDriver | ? { $_.Name -eq '_Total' }