Hello,
I am trying to get the AppInsight for Exchange working by following the Online Help.
1. So far I have checked that the service account we use for SolarWinds has the correct permissions on Exchange, which it does.
2. I have used the PowerShell script provided to generate a self-signed Cert, Before I go any further I would just like to check a few things.
a. This script needed to be run on the Exchange server I want to connect to?
b. To locate the Certificate Thumbprint I opened an MMC on the Exchange server and added the Certificates Add-in (connected to the local computer), then found the Cert under the Personal Certificates.
I should point out that I only found this by running the script a few times and watching for the additional certificates being created (I deleted the old ones)
Is it correct that the Certificate should show as;
Issued To = [not available]
Issued By = [not available]
Frendly Name = <none>
If this is the case I will put a suggestion to SolarWinds technical support to have the Online Help updated
3. So if I have done the Cert part correctly this is where I am running in to issues, I am not able to get the configuration of the WinRM 2.0 to work.
PS C:\Scripts> winrm create winrm/config/Listener?Address=*+Transport=HTTPS @{Hostname="10.10.14.200_Solarwinds_Exchange_Zero_Configuration";CertificateThumbprint="2eae0667dfcaee1d1fc4ff0cbdbf72930b1fcb7a"}
Error: Invalid use of command line. Type "winrm -?" for help.
I have run the above command using a Powershell session (run as admin) and if I run it in a standard command prompt (run as admin) I get the following error
C:\>winrm create winrm/config/Listener?Address=*+Transport=HTTPS @{Hostname="10.10.14.200_Solarwinds_Exchange_Zero_Configuration";CertificateThumbprint="2eae0667dfcaee1d1fc4ff0cbdbf72930b1fcb7a"}
WSManFault
Message
ProviderFault
WSManFault
Message = An internal error occurred.
Error number: -2147023537 0x8007054F
An internal error occurred.
Thinking it might have been that winrm was not setup I ran the following;
C:\>winrm quickconfig -q
WinRM already is set up to receive requests on this machine.
WinRM already is set up for remote management on this machine.
So I am at a bit of a loss as to why this is failing, a Google of the Error number is not overly helpful ether.
Has anyone else experienced issues like this?