Skip to content

Commit 4272a3c

Browse files
author
Kristian Bentsen Kjærgård (KBK)
committed
Exclude more useless domains from the DA
1 parent 6267eaf commit 4272a3c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Domain Analyser/Push-DomainAnalyserTenant.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ function Push-DomainAnalyserTenant {
2727
'*.excl.cloud'
2828
'*.codetwo.online'
2929
'*.call2teams.com'
30-
'*signature365.net'
30+
'*.signature365.net'
31+
'*.myteamsconnect.io'
32+
'*.teams.dstny.com'
3133
)
3234
$Domains = New-GraphGetRequest -uri 'https://graph.microsoft.com/beta/domains' -tenantid $Tenant.customerId | Where-Object { $_.isVerified -eq $true } | ForEach-Object {
3335
$Domain = $_

0 commit comments

Comments
 (0)