Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
OT: Properly setup WinRM on Windows 7
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Luis Lavena  
View profile  
 More options May 11 2012, 10:17 am
From: Luis Lavena <luislav...@gmail.com>
Date: Fri, 11 May 2012 11:17:21 -0300
Local: Fri, May 11 2012 10:17 am
Subject: OT: Properly setup WinRM on Windows 7
Hello,

This is completely off-topic, but I was wondering if any of you
managed to get WinRM running on a Windows 7 box.

I've tried to get a dummy worker computer setup with it and
encountered several problems with firewall setup and WinRS then not
being able to find it (even with ports open)

My Google-fu didn't bring a definitive guide on how to get that setup
easily, but if any of you guys have some docs or instructions about
it, will be much appreciated.

I'll test on a VM instead of the real hardware in case I hosed it again :-P

Thank you.
--
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick Klauer  
View profile  
 More options May 12 2012, 8:48 am
From: Nick Klauer <kla...@gmail.com>
Date: Sat, 12 May 2012 05:48:43 -0700 (PDT)
Local: Sat, May 12 2012 8:48 am
Subject: Re: OT: Properly setup WinRM on Windows 7

I dug around and used this resource to get something sort of
working: http://msdn.microsoft.com/en-us/library/aa384372(v=vs.85).aspx .
 Wish you luck on your endeavors.

If you find anything more definitive than what I found, let me know.  I,
too tried to get WinRM set up properly on a couple windows servers at work,
and I *think* I got it working, but I did so many things that it probably
worked more because the servers felt pity on me than that I knew what I was
doing.

-Nick


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Justin Baker  
View profile  
 More options May 12 2012, 1:52 pm
From: Justin Baker <azolo1...@gmail.com>
Date: Sat, 12 May 2012 12:52:52 -0500
Local: Sat, May 12 2012 1:52 pm
Subject: Re: [RubyInstaller] OT: Properly setup WinRM on Windows 7

> This is completely off-topic, but I was wondering if any of you
> managed to get WinRM running on a Windows 7 box.

> I've tried to get a dummy worker computer setup with it and
> encountered several problems with firewall setup and WinRS then not
> being able to find it (even with ports open)

> My Google-fu didn't bring a definitive guide on how to get that setup
> easily, but if any of you guys have some docs or instructions about
> it, will be much appreciated.

> I'll test on a VM instead of the real hardware in case I hosed it again :-P

If your computers are part of a ActiveDirectory Domain, it's cake.

Setting it up anywhere else, well there's always the same problems. Then
there's the other 5 problems that come up afterwards. It's traumatic
experience for me most times I try.

Either way the Powershell remoting scripts are based off winrm and
are better than 'winrm quickconfig' so you should look at those.

get-help about_remote_requirements

Will give you better information than anything else I've found in the
winrm documentation itself. Which is sad.

Otherwise, it's painful. Good luck =)

Justin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Luis Lavena  
View profile  
 More options May 15 2012, 11:13 am
From: Luis Lavena <luislav...@gmail.com>
Date: Tue, 15 May 2012 12:13:23 -0300
Local: Tues, May 15 2012 11:13 am
Subject: Re: [RubyInstaller] OT: Properly setup WinRM on Windows 7

Thanks Justin (and Nick too)

Indeed it was a traumatic experience and can't say I managed to get it to work.

Wonder how veewee does with Vagrant boxes?

> Either way the Powershell remoting scripts are based off winrm and
> are better than 'winrm quickconfig' so you should look at those.

> get-help about_remote_requirements

Will give a whirl on a VM this time, already hosed the worker machine
installation with it. For the time being, Remote Desktop seems to work
just fine :)

> Will give you better information than anything else I've found in the
> winrm documentation itself. Which is sad.

> Otherwise, it's painful. Good luck =)

Thanks :)

> Justin

> --
> You received this message because you are subscribed to the Google Groups
> "RubyInstaller" group.
> To post to this group, send email to rubyinstaller@googlegroups.com.
> To unsubscribe from this group, send email to
> rubyinstaller+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/rubyinstaller?hl=en.

--
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Justin Baker  
View profile  
 More options May 15 2012, 1:19 pm
From: Justin Baker <azolo1...@gmail.com>
Date: Tue, 15 May 2012 12:19:30 -0500
Local: Tues, May 15 2012 1:19 pm
Subject: Re: [RubyInstaller] OT: Properly setup WinRM on Windows 7

> Indeed it was a traumatic experience and can't say I managed to get it to
> work.

> Wonder how veewee does with Vagrant boxes?

It installs Cygwin:sshd.

It has a winrm setup script in there, but it's not used in Vagrant.
(They probably couldn't get it working.)

> > Either way the Powershell remoting scripts are based off winrm and
> > are better than 'winrm quickconfig' so you should look at those.

> > get-help about_remote_requirements

> Will give a whirl on a VM this time, already hosed the worker machine
> installation with it. For the time being, Remote Desktop seems to work
> just fine :)

It's *harder* on a virtual machine box. Just a quick couple hints,
unless you're on a Active Directory Domain, winrm *hates* you.

Basically!
If you want to connect using a non-Kerebos authentication system,
then you need to connect through https:// which means you'll need
a SSL cert. (This is the part I stopped at)
Also you need winrm running on the current computer,
because "knownhosts" are "TrustedHosts" and can only be added
using the winrm service.

Then and only then will you unlock the next problem, because
with winrm solutions are overrated.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
MarcRic  
View profile  
 More options May 16 2012, 7:41 am
From: MarcRic <marc...@gmail.com>
Date: Wed, 16 May 2012 04:41:40 -0700 (PDT)
Local: Wed, May 16 2012 7:41 am
Subject: Re: OT: Properly setup WinRM on Windows 7

Hi Luis,

Do you need WinRM specifically?

Have you tried this one?

https://www.teamviewer.com/en/index.aspx

Regards.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Luis Lavena  
View profile  
 More options May 16 2012, 5:23 pm
From: Luis Lavena <luislav...@gmail.com>
Date: Wed, 16 May 2012 18:23:55 -0300
Local: Wed, May 16 2012 5:23 pm
Subject: Re: [RubyInstaller] Re: OT: Properly setup WinRM on Windows 7

On Wed, May 16, 2012 at 8:41 AM, MarcRic <marc...@gmail.com> wrote:
> Hi Luis,

> Do you need WinRM specifically?

To remote execute individual commands on remote processes (like remote
starting cmd.exe). Or be able to use Chef knife-windows bootstrap.

> Have you tried this one?

> https://www.teamviewer.com/en/index.aspx

Yes, but that is to manage a complete User session. I've and currently
use Remote Desktop which serves my purposes locally.

--
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
MarcRic  
View profile  
 More options May 16 2012, 6:43 pm
From: MarcRic <marc...@gmail.com>
Date: Wed, 16 May 2012 15:43:58 -0700 (PDT)
Local: Wed, May 16 2012 6:43 pm
Subject: Re: [RubyInstaller] Re: OT: Properly setup WinRM on Windows 7

Luis,

The expert on this tasks here is my son.

I have just made a test using TeamViewer and from my home computer I have
accessed my son's computer at his work and start cmd.exe as a breeze.

About this "Chef knife-windows bootstrap", I have no idea what it is for...

Regards.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »