This repository was archived by the owner on Sep 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 7
7
THIS CODE IS MADE AVAILABLE AS IS, WITHOUT WARRANTY OF ANY KIND. THE ENTIRE
8
8
RISK OF THE USE OR THE RESULTS FROM THE USE OF THIS CODE REMAINS WITH THE USER.
9
9
10
- Version 2.0 June 2019
10
+ Version 2.1 2019-09-26
11
11
12
12
Based on the original 1.6.2 version by Steve Goodman
13
13
65
65
66
66
IMPORTANT NOTE: The script requires WMI and Remote Registry access to Exchange servers from the server
67
67
it is run from to determine OS version, Update Rollup, Exchange 2007/2003 cluster and DB size information.
68
+
69
+ Updates
70
+ - 2.1 Table header label updated for a more consistent labeling
71
+ - 2.0 Initial Release
68
72
69
73
. LINK
70
74
http://scripts.granikos.eu
@@ -859,11 +863,11 @@ function Get-HtmlDatabaseInformationTable {
859
863
}
860
864
861
865
$Output += " <th>Database Name</th>
862
- <th>Mailboxes</th>
866
+ <th>Standard Mailboxes</th>
863
867
<th>Av. Mailbox Size</th>"
864
868
865
869
if ($ShowArchiveDBs ) {
866
- $Output += ' <th>Archive MBs </th><th>Av. Archive Size</th>'
870
+ $Output += ' <th>Archive Mailboxes </th><th>Av. Archive Size</th>'
867
871
}
868
872
869
873
$Output += ' <th>DB Size</th><th>DB Whitespace</th>'
You can’t perform that action at this time.
0 commit comments