Sha256: 1d983310fe918e952338e29f0bad6e5f7f1dc8e4cf4a69eeae0743008dd41063

Contents?: true

Size: 1.14 KB

Versions: 9

Compression:

Stored size: 1.14 KB

Contents

<!---
This file is reset every time a new release is done. This file describes changes that have not yet been released.

Example Doc Change:
### Headline for the required change
Description of the required change.
-->

# knife-windows 0.8.2 doc changes

### Negotiate / NTLM authentication support
If you are running `knife-windows` subcommands from a Windows workstation, you
should not specify a username argument that includes a domain name (i.e. a
name formatted like `domain\user`) unless the remote host has WinRM's
`AllowUnencrypted` setting set to `$false` (the default setting on Windows if
the `winrm quickconfig` command was used to enable WinRM). If you've modified
the host to set this to `$true` instead of its default value and you run
subcommands from a Windows workstation where the username specified to
`knife-windows` contains a domain, the command will fail with an
authentication error. To avoid this, omit the domain name (this will only work
if the system is not joined to a domain, i.e. you were specifying the local
workstation as the domain), or set `AllowUnencrypted` to `$false` which is a
more secure setting.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
knife-windows-0.8.5 DOC_CHANGES.md
knife-windows-0.8.5.rc.0 DOC_CHANGES.md
knife-windows-0.8.4 DOC_CHANGES.md
knife-windows-0.8.4.rc.3 DOC_CHANGES.md
knife-windows-0.8.4.rc.2 DOC_CHANGES.md
knife-windows-0.8.4.rc.1 DOC_CHANGES.md
knife-windows-0.8.4.rc.0 DOC_CHANGES.md
knife-windows-0.8.3 DOC_CHANGES.md
knife-windows-0.8.3.rc.0 DOC_CHANGES.md