This repository was archived by the owner on Sep 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -959,7 +959,7 @@ function Get-HtmlDatabaseInformationTable {
959
959
960
960
$Output += ' </table><br />'
961
961
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 )
963
963
964
964
$Output
965
965
}
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ The PowerShell script does not gather information on public folders or analyzes
55
55
## Requirements
56
56
57
57
* 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
59
59
60
60
## Example Report
61
61
@@ -65,7 +65,7 @@ The PowerShell script does not gather information on public folders or analyzes
65
65
66
66
### HTMLReport
67
67
68
- Filename to write HTML Report to
68
+ File name to write HTML Report to
69
69
70
70
### SendMail
71
71
You can’t perform that action at this time.
0 commit comments