We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1d0274 + fef2e13 commit 6e3f042Copy full SHA for 6e3f042
Modules/CippExtensions/Public/NinjaOne/Invoke-NinjaOneTenantSync.ps1
@@ -763,7 +763,7 @@ function Invoke-NinjaOneTenantSync {
763
$DeviceLinksData = @(
764
@{
765
Name = 'Entra ID'
766
- Link = "https://entra.microsoft.com/$($Customer.defaultDomainName)/#view/Microsoft_AAD_Devices/DeviceDetailsMenuBlade/~/Properties/deviceId/$($Device.azureADDeviceId)/deviceId/"
+ Link = "https://entra.microsoft.com/$($Customer.defaultDomainName)/#view/Microsoft_AAD_Devices/DeviceDetailsMenuBlade/~/Properties/deviceId/$($Device.azureADDeviceId)"
767
Icon = 'fab fa-microsoft'
768
},
769
0 commit comments