Monday 16 April 2012

Computer Active Directy authenication error

If you are recieving the following error:
The session setup from the computer COMPUTERNAME failed to authenticate.
The name(s) of the account(s) referenced in the security database is
COMPUTERNAME$. The following error occurred: 
%Access is denied.

Then the machine password has gotten out of sync with your domain controller. To fix this, you simply need to reset said password.

Download netdom to the workstation with the error, and run it as follows:
netdom reset workstationname /domain:mydomainname


Technically, you should be able to run this from any computer on the domain,  but I would recommend running it locally to minimize the possibility of errors.

21 comments:

  1. For Windows 7:

    http://www.networknet.nl/apps/wp/wp-content/uploads/2011/09/netdom_windows7.zip

    netdom.exe utility needs to stored in C:\Windows\System32 and netdom.exe.mui file should be copied to C:\Windows\System32\en-US folder.

    ReplyDelete
  2. Even better, in Windows 7 run Powershell as Administrator.
    Type:
    reset-computermachinepassword

    ReplyDelete
  3. href="https://istanbulolala.biz/">https://istanbulolala.biz/
    DL4İ

    ReplyDelete

Deploy Chocolatey packages with Microsoft Intune

 Deploying Chocolatey packages using Intune Let me start by saying this is currently working with Chocolatey version 2.2.2 in August of 2023...