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

Commit d35f4ea

Browse files
committed
Minor fixes for 2.0
1 parent b3ba418 commit d35f4ea

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Get-ExchangeEnvironmentReport.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
.\Get-ExchangeEnvironmentReport.ps1 -HTMLReport .\report.html
9797
9898
.EXAMPLE
99-
Generate am HTL report and send the result as HTML email with attachment to the specified recipient using a dedicated smart host
99+
Generate am HTML report and send the result as HTML email with attachment to the specified recipient using a dedicated smart host
100100
.\Get-ExchangeEnvironmentReport.ps1 -HTMReport ExchangeEnvironment.html -SendMail -ViewEntireForet $true -MailFrom roaster@mcsmemail.de -MailTo grillmaster@mcsmemail.de -MailServer relay.mcsmemail.de
101101
102102
#>

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Based on the original 1.6.2 version by Steve Goodman
88

99
This script creates an HTML report showing the following information about an Exchange 2019, 2016, 2013, 2010, and, to a lesser extent, 2007 and 2003 environment.
1010

11-
The reports shows the following:
11+
The report shows the following:
1212

1313
* As summary
1414
* Total number of servers per Exchange Server version
@@ -17,7 +17,7 @@ The reports shows the following:
1717

1818
* Per Active Directory Site
1919
* Total number of mailboxes
20-
* Intern, External, and CAS Array names
20+
* Internal, External, and CAS Array names
2121
* Exchange Server computers
2222
* Product version
2323
* Service Pack, Update Rollup, and/or Cumulative Update
@@ -57,7 +57,7 @@ The PowerShell script does not gather information on public folders or analyzes
5757
* Exchange Server Management Shell 2010 or newer
5858
* WMI and Remote Registry access from the computer running the script to all Exchange Servers
5959

60-
## Eample Report
60+
## Example Report
6161

6262
![Example Report](/images/screenshot.png)
6363

@@ -96,7 +96,7 @@ Note the use of the wildcard (*) character to allow for multiple matches.
9696

9797
### Example 1
9898

99-
Generate am HTL report and send the result as HTML email with attachment to the specified recipient using a dedicated smart host
99+
Generate an HTML report and send the result as HTML email with attachment to the specified recipient using a dedicated smart host
100100

101101
``` PowerShell
102102
.\Get-ExchangeEnvironmentReport.ps1 -HTMReport ExchangeEnvironment.html -SendMail -ViewEntireForet $true -MailFrom roaster@mcsmemail.de -MailTo grillmaster@mcsmemail.de -MailServer relay.mcsmemail.de
@@ -106,7 +106,7 @@ Generate am HTL report and send the result as HTML email with attachment to the
106106

107107
Generate an HTML report and save the report as 'report.html'
108108

109-
``` PowerShell
109+
``` PowerShell
110110
.\Get-ExchangeEnvironmentReport.ps1 -HTMLReport .\report.html
111111
```
112112

@@ -119,7 +119,7 @@ RISK OF THE USE OR THE RESULTS FROM THE USE OF THIS CODE REMAINS WITH THE USER.
119119

120120
Download and vote at TechNet Gallery
121121

122-
- [gallery.technet.microsoft.com/Exchange-Environment-11fa7246](gallery.technet.microsoft.com/Exchange-Environment-11fa7246)
122+
- [gallery.technet.microsoft.com/Exchange-Environment-11fa7246](https://gallery.technet.microsoft.com/Exchange-Environment-11fa7246)
123123

124124
## Credits
125125

0 commit comments

Comments
 (0)