You can start a session to a computer using `Enter-PSSession`. It is easiest to do this when signed in on a server as a domain administrator. ```PowerShell Test-WsMan wks11 ``` ```powershell Enter-PSSession DESKTOP-XXX ```