File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Modules/CippExtensions/Public/NinjaOne Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1523,12 +1523,12 @@ function Invoke-NinjaOneTenantSync {
1523
1523
$ManagementLinksData = @ (
1524
1524
@ {
1525
1525
Name = ' M365 Admin Portal'
1526
- Link = " https://portal.office.com/Partner/BeginClientSession.aspx?CTID =$ ( $customer.customerId ) &CSDEST=o365admincenter "
1526
+ Link = " https://admin.cloud.microsoft/?delegatedOrg =$ ( $customer.defaultDomainName ) "
1527
1527
Icon = ' fas fa-cogs'
1528
1528
},
1529
1529
@ {
1530
1530
Name = ' Exchange Portal'
1531
- Link = " https://admin.exchange .microsoft.com/?landingpage=homepage&form=mac_sidebar& delegatedOrg=$ ( $Customer.defaultDomainName ) # "
1531
+ Link = " https://admin.cloud .microsoft/exchange? delegatedOrg=$ ( $Customer.defaultDomainName ) "
1532
1532
Icon = ' fas fa-mail-bulk'
1533
1533
},
1534
1534
@ {
@@ -1538,7 +1538,7 @@ function Invoke-NinjaOneTenantSync {
1538
1538
},
1539
1539
@ {
1540
1540
Name = ' Intune Portal'
1541
- Link = " https://endpoint .microsoft.com/$ ( $customer.defaultDomainName ) /"
1541
+ Link = " https://intune .microsoft.com/$ ( $customer.defaultDomainName ) /"
1542
1542
Icon = ' fas fa-laptop'
1543
1543
},
1544
1544
@ {
You can’t perform that action at this time.
0 commit comments