From LedHed's Wiki
Jump to: navigation, search
(Created page with "== Overview == Who hasn't wanted to rejoin a workstation without a reboot? Well here's how! Test-ComputerSecureChannel -Repair -Credential (Get-Credential) == Reference ==...")
 
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
Who hasn't wanted to rejoin a workstation without a reboot? Well here's how!
+
Who hasn't wanted to rejoin a workstation without a reboot? Well here's how! (Ya ya NETDOM I know).
  
 +
PowerShell
 
  Test-ComputerSecureChannel -Repair -Credential (Get-Credential)
 
  Test-ComputerSecureChannel -Repair -Credential (Get-Credential)
 +
 +
  
  

Revision as of 05:56, 17 May 2018

Overview

Who hasn't wanted to rejoin a workstation without a reboot? Well here's how! (Ya ya NETDOM I know).

PowerShell

Test-ComputerSecureChannel -Repair -Credential (Get-Credential)



Reference

http://kunaludapi.blogspot.com/2016/03/powershell-rocks-rejoin-computers-in.html?m=1


[Category:Windows]