# Podłączanie się do WinRM - Powershell

<p class="callout info">Uruchamiamy z poziomu powershell, po uruchomieniu usługi WinRM</p>

```powershell
Enter-PSSession -ComputerName "NazwaKomputera" -Credential (Get-Credential)
```