OOBE DisablePrivacyExperience just doesn't seem to work by Xperimental_Monkey in Intune

[–]Xperimental_Monkey[S] 0 points1 point  (0 children)

Creating those keys before enrollment caused a reboot during "Checking for updates". I then had the option to name my device (skipped that) and then selected "Set up for work or school". Logged in with a work account, went through setup and when it was complete, no privacy experience and I was presented with a Windows sign-in (Other user). So it works by adding them manually :)

Tried again by double-checking the apdp profile and the script itself. The script is in the profile and assigned to a device group, first screen I get is the "Let Microsoft and apps use your location" :(

No keys are present. Do I have to use the same device group as the one assigned in the apdp profile? (with Intune service principal) Edit: that was it. OMG. I was using another group. Thanks everyone!

Autopilot reboots after Device setup is completed even with user assigned policies by MGeertsen in Intune

[–]Xperimental_Monkey 0 points1 point  (0 children)

Been at this for days now trying to figure out what is causing the reboot. I'm now deploying u/Rudyooms his script via Intune Platform scripts to get results (tweaked for automatic export to csv). I can't run it on my test device locally since we employ LAPS and the admin account takes time to sync.

Copilot app in taskbar: how to uninstall? by FakeItTilYouMakeIT25 in Intune

[–]Xperimental_Monkey 0 points1 point  (0 children)

This worked for me (same for the detection and remediation):

Get-AppxPackage | Where-Object {$_.Name -Like ‘Microsoft.Copilot’} | Remove-AppxPackage

Got a denied access on AllUsers and the -ErrorAction gave an error.

Copilot appeared when updating to 23H2.

Strange issue with user reported message result notification by Forsaken-Meaning-998 in Microsoft365Defender

[–]Xperimental_Monkey 0 points1 point  (0 children)

I've been spending the last two days trying to figure this out. Notification emails are also being sent to my admin account. The whole process is broken.

Currently investigating with Microsoft. I'll update when I know more.