Skip to content

Commit

Permalink
Merge pull request #1182 from kris6673/DA-domain-exclutions
Browse files Browse the repository at this point in the history
Exclude more useless domains from the DA
  • Loading branch information
JohnDuprey authored Nov 13, 2024
2 parents 5634eaf + 4272a3c commit 0e5b281
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = $_
Expand Down

0 comments on commit 0e5b281

Please sign in to comment.