
Re-join a computer to the domain
When a computer loses its domain membership you can now use powershell to reset computer connection.
Log in with a local account to the computer getting the error message, from a powershell command use this command to check the status of the computer’s domain membership.
Test-ComputerSecureChannel -Credential (Get-Credential) -Verbose
Add the -Repair
parameter to reset the secure channel, you’ll need domain creds that have permission to join a computer to the domain.
UPDATE: Since I posted this article I found another powershell command that will reset the computer password when you know its out of sync.
PS C:\> Reset-ComputerMachinePassword -Server "DC01" -Credential Domain01\Admin01
More Stories
Azure AD and Windows hello for business, SSO for on-premises resources
We disabled WFB when we first rolled out autopilot because we are not ready to deploy and support passwordless at...
Recover Microsoft forms from old users
Microsoft forms are a great way to collect data from the user. However, what happens when the user leaves the...
Creating a document management system with SharePoint
Searching for documents can be a cumbersome and time-consuming task, especially if there is no proper system in place for...
Internal certificates for desktop phones
We are looking at a new cloud based phone system. Most use Poly or Yealink phones, we use 802.1x on...
Intune certificate connector
upgrading to certificate connector 6.2 that is required in Sept 2022, has broke our NDES for intune. I'm collecting all...
Microsoft ATP documentation
We've deployed ATP to our windows workstation, now I'm researching it for our MACs and IOS devices. I pushed it...