I'm configuring a new network and i need to enable Powershell Remoting. I'm in an Active Directory Domain and all my Clients are connected to the Domain.
I'm able to run remote commands (Get-Process -Computername A1P1) successfully but i can't do One-to-One remoting (new-pssession -cn A1P1)
Steps i've Taken:
- winrm quickconfig
- Enable-PSRemoting
- GPO to configure remoting
- Enabled RemoteRegistry
- Setting TrustedHosts to * on the Management Station and Clients
The winrm service is running and ports are open.
Any Tips?
Edit: I Just realized i was once able to remotely connect to my server but i can't now. This is the errorId: WinRMOperationTimeout,PSSessionOpenFailed
Edit 2: It's a GPO Issue, i tried disabling it and gpupdating and the listener now works fine (after Enable-PSRemoting). Now i need to find the setting that's causing the problem...