Kent Nordström

Results 2 comments of Kent Nordström

@SubhamV ... I just ran into this problem trying to update the Category of Devices using: Update-MgDeviceManagementManagedDeviceCategory -ManagedDeviceId $IntuneDevice.Id -BodyParameter $Body I get the following Error... Update-MgDeviceManagementManagedDeviceCategory_Update: Status: 404 (NotFound)...

To follow up on my last comment and to verify the finding... If I do the following... $Uri https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/8c7162e5-204a-40b1-8d26-dc9f1bdf422c/deviceCategory/$Ref And then use Invoke-MgGraphRequest instead... Invoke-MgGraphRequest -Uri $Uri -Body $Body -Method...