Top "Winrm" questions

Windows Remote Management server

How to add more than one machine to the trusted hosts list using winrm

To run powershell commands on a machine from a remote machine we have to add the remote machine to the …

windows powershell hosts winrm
Why Local Users and Groups is missing in Computer Management on Windows 10 Home?

I'm using Windows 10 Home. While troubleshooting some issue with WinRM, I figured out "Local Users and Groups" item is missing …

windows windows-10 winrm
WinRM cannot process the request - fails only over a specific domain

Some of ours servers (W2K8 R2) were moved to the cloud last week, once done that my powerswhell script …

powershell powershell-2.0 powershell-remoting winrm
"Access denied" on Remote winrm

I created a Windows VM on Windows Azure with winrm over SSL set. But, I can't connect it using a …

powershell azure powershell-remoting winrm
Powershell remoting - Policy does not allow the delegation of user credentials

I'm new to powershell and I'm having troubles using credentials delegation. I have the following script: $session = New-PSSession myserver -Authentication …

powershell powershell-remoting winrm
Configure and listen successfully using WinRM in powershell

I'm testing WinRM connection using Command Prompt on my local and remote machine and my question is devided into two …

powershell winrm
Checks about WinRM service in remote machine

I have seen great article PowerShell 2.0 remoting guide: Part 8 – remoting scenarios and troubleshooting http://www.ravichaganti.com/blog/?p=1181 I …

powershell .net-4.0 powershell-remoting winrm
WinRM - the specified credentials were rejected by the server

I am unable to get WinRM session in a python script. Environment ad-dns.test.com - Windows 2012 AD and DNS …

python kerberos winrm
How to connect to remote machine via WinRM in Python (pywinrm) using domain account?

I would like to write a script in Python using pywinrm library to be able to connect to remote machine …

python winrm
Powershell New-PSSession Access Denied - Administrator Account

I try to use powershell PSSession cmdlets, but I'm struggling with Access Denied Error. What I try to do is …

powershell windows-server-2012-r2 winrm