Questions tagged [winrm]
190 questions
2
votes
1 answer
Microsoft Exchange Management console, Initilization Failed
Upon starting Exchange Management Console I am presented with the error
[###################] Connecting to remote server failed with the following error message : The WinRM client
sent a request to an HTTP server and got a response saying the…

skukx
- 143
- 4
2
votes
0 answers
Windows WMI get a snapshot EnabledState
I am trying to get the EnabledState of a virtual machine snapshot using WMI. That is I try to get the EnabledState that was current for the virtual machine when the snapshot was taken.
So far I know how to list all snapshots of the machine. For that…

Ivaylo Strandjev
- 223
- 1
- 2
- 6
2
votes
2 answers
What effect will disabling WinRM authentication methods have?
In WinRM Service section of Group Policy, I have the option of disabling the following authentication mechanisms:
Basic
CredSSP
Kerberos
Negotiate
With concerns of security in mind, I would like to disable any authentication methods that could add…

bshacklett
- 1,378
- 4
- 19
- 39
2
votes
1 answer
WINRM Enter-Pssession not working on new machine
I am trying to enable win rm in mixed domain mode on a new machine.
From another work station, I can connect with the following command:
Enter-PSSession -ComputerName 89.251.114.100 -Credential $mycred
I have ran Enable-PSremoting on the new…

dagda1
- 247
- 3
- 7
- 19
2
votes
1 answer
Setting up a very mixed Active Directory network to work with PowerShell Remote Administration
Summary: I want to be able to monitor the computers on my network, but don't need it to be automated. We're too small to purchase anything like MOM, but too big to do anything manually (~100 machines in two locations). I just keep running into…

erictheavg
- 133
- 6
2
votes
1 answer
"Get-OwaVirtualDirectory" very very slow when accessing CAS in different site
I have a CAS server in a different AD site, and every Exchange 2010 command runs quickly... except for the one that use IIS and Get-XXXVirtualDirectory. In these cases it takes several minutes for the results to come back.
Is this normal? Can I…

makerofthings7
- 8,911
- 34
- 121
- 197
2
votes
1 answer
What PowerShell/WSMan clients or queries are consuming more than 1000 requests per 2 seconds?
Exchange 2010 remote administration tools are complaining with the following error
[txexmb02.ibm.com] Connecting to remote server failed with the following error message : The WS-Management service cannot
process the request. The system load quota…

makerofthings7
- 8,911
- 34
- 121
- 197
2
votes
1 answer
SSH Key style authentication with WinRM
Would it be possible to setup any type of authentication key with WinRM that would be similar to the way SSH Keys work? I don't mean just the encrypted transmission but more to be able to automatically authenticate with several servers which cannot…

MrGrant
- 23
- 1
- 5
2
votes
2 answers
Executing Oracle SQLPlus in a Powershell Invoke-Command statement against a remote machine
We have a basic powershell script that attempts to execute SQLPlus.exe on a remote machine. The remote does not have Oracle Instant client installed, but we have bundled all the necesary dlls in a remote folder. For example we have sqlplus.exe and…

Scott Muc
- 918
- 10
- 9
2
votes
2 answers
Enabling WinRM by Group Policy
I'm having partial success enabling WinRM through Active Directory GPO's on our Server 2008 R2 environment.
I've created a GPO that enables "Allow automatic configuration of listeners" and also enables all the necessary predefined WinRM Firewall…

SaintNick
- 111
- 2
- 9
2
votes
1 answer
Why does connecting to SMB share also use wsman
When I connect to a file share using \servername\share in Windows explorer (windows 10 to a windows server share), I notice that there are also connections from my host to the destination server over port 5985, the wsman protocol port.
I couldn't…

dcom-launch
- 85
- 7
2
votes
1 answer
Powershell Remote PSSession Failing - Domain Administrator Account - Error 0x80090322
I am troubleshooting an issue I have with a PRTG sensor not collecting Windows Update information from one of our servers. It is using WinRM and a remote PowerShell command to do that.
Server 1 - Issue Server
Server 2 - Working Server
When I try to…

Logan
- 41
- 1
- 1
- 3
2
votes
1 answer
Ansible error when trying to ping Windows 10 host. No winrm module
I'm using this command to ping a Windows host from my CentOS 8 Ansible server
ansible windows -m win_ping
But I get this output when executing it
windows | FAILED! => {
"msg": "winrm or requests is not installed: No module named…

Nico Nico Pizza
- 69
- 1
- 9
2
votes
3 answers
Access Denied WinRM Error Code 5
We are trying to set up Windows Event Forwarding (WEF) in our environment and we are running into a few issues. We have a GPO set up (shown below) to enable the forwarding of events to a local collection server and we have the connection server…

Jack
- 121
- 1
- 1
- 5
2
votes
2 answers
Connecting to exchange online with Powershell (Winrm)
After playing with the Microsoft Azure MDM Baselines I got blocked from using the Powershell for Exchange Online module .
I have removed myself one time, and after some reboots and some quick config all went well. But this time I'm still not able…

Ezeq
- 53
- 1
- 3
- 7