infrastation commented on a change in pull request #292: Winrm expansion and cleanup, and a few version reference fixes too URL: https://github.com/apache/brooklyn-docs/pull/292#discussion_r322297625
########## File path: guide/blueprints/winrm/troubleshoot.md ########## @@ -15,20 +24,26 @@ If the configuration options `userMetadata` or `userMetadataString` are used on the default setup script. This allows one to supply a custom setup script. However, if userMetadata contains something else then the setup will not be done and the VM may not not be accessible remotely over WinRM. -### Credentials issue requiring special configuration + +### Credentials and privileges requiring special configuration When a script is run over WinRM over HTTP, the credentials under which the script are run are marked as 'remote' credentials, which are prohibited from running certain security-related operations. This may prevent certain operations. The installer from Microsoft SQL Server is known to fail in this case, for example. For a workaround, please -refer to [How and Why to re-authenticate withing a PowerShell script](#how-and-why-to-re-authenticate-within-a-powershell-script) +refer to [How and Why to re-authenticate withing a PowerShell script](tips.md#how-and-why-to-re-authenticate-within-a-powershell-script) Review comment: "within" ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
