Questions tagged [winrm]
190 questions
0
votes
0 answers
enter-pssession not working over Wireguard
I have multiple computers in a LAN and a Windows Server 2012 R2 in another city. They are all in a Wireguard VPN. I can use SMB file shares, PSexec, RDP and such things, but can't make WinRM enter-pssession work because
enter-pssession : Connecting…

Vitas
- 147
- 1
- 9
- 26
0
votes
0 answers
Can't config certificate-based authentication in WinRM / WSMan
I'm trying to configure certificate-based authentication in WinRM. I need this to source-initiated subscription of WEF from non-domain machine.
I use manual published by MS:…

ŁukaszD
- 1
- 1
0
votes
1 answer
Why is Windows 10 22H2 update erasing WinRM settings?
I used the Media Creation Tool for Windows 10 downloaded from here to create a Windows 10 22H2 image. Then I proceeded to install the image by running setup.exe with the following command line switches:
setup.exe /Quiet /NoReboot /Auto…

Abhisek Dash
- 9
- 3
0
votes
0 answers
Setting up Windows Admin Center in a middle school
I am attempting to set up remote management of my campus computers via Windows Admin Center.
I am starting with my main desktop workstation (referred to as Base) and my take-along laptop (referred to as Remote).
I ran winrm qc to enable BOTH Base…

user21442189
- 21
- 1
0
votes
1 answer
Is WinRM/PSSessions using TrustedHosts less secure than DCOM (or whatever classic Windows remote access is)?
I have forever been accessing remote machines with things like file shares (\\serverName\share) and using Powershell commands that use a -ComputerName parameter. If I do this for a machine in a remote domain, I have to provide the -Credential…

Roman
- 405
- 1
- 7
- 21
0
votes
0 answers
Connecting to remote server failed: The WinRM client cannot process the request
I am trying to execute a powershell script on a remote server from my local machine, however I get an error.
Here is the full error message:
Connecting to remote server failed with the following error message : The WinRM client cannot process the…

Unbuckle
- 21
- 3
0
votes
1 answer
WinRM connectivity issues with workgroup and vlan subnet
Situation:
1 server (Windows Server 2022) (192.168.15.5)
1 client (Windows 11) (192.168.5.5)
Unifi network setup where both machines are on a different VLAN (subnet)
On the server:
Run Winrm quickconfig
Run Enable-PSRemoting
Run…

Geert van Horrik
- 111
- 2
0
votes
1 answer
WinRM - Remote session not working between old & new DCs
We have a total of 6 domain controllers, 2 of which (dc03/04) have just been created. I'm able to PSRemote between all of the older DCs, and between 03 & 04, but I'm not able to PSRemote between the older DCs and the newly-created ones. I'm able to…

Travis
- 123
- 8
0
votes
2 answers
Why is my Windows 11 host sending connection reset packets to AWX using certificate authentication?
Here is what I have done so far.
Installed AWX 2.9 using docker on CentOS.
Successfully managing Windows nodes (8,10) through AWX and WinRM using certificate authentication. (No problem here)
Recently got a windows 11 node and certificate…

Abhisek Dash
- 9
- 3
0
votes
2 answers
Exchange 2013 PowerShell EMS not working
I get the following error when opening EMS on my local 2013 server (or remotely). EMS has worked fine up until recently and I'm not sure what caused the issue. I've read many articles and forum posts and none of the suggestions have…

TMacie
- 45
- 2
- 9
0
votes
1 answer
Windows event forwarding HTTPS Setup
i succesfully created a simple WEF setup between two domain server (WS2019)
it's all working great while it remain in HTTP protocol.
Once i try to take the leap to HTTPS, no more logs is going to the WEC server.
i got certificates on both host…

Gorshok
- 29
- 11
0
votes
0 answers
After enable winrm qc the host is not accessible using rdp windows
I have one host. I was connected it using RDP Windows and then I just enable the winrm by using winrm qc
and then I logout from that host.
Now today when I was trying to access it it is not able to give permission to access it.
login failed invalid…

Rajarshi Das
- 113
- 6
0
votes
1 answer
Ansible WinRM Error when collecting winrm facts: You cannot call a method on a null-valued expression message
I have a lab resident in a vCenter server, the lab includes 5 windows servers and 3 windows 10
Each time I am running a playbook (any playbook) against this lab, 1 error is appeared in TASK [Gathering Facts]:
[WARNING]: Error when collecting winrm…

Hiddai
- 87
- 1
- 3
- 14
0
votes
1 answer
Linux servers stopped being able to use PowerShell remoting over WinRM using NTLM on remote Windows Servers
So basically we have a team with Linux servers running PowerShell Core (a mix of 6 and 7) that have to execute remote Windows PowerShell commands on Windows servers. Problem is, the team never got Kerberos working for authentication and is relying…

codewario
- 548
- 3
- 16
- 36
0
votes
1 answer
WinRM throws Error Code 2, "Unable to check the status of the Firewall" despite EVERYTHING
I am trying to set up a source initiated event Subscription from a Windows 2019 server to a Windows 10 Client. I know that might sound backwards but I don't really have a choice for a variety of reasons. Both of these devices are domain joined, the…