Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit 108d10a

Browse files
committed
Table header label updated for a more consistent labeling
1 parent d35f4ea commit 108d10a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Get-ExchangeEnvironmentReport.ps1

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
THIS CODE IS MADE AVAILABLE AS IS, WITHOUT WARRANTY OF ANY KIND. THE ENTIRE
88
RISK OF THE USE OR THE RESULTS FROM THE USE OF THIS CODE REMAINS WITH THE USER.
99
10-
Version 2.0 June 2019
10+
Version 2.1 2019-09-26
1111
1212
Based on the original 1.6.2 version by Steve Goodman
1313
@@ -65,6 +65,10 @@
6565
6666
IMPORTANT NOTE: The script requires WMI and Remote Registry access to Exchange servers from the server
6767
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
6872
6973
.LINK
7074
http://scripts.granikos.eu
@@ -859,11 +863,11 @@ function Get-HtmlDatabaseInformationTable {
859863
}
860864

861865
$Output+="<th>Database Name</th>
862-
<th>Mailboxes</th>
866+
<th>Standard Mailboxes</th>
863867
<th>Av. Mailbox Size</th>"
864868

865869
if ($ShowArchiveDBs) {
866-
$Output+='<th>Archive MBs</th><th>Av. Archive Size</th>'
870+
$Output+='<th>Archive Mailboxes</th><th>Av. Archive Size</th>'
867871
}
868872

869873
$Output+='<th>DB Size</th><th>DB Whitespace</th>'

0 commit comments

Comments
 (0)