Skip to content

Commit 8a606e9

Browse files
committed
fix links
1 parent 363be9f commit 8a606e9

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

learn-pr/wwl-sci/deploy-message-encryption-microsoft-365/includes/branding-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ Use standard hex codes or supported color names like `white`, `aliceblue`, or `l
8787
-BackgroundColor "#ffffff"
8888
```
8989

90-
For a full list of supported color names and hex values, see [Microsoft documentation](/powershell/module/exchange/set-omeconfiguration).
90+
For a full list of supported color names and hex values, see [Microsoft documentation](/powershell/module/exchange/set-omeconfiguration?azure-portal=true).
9191

9292
Branding templates help reinforce your organization's identity and build recipient trust. With support for custom logos, disclaimers, colors, and portal messaging, Microsoft Purview makes it easy to create a secure and familiar experience for encrypted communications.

learn-pr/wwl-sci/deploy-message-encryption-microsoft-365/includes/implement-advanced-message-encryption.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Your Microsoft 365 tenant must have a supported license to use Advanced Message
1010
- Office 365 E5
1111
- Office 365 Education A5
1212

13-
If your organization uses Microsoft 365 E3, you can add this capability through the Microsoft 365 E5 Compliance add-on or another eligible compliance SKU. For full details, see the [message policy and compliance service description](https://learn.microsoft.com/office365/servicedescriptions/exchange-online-service-description/message-policy-and-compliance).
13+
If your organization uses Microsoft 365 E3, you can add this capability through the Microsoft 365 E5 Compliance add-on or another eligible compliance SKU. For full details, see the [message policy and compliance service description](/office365/servicedescriptions/exchange-online-service-description/message-policy-and-compliance?azure-portal=true).
1414

1515
## Set expiration dates for encrypted emails
1616

1717
You can configure encrypted emails to expire after a specific number of days. This helps limit how long recipients can access the content.
1818

19-
1. Connect to [Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-powershell).
19+
1. Connect to [Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-powershell?azure-portal=true).
2020
1. Run the following command to create a custom branding template that includes an expiration policy:
2121

2222
```powershell
@@ -70,7 +70,7 @@ To enable and search for audit logs:
7070
Set-IrmConfiguration -EnablePortalTrackingLogs $true
7171
```
7272

73-
1. In the [Microsoft Purview portal](https://purview.microsoft.com), go to the **Audit** solution.
73+
1. In the [Microsoft Purview portal](https://purview.microsoft.com?azure-portal=true), go to the **Audit** solution.
7474
1. Under **Search**, select **Encrypted message portal activities**, apply filters, and run your search.
7575

7676
Microsoft Purview Advanced Message Encryption adds time-bound and post-send controls to standard encryption features. By setting expiration dates, revoking access, and auditing encrypted message activity, organizations can enforce tighter controls over sensitive communications while maintaining a seamless user experience for recipients.

learn-pr/wwl-sci/deploy-message-encryption-microsoft-365/includes/implement-message-encryption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Microsoft Purview Message Encryption uses Azure Rights Management to apply encry
88

99
To confirm that Azure RMS is active in your environment, you can use PowerShell:
1010

11-
1. [Connect to Exchange Online PowerShell](https://learn.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell)
11+
1. [Connect to Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-powershell?azure-portal=true)
1212
1. Run the following command to verify that Azure RMS licensing is enabled:
1313

1414
```powershell
@@ -25,7 +25,7 @@ To confirm that Azure RMS is active in your environment, you can use PowerShell:
2525

2626
You should see confirmation that RMS templates are available and that encryption and decryption were successful.
2727

28-
If encryption isn't working or RMS templates aren't available, follow the [Azure RMS activation guidance](https://learn.microsoft.com/azure/information-protection/activate-service).
28+
If encryption isn't working or RMS templates aren't available, follow the [Azure RMS activation guidance](/azure/information-protection/activate-service?azure-portal=true).
2929

3030
> [!NOTE]
3131
> If your organization still uses Active Directory Rights Management Services (AD RMS), you need to migrate to Azure RMS before enabling message encryption.

learn-pr/wwl-sci/deploy-message-encryption-microsoft-365/includes/summary.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Without encryption, sensitive information shared via email can be intercepted, m
1414

1515
Use these resources to discover more background details of the described articles from this module:
1616

17-
- [Email encryption](/purview/email-encryption)
18-
- [Message encryption](/purview/ome)
19-
- [Set up Message Encryption](/purview/set-up-new-message-encryption-capabilities)
20-
- [Advanced Message Encryption](/purview/ome-advanced-message-encryption)
21-
- [Define mail flow rules to encrypt email messages](/purview/define-mail-flow-rules-to-encrypt-email)
17+
- [Email encryption](/purview/email-encryption?azure-portal=true)
18+
- [Message encryption](/purview/ome?azure-portal=true)
19+
- [Set up Message Encryption](/purview/set-up-new-message-encryption-capabilities?azure-portal=true)
20+
- [Advanced Message Encryption](/purview/ome-advanced-message-encryption?azure-portal=true)
21+
- [Define mail flow rules to encrypt email messages](/purview/define-mail-flow-rules-to-encrypt-email?azure-portal=true)

0 commit comments

Comments
 (0)