Skip to content

Commit 3575470

Browse files
committed
I added the direct download links to the README.md
1 parent 7728ccf commit 3575470

File tree

2 files changed

+27
-12
lines changed

2 files changed

+27
-12
lines changed

Hybrid/README.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,29 @@
22

33
This script allows you to check and see if your on-premises Exchange environment is configured correctly to use Hybrid Modern Authentication (HMA) with Outlook for iOS and Android. For this to work correctly, you will need to enable HMA and follow HMA Outlook for iOS and Android guidance to configure this feature properly.
44

5+
Download the latest release here: [https://github.com/microsoft/CSS-Exchange/releases/latest/download/Test-HMAEAS.ps1](https://github.com/microsoft/CSS-Exchange/releases/latest/download/Test-HMAEAS.ps1)
6+
57
To run the script, at minimum you will need a valid SMTP Address for a user that is located on-premises.
68

7-
To test basic AutoDiscover and a Empty Bearer Authorization check you can run:
8-
`.\Test-HMAEAS.ps1 [email protected]`
9+
To test basic AutoDiscover and a Empty Bearer Authorization check you can run:
910

11+
```PowerShell
12+
.\Test-HMAEAS.ps1 [email protected]
13+
```
1014
![image-01](img/img01.png)
1115

12-
To test basic AutoDiscover with a custom AutoDiscover Name and also do Empty Bearer Authorization check you can run:
13-
`.\Test-HMAEAS.ps1 [email protected] -CustomAutoD autodiscover.contoso.com`
16+
To test basic AutoDiscover with a custom AutoDiscover Name and also do Empty Bearer Authorization check you can run:
17+
18+
```PowerShell
19+
.\Test-HMAEAS.ps1 [email protected] -CustomAutoD autodiscover.contoso.com
20+
```
1421

1522
![image-04](img/img04.png)
1623

17-
To test basic EAS Connectivity you can run (you will need to use the users credentials for this test):
18-
`.\Test-HMAEAS.ps1 [email protected] -TestEAS`
24+
To test basic EAS Connectivity you can run (you will need to use the users credentials for this test):
25+
26+
```PowerShell
27+
.\Test-HMAEAS.ps1 [email protected] -TestEAS
28+
```
1929

2030
![image-05](img/img05.png)

Retention/README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# Get-MRMDetails
2+
23
This script will gather the MRM configuration for a given user. It will collect the current MRM Policy and Tags for the Exchange Organization, the current MRM Policy and Tags applied to the user, the current Exchange Diagnostics Logs for the user, and Exchange Audit logs for the mailbox selected. The resulting data will allow you to see what tags are applied to the user and when the Managed Folder Assistant has run against the user. It also will grab the Admin Audit log so that we can tell if the Tags or Polices have been modified and who modified them.
34

4-
The syntax for this script is as follows:
5+
Download the latest release here: [https://github.com/microsoft/CSS-Exchange/releases/latest/download/Get-MRMDetails.ps1](https://github.com/microsoft/CSS-Exchange/releases/latest/download/Get-MRMDetails.ps1)
56

6-
.\Get-MRMDetails.ps1 -Mailbox <user>
7+
To run the script, at minimum you will need a valid SMTP Address for a user. Then you can review the associated logs that are generated from the script.
78

8-
Example:
9+
Syntax:
910

10-
.\Get-MRMDetails.ps1 -Mailbox [email protected]
11+
```PowerShell
12+
.\Get-MRMDetails.ps1 -Mailbox <user>
13+
```
1114

12-
15+
Example to collect the MRM Details from [email protected]:
1316

14-
For Any issues or to get the latest version or contribute goto https://aka.ms/GetMRMDetails
17+
```PowerShell
18+
.\Get-MRMDetails.ps1 -Mailbox [email protected]
19+
```

0 commit comments

Comments
 (0)