if you can use psexec to remote computer:
- psexec \\dt-01 cmd
- hostname
- powershell
- Enable-PSRemoting -Force
Now you can use from own computer:
Enter-PSSession -ComputerName dt-01
if you can use psexec to remote computer:
Now you can use from own computer:
Enter-PSSession -ComputerName dt-01