🤖🤖🤖HOW TO FIX THE TRUST RELATIONSHIP BETWEEN A WORKSTATION AND A DOMAIN CONTROLLER

preview_player
Показать описание
how to fix the relationship between a computer and a domain controller
1.Test-ComputerSecureChannel
3.Test-ComputerSecureChannel -Verbose
4.Test-ComputerSecureChannel -Repair
7.$credential = Get-Credential -Message "Ingrese credenciales de administrador"

fixing the relationship between a computer and a domain controller
Рекомендации по теме
Комментарии
Автор

how to fix the relationship between a computer and a domain controller
1.Test-ComputerSecureChannel
2.Test-ComputerSecureChannel -Server "contoso.local"
3.Test-ComputerSecureChannel -Verbose
4.Test-ComputerSecureChannel -Repair
-Server contoso.local -Credential Administrator
-Server "contoso.local"
7.$credential = Get-Credential -Message "Ingrese credenciales de administrador"
Reset-ComputerMachinePassword -Server "contoso.local" -Credential $credential
-Server "contoso.local" -Credential (Get-Credential)

hackshield