Hello
As everyone knows, renaming a hybrid joined device is not supported.
I am trying to do this manually but need an expert insight into what issues may arise by the method I am using:
Hybrid join runs - has a crazy name....this is where the steps start:
Rename the device thru windows while on VPN
reboot
Rename AzureAD Object: Set-AzureADDevice -ObjectId <objectID> -DisplayName <intended on prem AD name>
Rename Hybrid Azure AD object: Set-AzureADDevice -ObjectId <objectID> -DisplayName <intended on prem AD name>
Gpupdate /force to update PKI cert
Install SCCM Agent
Please by all means tell me what I'm doing wrong or right - leaving it a alphanumeric name is not acceptable in my environment and hoping to complete this as easy as possible for both end user and technician.
DSregcmd /status appears to show the computers is in an OK state however on the Azure side - the azure object has some unknowns (OS/OS version) and on the intune side, it no longer shows corporate or personal (listed as unknown, greyed out).
Thanks in advance,
Sean