From 0963cabdc088a5b1cb85991d6ad7ffccafb3ed36 Mon Sep 17 00:00:00 2001 From: Wey Date: Sat, 18 Jan 2025 01:00:55 +0100 Subject: [PATCH] Text Updates --- powershell/public/cisa/exchange/Test-MtCisaCalendarSharing.md | 1 + .../public/cisa/exchange/Test-MtCisaExternalSenderWarning.ps1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/powershell/public/cisa/exchange/Test-MtCisaCalendarSharing.md b/powershell/public/cisa/exchange/Test-MtCisaCalendarSharing.md index 165883cb..99bffa52 100644 --- a/powershell/public/cisa/exchange/Test-MtCisaCalendarSharing.md +++ b/powershell/public/cisa/exchange/Test-MtCisaCalendarSharing.md @@ -14,6 +14,7 @@ To restrict sharing with all domains: #### Related links * [Exchange admin center - Individual Sharing](https://admin.exchange.microsoft.com/#/individualsharing) +* [Microsoft 365 admin center - Org settings - Calendar](https://admin.microsoft.com/#/Settings/Services/:/Settings/L1/Calendar) * [CISA 6 Calendar and Contact Sharing - MS.EXO.6.2v1](https://github.com/cisagov/ScubaGear/blob/main/PowerShell/ScubaGear/baselines/exo.md#msexo62v1) * [CISA ScubaGear Rego Reference](https://github.com/cisagov/ScubaGear/blob/main/PowerShell/ScubaGear/Rego/EXOConfig.rego#L368) diff --git a/powershell/public/cisa/exchange/Test-MtCisaExternalSenderWarning.ps1 b/powershell/public/cisa/exchange/Test-MtCisaExternalSenderWarning.ps1 index bd5c8c45..1cad663e 100644 --- a/powershell/public/cisa/exchange/Test-MtCisaExternalSenderWarning.ps1 +++ b/powershell/public/cisa/exchange/Test-MtCisaExternalSenderWarning.ps1 @@ -50,7 +50,7 @@ function Test-MtCisaExternalSenderWarning { if ($rules) { # Only show table if there are rules - $result = "| Policy Name | Test Result |`n" + $result = "| Transport Rule Name | Test Result |`n" $result += "| --- | --- |`n" foreach ($item in $rules | Sort-Object -Property Name) { $portalLink = "https://admin.exchange.microsoft.com/#/transportrules/:/ruleDetails/$($item.Guid)/viewinflyoutpanel"