From fa411ed52bb31cb3e5e07151620704446f631c20 Mon Sep 17 00:00:00 2001 From: Mike Richmond Date: Wed, 17 Aug 2016 17:19:17 -0700 Subject: [PATCH] Adding remoting endpoint creation issue on Nano Server to list of known issues. --- docs/KNOWNISSUES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/KNOWNISSUES.md b/docs/KNOWNISSUES.md index 23b72515c..beed1784e 100644 --- a/docs/KNOWNISSUES.md +++ b/docs/KNOWNISSUES.md @@ -208,3 +208,15 @@ PowerShell. Without the ability to start a background job, the other cmdlets are useless. This will be fixed soon in a future release. + +Known Issues for PowerShell on Windows +====================================== + +Remoting Endpoint Creation on Nano Server TP5 +--------------------------------------------- + +The [script](https://github.com/PowerShell/PowerShell/blob/master/docs/installation/windows.md) to create a new WinRM remoting +endpoint (`Install-PowerShellRemoting.ps1`) encounters a bug in the inbox PowerShell Core on Nano Server TP5. +The bug causes the script to create an incorrect directory for the plugin and may result in creation of an invalid remoting endpoint. +When the exact same command is run a second time, the script executes as expected and successfully creates the WinRM remoting endpoint. +The bug in inbox PowerShell Core on Nano Server TP5 does not occur in later versions of Nano Server.