I wash myself to solve two voros
I would like to install passcode on devices via intune portal. Unfortunately, I only see a reset. This is fine, but Intune generates an overly complex passcode. I've tried setting passcode through powershell using the Microsoft.Graph.Intune module. The command does not allow resetting custom code. Can I manage passcode through Intune by installing my own?
I would like to automatically rename devices to Intune. For a Windows device, this can be done through policies. But I need to rename Android device. Unfortunately for Adnroid there is no way to change system parameters. I was considering scripting (OMA-URI) this is the list of availebel https://learn.microsoft.com/en-us/mem/intune/configuration/custom-settings-android-for-work.
Using the AzureAD module, I can rename the device in Azure AD, but the new name does not appear in Intine. Can I somehow automate the renaming of Android devices?
And one more small question :) Can Intune send an audio message to an Android device if it gets lost?
Thank you