I am having trouble getting AppInsight for IIS rolled out to some of my machines. I keep getting the following error.
Unable to create wsMan listener (Error code: 16024)
I found a thread from 2015 (AppInsight IIS issues ) that mentioned updating the SPNs. I tried this, but am still having problems. I also went through all of the instructions in the Stackoverflow link (powershell - Cannot launch winrm quickconfig on Windows 2003 R2 Server - Stack Overflow ) that included the SPNs, stopping the firewall, and updating the IP listener. All of which still fail.
When I run the winrm command directly instead of using the Configure Server, I get the following error.
The hash literal was incomplete.
At line:1 char:141
+ winrm create winrm/config/listener?Address=*+Transport=HTTPS @{Port="5986";CertificateThumbprint="8D1398ABF767278E7DA
3D89E2F7E56A590846937"; <<<< ?Hostname="IPAddress_Solarwinds_Zero_Configuration"}
+ CategoryInfo : ParserError: (CloseBraceToken:TokenId) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : IncompleteHashLiteral
Any ideas of other steps to try?