How do I rename my device in AD?

Ronald Myers 0 Reputation points
2023-10-03T20:50:27.5+00:00

I re-installed Windows 11 on my machine. The process gave my computer a generic name. I tried to change the name, but got an error message stating that PC name can't be updated in Azure Active Directory

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marilee Turscak-MSFT 37,206 Reputation points Microsoft Employee Moderator
    2023-10-04T21:43:39.0966667+00:00

    @Ronald Myers ,

    This could be failing because of the issue reported on this article : 

    Windows 10 TPM 2.0 Client Authentication in TLS 1.2 with RSA PSS making trouble - Microsoft Q&A

     If so, possible solutions are:

    1. Upgrade the TPM to a higher revision (if available)
    2. Disable the RSA-PSS signature algorithms on the client
    3. Use a certificate that does not use RSA signature algorithms

    Are you using any security devices Proxy / FW .. that intercept SSL traffic?

    If your organization uses proxy servers that intercept SSL traffic for scenarios like data loss prevention or Azure AD tenant restrictions, ensure that traffic to these URLs are excluded from TLS break-and-inspect.

    https://learn.microsoft.com/en-us/azure/active-directory/devices/hybrid-azuread-join-manual#prerequisites

    You can test the connectivity by using the test connectivity tool:
    https://learn.microsoft.com/en-us/samples/azure-samples/testdeviceregconnectivity/testdeviceregconnectivity/

    Additionally, this can influence Autopilot ties. So you can also try renaming the client machine in the Intune management portal and see what happens.

    Another potential workaround is:

    1. Run the dsregcmd /leave command
    2. Rename the computer
    3. Reboot 

     


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.