Skip to content

Commit

Permalink
Merge pull request #1220 from kris6673/purview-links
Browse files Browse the repository at this point in the history
Update Compliance Portal link to Purview in Invoke-NinjaOneTenantSync function
  • Loading branch information
KelvinTegelaar authored Jan 14, 2025
2 parents b6a6d04 + 69681b8 commit 695a0d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@ function Invoke-NinjaOneTenantSync {
},
@{
Name = 'Compliance Portal'
Link = "https://compliance.microsoft.com/?tid=$($Customer.CustomerId)"
Link = "https://purview.microsoft.com/?tid=$($Customer.CustomerId)"
Icon = 'fas fa-user-shield'
},
@{
Expand Down

0 comments on commit 695a0d8

Please sign in to comment.