From 5634eaffede943fd930af6d6046e171270b3fd71 Mon Sep 17 00:00:00 2001 From: John Duprey Date: Tue, 12 Nov 2024 19:33:29 -0500 Subject: [PATCH 1/2] Update version_latest.txt --- version_latest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_latest.txt b/version_latest.txt index fa09f584d78e..db0785f27378 100644 --- a/version_latest.txt +++ b/version_latest.txt @@ -1 +1 @@ -6.5.2 \ No newline at end of file +6.5.3 From 4272a3cd9b197a84f454da3d40bfe4b30877d3ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Bentsen=20Kj=C3=A6rg=C3=A5rd=20=28KBK=29?= Date: Wed, 13 Nov 2024 11:14:17 +0100 Subject: [PATCH 2/2] Exclude more useless domains from the DA --- .../Domain Analyser/Push-DomainAnalyserTenant.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Domain Analyser/Push-DomainAnalyserTenant.ps1 b/Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Domain Analyser/Push-DomainAnalyserTenant.ps1 index 3b4e14f17ba2..fc530103ede9 100644 --- a/Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Domain Analyser/Push-DomainAnalyserTenant.ps1 +++ b/Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Domain Analyser/Push-DomainAnalyserTenant.ps1 @@ -27,7 +27,9 @@ function Push-DomainAnalyserTenant { '*.excl.cloud' '*.codetwo.online' '*.call2teams.com' - '*signature365.net' + '*.signature365.net' + '*.myteamsconnect.io' + '*.teams.dstny.com' ) $Domains = New-GraphGetRequest -uri 'https://graph.microsoft.com/beta/domains' -tenantid $Tenant.customerId | Where-Object { $_.isVerified -eq $true } | ForEach-Object { $Domain = $_