Skip to content

Commit 882f06c

Browse files
authored
Merge branch 'KelvinTegelaar:dev' into dev
2 parents 0446511 + 0e5b281 commit 882f06c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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 = $_

version_latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.5.2
1+
6.5.3

0 commit comments

Comments
 (0)