Forum Discussion
Andy Raybould
Aug 31, 2017Copper Contributor
Device names in Azure
Hi Having rebuilt a PC I joined the machine to Azure AD using my Office 365 account. Looking in the Azure Admin Centre I see that the old machine, before being rebuilt, was listed and I was able to...
- Aug 31, 2017
It's possible via the AzureAD PowerShell module:
Get-AzureADDevice -ObjectId blabla |Set-AzureADDevice -DisplayName "new name"
VasilMichev
Aug 31, 2017MVP
It's possible via the AzureAD PowerShell module:
Get-AzureADDevice -ObjectId blabla |Set-AzureADDevice -DisplayName "new name"
Todd MacQueen
Aug 30, 2018Copper Contributor
VasilMichev wrote:It's possible via the AzureAD PowerShell module:
Get-AzureADDevice -ObjectId blabla |Set-AzureADDevice -DisplayName "new name"
That command only changes the Display Name, not the Device Name.