Questions tagged [winrm]
190 questions
0
votes
2 answers
WinRM issues using add/remove features using Server 2012 r2 Server Manager
I am trying to get 2 servers to talk to each other through server manager both running Windows Server 2012 R2.
SERVER1 is able to refresh all the server information without a problem. I can see all the status of SERVER1 & 2 without a…

JukEboX
- 815
- 4
- 17
- 46
0
votes
1 answer
WinRM qc error -2144108269 0x80338113
I need to get WinRM working for three Windows Server 2008 R2 (SP1) machines. They are running Microsoft Exchange on them. I run Windows Powershell as an Administrator and type "winrm qc", the following is then printed
PS C:\Windows\system32> winrm…

Adam
- 1
- 2
0
votes
1 answer
Changing WinRM settings from Script
I am trying to change winrm's allow basic authentication property from command line.
Following is my command
winrm set winrm/config/client/auth @{Basic="false"}
I get a message that this is controlled by GPO
WSManFault
Message
ProviderFault
…

A Solvent
- 101
- 1
- 1
- 2
0
votes
1 answer
What Security Implications Does WSMan "TrustedHosts" Have?
I found that WinRM requires TrustedHosts (in WSMan:\client) to be set to run remote PowerShell commands. I am unable to find official documentation on the security ramifications and risks of trusting dangerous hosts.
In my situation I have a shared…

Joel May
- 189
- 1
- 1
- 7
0
votes
0 answers
Server Manager Running on Windows 10 getting WinRM Error
I have Server Manager installed on my Win 10 (not anniversary ed) workstation to help manage our Win 2012R2 servers. When I try and run a DNS BPA on our 4 DNS servers, I get the error message "Server Manager could not start the task due to the…

Caynadian
- 442
- 2
- 10
- 25
0
votes
0 answers
Odd behavior using WinRM via powershell, works sometimes and other times does not
Been setting up Powershell Remoting for all of our client machines (Pushed out GPO last week) and I can Test-WSMan on pretty much all of them and I get a nice expected response.
Now on one of our servers (our SCCM 2012 with all the latest updates)…

TofuBug
- 101
- 3
0
votes
1 answer
Get local path of Windows fileshare when running a PowerShell script remotely via WinRM
I have a Windows batch script that copies an EXE or batchfile to a remote fileshare and runs it on the remote server using PowerShell WinRM. The line that runs the command remotely looks like this:
ECHO Invoke-Command -Authentication CredSSP…

EM0
- 370
- 9
- 24
0
votes
1 answer
Event log forwarding: source initiated not working for desktops
I have successfully set up 2 subscriptions for collector initiated and they are fowarding events. Now I am attempting to add a 3rd subscription to get the logs for all my desktops, so due to the number of them, I'm using source initiated to use…

AB_MS3
- 1
- 2
- 4
0
votes
1 answer
Set PowerShell "Plugin\Microsoft.PowerShell\Quotas\MaxMemoryPerShellMB" using Group Policy
I want to apply the following PowerShell settings on many servers:
Set-Item WSMan:\localhost\Shell\MaxMemoryPerShellMB 12345
Set-Item WSMan:\localhost\Plugin\Microsoft.PowerShell\Quotas\MaxMemoryPerShellMB 12345
I found…

EM0
- 370
- 9
- 24
0
votes
2 answers
How can I run chef-client remotely (windows to windows) without a password
I really hope I'm missing something here - because I'm starting to love Chef, but some pieces feel extremely stupid.
I have a process (service) that runs under specific credentials. Those credentials (user / password) were typed in once upon…

Timothy Khouri
- 177
- 2
- 8
0
votes
1 answer
How can Jenkins on Linux do builds to Windows servers securely without A.D.?
I am running Jenkins 1.6 on CentOS 7.2. I have several Windows 2012 servers without A.D. I connect to the Windows machines with local credentials. I have configured a development environment with Python and WinRM on the Linux server. For…

Kiran
- 67
- 4
- 10
0
votes
1 answer
Getting Access Denied from WinRM on Windows 2008 R2
How do I restore WinRM on a Windows 2008 R2 machine back to it's 'out-of-the-box' state? Or alternatively, how do I get WinRM to start talking to me again?
I'm logged in as administrator via RDP. Any attempt to access or configure winrm is met…

mobill
- 113
- 1
- 1
- 7
0
votes
2 answers
Powershell connection to exchange 2013 powershell works randomly?
I am currently working on a script that connects to our mailserver and purges a specific folder in a mailbox, I got everything working without a problem except the connecting to the server. When I tried this morning it worked without an issue. But…

Jakodns
- 236
- 1
- 6
- 14
0
votes
1 answer
WinRM and HTTP services impossible to start
I have a new windows 2012 R2 server and here are softwares and roles installed :
- nxFilter
- TeamViewer
Get-WindowsFeature command result :
Success Restart Needed Exit Code Feature Result
------- -------------- --------- …

Niko
- 1
- 2
0
votes
0 answers
Copy files to "default" location using UNC path
When I log in remotely using PowerShell, I'm placed in a default location:
> Enter-PSSession SERVER
[SERVER]: PS C:\Users\smithe\Documents>
I'd like to copy a folder recursively to this location without having to specify it explicitly, something…

Eric Smith
- 259
- 1
- 4
- 9