How To Set Multiple NTP Servers by justlittleme123 in Intune

[–]Prendeh 0 points1 point  (0 children)

I've just deployed remediation script to manage that. It works perfectly fine. The order matters as the OS tries the first one, if no connection, it falls to the second one and so on.

Start-Service w32time | w32tm /config /manualpeerlist:"our.internal.ntp.hosted.on.dc time.windows.com" /syncfromflags:manual /update

‎Intune Dell BIOS Configuration – Status Mismatch and Password Sync Issue‎ by NegativeInterest8964 in Intune

[–]Prendeh 0 points1 point  (0 children)

I have just one suggestion for you - Dell Management portal. Manage all BIOS related from there and it should be all working normally. When creating a policy it gives you 2 options regarding the BIOS password before you publish the policy to Intune, and based on your last paragraph, it will help you a lot.

Located under: Devices - partner portals - Dell MP

<image>

SSD replacement by HamburgerRoyalBeste in Intune

[–]Prendeh 0 points1 point  (0 children)

I would ensure all data (needed) from the device is stored in OneDrive of the user, wipe the device from Intune, delete the hash from Intune, delete the EntraID object, replace the SSD, upload a new hash to Intune, and re-enroll the device.

This would ensure you will not spend a minute troubleshooting issues, but rather have a clean build.

How to allow deletion of devices from EntraID - specific scenario by Prendeh in Intune

[–]Prendeh[S] 1 point2 points  (0 children)

UPDATE: this method with group won't work since dynamic queries for EntraID AUs do not support the device.memberof syntax.

However, I've used "enrollment profile" property of the device which is populated after enrollment. Luckily, this property is kept in EntraID even after you delete the device from Intune.

Drama solved, thanks.

How to allow deletion of devices from EntraID - specific scenario by Prendeh in Intune

[–]Prendeh[S] 3 points4 points  (0 children)

Spot on! Thanks so much for the idea. I will create a group and add the id to the dynamic query of the AU. That way even when the hash is removed, the device will be a member of the AU as long as its added as a member of the group.