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

Commit

Permalink
Table header label updated for a more consistent labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoc70 committed Sep 26, 2019
1 parent d35f4ea commit 108d10a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Get-ExchangeEnvironmentReport.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
THIS CODE IS MADE AVAILABLE AS IS, WITHOUT WARRANTY OF ANY KIND. THE ENTIRE
RISK OF THE USE OR THE RESULTS FROM THE USE OF THIS CODE REMAINS WITH THE USER.
Version 2.0 June 2019
Version 2.1 2019-09-26
Based on the original 1.6.2 version by Steve Goodman
Expand Down Expand Up @@ -65,6 +65,10 @@
IMPORTANT NOTE: The script requires WMI and Remote Registry access to Exchange servers from the server
it is run from to determine OS version, Update Rollup, Exchange 2007/2003 cluster and DB size information.
Updates
- 2.1 Table header label updated for a more consistent labeling
- 2.0 Initial Release
.LINK
http://scripts.granikos.eu
Expand Down Expand Up @@ -859,11 +863,11 @@ function Get-HtmlDatabaseInformationTable {
}

$Output+="<th>Database Name</th>
<th>Mailboxes</th>
<th>Standard Mailboxes</th>
<th>Av. Mailbox Size</th>"

if ($ShowArchiveDBs) {
$Output+='<th>Archive MBs</th><th>Av. Archive Size</th>'
$Output+='<th>Archive Mailboxes</th><th>Av. Archive Size</th>'
}

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

0 comments on commit 108d10a

Please sign in to comment.