Questions tagged [winrm]
190 questions
0
votes
1 answer
Connection Timeout between Ansible and Windows Server
I'm starting my studies with Ansible and wanted to apply it to a real situation of my work.
I am implementing Ansible from Ubuntu to manage a Windows Nano Server 2016. I'm configuring to use a certificate mapped to a user account.
I based this…

Wellington Oliveira
- 3
- 1
- 2
0
votes
0 answers
Cant connect via Hyper-V Manager
today i was connected via a Win 10 Admincomputer to one of our Hyper V Servers. Everything worked so far. Then I was about to create a new VM on that HyperV Host. It created the VM and I pressed start, then I was kicked out of the console. When I…

Sascha R
- 1
0
votes
0 answers
WinRM connection refused but not to FQDN
I have 2 domain joined servers running a failover cluster and I am trying to get CAU running. However, the readiness test fails because of WinRM issues.
Both servers get connection refused when using Test-WSMan Server, but can connect when using the…

Guest1
- 1
0
votes
2 answers
PowerShell Remote not working via Harness for non-Administrator user
I am trying to connect to a Windows Server 2016 server using WinRM via Harness. I have added the user to the "Remote Management Users" group on the server but I receive an "Access Is Denied" when testing the connection to the server. If I add the…

Adam Chance
- 121
- 3
0
votes
1 answer
Test-WSMan works with localhost, but doesnt work with fully qualified domain name or Hostname
I have a windows 10 1909 Build 18363. Machine, following is what I am observing. This is all on an powershell with elevated permissions.
PS C:\Users\mohit.thakral> Test-WSMan -ComputerName localhost
wsmid :…

Mohit
- 195
- 1
- 2
- 7
0
votes
1 answer
Connecting from Azure Automation to Office 365 PowerShell Endpoint fails half way through script
I have a script running under an Azure Automation account. The script connects to the Office 365 endpoint (https://outlook.office365.com/powershell-liveid/), and uses Set-Contact to update some contact information for 5000 contacts (I inherited this…

pauby
- 121
- 1
- 3
-1
votes
1 answer
Installing PKI Client cmdlet on Windows 2008 R2
I wanted to install the PKI Client cmdlet on Windows 2008 R2. However, from the documentation, it's not available for Windows 2008 R2? Am I interpreting this correctly?
I was following along a tutorial on configuring winrm and needed to run…

TechFanDan
- 297
- 1
- 6
- 20
-1
votes
1 answer
NanoServer WinRM HTTPS
Trying to configure nanoserver for WinRM Remote HTTPS access and all the tutorials I have been able to find use the WinRM command and I cannot figure out how to configure it any other way. Does anyone have any advice on configuring nanoserver for…
-1
votes
1 answer
Non-domain Windows Event Forwarding security
Microsoft's instructions for configuring Windows Event Forwarding from event source computers to an event collector server that isn't in the same domain with the sources seems wildly problematic from a security standpoint…
-1
votes
2 answers
How to connect to remote server using powershell from local . Enter-PSSession not working ( Not Related Exchange Service )
I am trying to connect to remote computer using local powershell session.
for that I am trying to use local powershell Enter-PSSession or New-PSSession comandlets as :
$session = New-PSSession -ConnectionUri…

Usman
- 117
- 6