Skip to content

Commit

Permalink
Merge pull request microsoft#4510 from coaxke/feature/AddIntuneLogoTo…
Browse files Browse the repository at this point in the history
…Reports

Adds Intune logo to Delta reports
  • Loading branch information
NikCharlebois authored Apr 2, 2024
2 parents 8e11b18 + 1dabb0d commit 8776a69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Modules/Microsoft365DSC/Modules/M365DSCReport.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,10 @@ function Get-IconPath
{
return 'http://microsoft365dsc.com/Images/Teams.jpg'
}
elseif ($ResourceName.StartsWith('Intune'))
{
return 'http://microsoft365dsc.com/Images/Intune.jpg'
}
return $null
}

Expand Down

0 comments on commit 8776a69

Please sign in to comment.