🔸حتما برای شما هم همچین خطا های پیش آمده است . اما راه حل این مشکل در چیست .
3 تا راه حل است برای این مشکل که به ترتیب بهتون
میگم .
A -Repair Trust with PowerShell (Simple & Fast)
1️⃣ Log in as a local admin.
Test-ComputerSecureChannel -Repair -Credential DomainName\Administrator
بعد از انجام این مرحله سیستم ریستارت کنید مشکل برطرف شده .
B - Reset Computer Password with PowerShell
1️⃣ Log in as a local admin.
2️⃣ Run
Reset-ComputerMachinePassword -Server DomainServer -Credential DomainName\Administrator
ریستارت و دوباره تست کنید .
C-Disjoin and Rejoin Domain Using dsjoin
1️⃣ Log in as a local admin.
2️⃣ Disjoin from the domain:
dsjoin /leave
3️⃣ Restart, then rejoin the domain:
dsjoin /domain DomainName /userD DomainAdminUser /passwordD *
Restart again, and the relationship should be restored.
🆔 @samimi_network 🌐
3 تا راه حل است برای این مشکل که به ترتیب بهتون
میگم .
A -Repair Trust with PowerShell (Simple & Fast)
1️⃣ Log in as a local admin.
Test-ComputerSecureChannel -Repair -Credential DomainName\Administrator
بعد از انجام این مرحله سیستم ریستارت کنید مشکل برطرف شده .
B - Reset Computer Password with PowerShell
1️⃣ Log in as a local admin.
2️⃣ Run
Reset-ComputerMachinePassword -Server DomainServer -Credential DomainName\Administrator
ریستارت و دوباره تست کنید .
C-Disjoin and Rejoin Domain Using dsjoin
1️⃣ Log in as a local admin.
2️⃣ Disjoin from the domain:
dsjoin /leave
3️⃣ Restart, then rejoin the domain:
dsjoin /domain DomainName /userD DomainAdminUser /passwordD *
Restart again, and the relationship should be restored.
🆔 @samimi_network 🌐