Skip to content

Commit 6e3f042

Browse files
Merge pull request #1200 from MWGMorningwood/patch-1
Remove erroneous /deviceId from Ninja field
2 parents f1d0274 + fef2e13 commit 6e3f042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CippExtensions/Public/NinjaOne/Invoke-NinjaOneTenantSync.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ function Invoke-NinjaOneTenantSync {
763763
$DeviceLinksData = @(
764764
@{
765765
Name = 'Entra ID'
766-
Link = "https://entra.microsoft.com/$($Customer.defaultDomainName)/#view/Microsoft_AAD_Devices/DeviceDetailsMenuBlade/~/Properties/deviceId/$($Device.azureADDeviceId)/deviceId/"
766+
Link = "https://entra.microsoft.com/$($Customer.defaultDomainName)/#view/Microsoft_AAD_Devices/DeviceDetailsMenuBlade/~/Properties/deviceId/$($Device.azureADDeviceId)"
767767
Icon = 'fab fa-microsoft'
768768
},
769769
@{

0 commit comments

Comments
 (0)