MSMQs Folder Size - Appended to .csv - Email Alert if folder larger than 4GB. VBScript.
Over the last year I have found journalling has been enabled 'out of nowhere' on MSMQs on our EV servers; once the MSMQ storage folder gets to 8GB (The storage limits for MSMQs on our servers) the archiving task fails and archiving stops working.375Views8likes0CommentsDaily Archiving Statistics appended to output file. VBScript.
I needed an easy way to look at the trends of EV archiving. Number of messages and sizes; So I created this VBScript around MichelZ's SQL script: SELECT COUNT(*) AS Count, MIN(ArchivedDate) AS FirstArchive, MAX (ArchivedDate) AS LastArchive, SUM(ItemSize)/1024 AS SaveSetSize, SUM(OriginalSize)/1024/1024 AS OriginalSize596Views7likes1Comment