# Abilitazione PowerShell
Enable-PSRemoting -Force
Set-Item wsman:localhostclienttrustedhosts *
Restart-Service WinRM
# Collegarsi in PowerShell a un computer remoto
Enter-PSSession -ComputerName COMPUTER
oppure
Enter-PSSession -ComputerName COMPUTER -Credential USER