Repository: brooklyn-docs
Updated Branches:
  refs/heads/master 137e7565b -> ad52f8dfa


Clarifications on using Invoke-Command


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/687c07ee
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/687c07ee
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/687c07ee

Branch: refs/heads/master
Commit: 687c07ee8050ccd9c4d730af35540173e70ae76b
Parents: 137e756
Author: Valentin Aitken <[email protected]>
Authored: Tue Mar 29 22:33:47 2016 +0300
Committer: Valentin Aitken <[email protected]>
Committed: Tue Mar 29 23:02:54 2016 +0300

----------------------------------------------------------------------
 guide/yaml/winrm/index.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/687c07ee/guide/yaml/winrm/index.md
----------------------------------------------------------------------
diff --git a/guide/yaml/winrm/index.md b/guide/yaml/winrm/index.md
index f20b72b..56a66a3 100644
--- a/guide/yaml/winrm/index.md
+++ b/guide/yaml/winrm/index.md
@@ -296,8 +296,10 @@ For this reason you should enable CredSSP on the windows 
host which grants all p
  https://technet.microsoft.com/en-us/library/hh849719.aspx#sectionSection4
 
 To use `Invoke-Command -Authentication CredSSP` the Windows Machine has to 
have:
-- Up and running WinRM over http. Notice that we support winrm over https but 
for Invoke-Command to work it needs up and running winrm over http.
-  Apache Brooklyn can winrm over https but if the install script has inside it 
`Invoke-Command -Authentication CredSSP` then winrm over http has to be enabled 
as well.
+- Up and running WinRM over http. The custom-enable-credssp.ps1 script enables 
winrm over http because `Invoke-Command` use winrm over http by default.
+  Invoke-Command can be used with -UseSSL option but this will lead to 
modifying powershell scripts.
+  With always enabling winrm over http on the host, blueprint's powershell 
scripts remain consistent and not depend on the winrm https/http environments.
+  We hope future versions of winrm4j will support CredSSP out of the box and 
wrapping commands in Invoke-Command will not be needed.
 - Added trusted host entries which will use Invoke-Command
 - Allowed CredSSP
 

Reply via email to