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

Commit 00446f4

Browse files
committed
Typo fixed
close #3
1 parent 108d10a commit 00446f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Get-ExchangeEnvironmentReport.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ function Get-HtmlDatabaseInformationTable {
959959

960960
$Output+='</table><br />'
961961

962-
$Output+=("<p class='dagtablefooter'>Maximum mailbox database site: {0} GB<br/>Minumum free disk space: {1}%</p>" -f $MaxDatabaseSize, $MinFreeDiskspace)
962+
$Output+=("<p class='dagtablefooter'>Maximum mailbox database size: {0} GB<br/>Minumum free disk space: {1}%</p>" -f $MaxDatabaseSize, $MinFreeDiskspace)
963963

964964
$Output
965965
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The PowerShell script does not gather information on public folders or analyzes
5555
## Requirements
5656

5757
* Exchange Server Management Shell 2010 or newer
58-
* WMI and Remote Registry access from the computer running the script to all Exchange Servers
58+
* WMI and Remote Registry access from the computer running the script to all internal Exchange Servers
5959

6060
## Example Report
6161

@@ -65,7 +65,7 @@ The PowerShell script does not gather information on public folders or analyzes
6565

6666
### HTMLReport
6767

68-
Filename to write HTML Report to
68+
File name to write HTML Report to
6969

7070
### SendMail
7171

0 commit comments

Comments
 (0)