Enter-PSSession – Interactive session with a remote computer
Enter-PSSession starts an interactive session with a remote computer. Syntax: Enter-PSSession -ComputerName ServerName Example: Enter-PSSession -ComputerName WebServer01 You can now execute the hostname command to confirm that you are connected… Read more »