- CORREO: info@fruteroloco.es
- FRUTEROLOCO : TIPS Linux, Macos, Windows ....
Fallo relación de confianza de nuestra estación de trabajo y el dominio (PowerShell)
Test-ComputerSecureChannel
[-Repair]
[-Server <String>]
[-Credential <PSCredential>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Ejecutar en local con powershell y introducir contraseña
pasaría el flag:
-Repair -Credential nombredominio/usuarioadmin
ESTO SUELE PASAR CUANDO EL EQUIPO LLEVA MÁS DE 1 MES SIN CONECTARSE AL DOMINO (AD).
pasamos el comando + 2 flags -Repair -Credential nombredominio/usuarioadmin nos logueamos y hacemos reboot.
Fuente original; https://learn.microsoft.com/es-es/powershell/module/microsoft.powershell.management/test-computersecurechannel?view=powershell-5.1