Quantcast
Channel: PowerShell
Viewing all articles
Browse latest Browse all 15370

WSMan Works, WinRM Running, PSSession Doesn't Resolve Anything Just Hangs

$
0
0

I have three devices on the same network on the same domain.

- Server1
- Server2
- Workstation1

All devices have PSRemoting enabled. Server1 can Enter-PSSession on Server 2. Server2 can ` Enter-PSSession on Server 1. But Workstation1 cannot Enter-PSSession onto either Server1 or Server2.

What happens when I try to Enter-PSSession FROM Workstation1 is nothing. Literally nothing. No error logs, no error messages. The shell just hangs. Or, when using New-PSSession in ISE, ISE doesn't freeze, but it just hangs on completing a Invoke-Command basic script.


Here's what I've tried to do to fix Workstation1

- I noticed the local administrator account was disabled and did not have a password set. This created some issues for my Domain Admin account. So I set the Administrator account password, enabled it, and restarted. This fixed a lot of problems....


Viewing all articles
Browse latest Browse all 15370

Trending Articles