Enable powershell on remote computer without AD, but with known credentials and no intermediate firewall blocking
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… Read the rest