Questions tagged [winrm]

190 questions
2
votes
0 answers

WinServer 2012R2 - WinRM error -2147014789 0x8007277B

On my WinServer 2012R2 Foundation I have a notification in the server manager that the Remote Desktop Connection Broker service is stopped. When I try to start it manually I receive: Server manager could not start the task due to the following…
Andy
  • 21
  • 1
2
votes
2 answers

How to configure winrs for localhost?

On executing commands on localhost I get Access Denied error as follows PS C:\Windows\System32> winrs -r:localhost dir Winrs error:Access is denied. PS C:\Windows\System32> Followig is my configuration PS C:\Windows\System32> winrm enumerate…
Muhammad Hasan Khan
  • 376
  • 2
  • 7
  • 18
2
votes
1 answer

Event log subscription returns error code (0x138C)

I have been battling getting event log subscriptions to work on my Server 2012 R2 domain controllers. I have created the collector-initiated-subscription using the GUI and selecting the defaults whenever possible. I selected my desired events and…
2
votes
0 answers

Is there a way for me to safely install PowerShell 4 on SBS 2011?

I want PS4 on SBS2011 A requirement of a software our office uses is PowerShell 4. The server is Windows Small Business Server 2011. But PS4 and SBS2011 seem incompatible According to the TechNet Wiki entry How to Install Windows PowerShell 4.0…
Reece
  • 783
  • 2
  • 13
  • 32
2
votes
1 answer

Powershell: PSScheduledJob for non-admin

Is there a way for non-admins to use the PSScheduledJob module? For example, I tried Register-ScheduledJob without admin privilege, but it returns "Access is Denied" error. We know that we can allow non-admin to use PSRemoting (such as…
Jeff
  • 61
  • 1
  • 4
2
votes
0 answers

W2K12 Server Manager and WinRM SSL

does anyone know if it is possible to use Server Manager on remote servers using SSL? Due to enterprise policies we currently disable winrm listeners for http and enable https only. This works fine for get-pssession using the -UseSSL switch. Adding…
2
votes
0 answers

Server 2012, Attempted to Install Certificate Services, now Win-RM is broken

I have two exchange servers, one running Exchange 2007 and one Exchange 2010. On the Exchange 2010 I attempted to install a AD-Certificate role but after installing the role I am unable to run the Post-Deployment Wizard. When the wizard is opened I…
2
votes
3 answers

WinRM Publicly Available

I am looking for specific feedback on WinRM. There are ::still:: debates out there about whether or not making RDP publicly available without a VPN is a good idea--There are no debates on whether or not making SSH publicly available is a good idea,…
Josh Brower
  • 1,669
  • 3
  • 18
  • 29
2
votes
1 answer

Can not install Office 2010 via winrm

I am trying to install Microsoft Office 2010, I have created a MSP and config.xml file so I can do this from Powershell, using the following command: Start-Process "C:\temp\Office2010\x86\setup.exe" -ArgumentList "/config `"Config.xml`" /adminfile…
SmudgerDan
  • 141
  • 4
2
votes
2 answers

Enable RDP using WinRM or other alternatives to psexec

I am writing a program that takes a list of servers and enables/disables RDP. Currently I am utilizing psexec and up in till this morning, everything worked. I made no change in code/usernames/passwords and today I am getting the following error…
nGX
  • 344
  • 1
  • 6
  • 19
2
votes
2 answers

It cannot determine the content type of the HTTP response from the destination computer wsman

I am trying to connect to an Exchange server via a wsman connection using PowerShell. The client server in question is in a Workgroup, while the Exchange server is in its own domain. I use the following command to try to connect to the…
user2996787
  • 21
  • 1
  • 1
  • 2
2
votes
1 answer

Get the IPv6 routing table from a windows pc with WS-Management

I have to get the IPv6 routing table from a windows pc with WS-Management. I'm using wsman for the client on linux. I found the Win32_IP4RouteTable WMI class fot IPv4, but it looks like WMI doesn't support IPv6. Is there any way to do this?
gberes
  • 121
  • 3
2
votes
1 answer

Post Azure VM creation bootstrap process - Azure user-data mechanism during VM creation?

After creating an Azure Windows VM, how does bootstrapping (winrm or ssh) completed? I'm using knife azure and using either winrm or ssh, the VM is created but fails to bootstrap. Do I have to start with an image / VHD that already has winrm or…
DonBecker
  • 250
  • 2
  • 10
2
votes
1 answer

Manage client workstations with Remote Powershell via SSL

I am looking for a solution to remotely manage around 100 workstations. I will be connecting to these systems to complete several local system tasks. (3rd party updates, security auditing, incident response) Remote Powershell over SSL seems…
tcshain
  • 31
  • 1
2
votes
0 answers

Listing all WMI classes with winrm/wsman

Is there a way to pull all WMI information from a system with a single winrm command? I can run commands such as winrm enum wmicimv2/win32_computersystem, which will give me information like: Win32_ComputerSystem AdminPasswordStatus = 3 …
vicfn
  • 346
  • 1
  • 7