‎08-02-2021 09:56 AM
‎10-20-2021 03:29 PM
‎10-27-2021 07:26 PM
Corey Lambert wrote:
I do have an Internal Root-CA and tried multiple times to get that certificate working and never could. Then I did self signed (even though it tells you it can't be self signed) and it worked.
‎10-20-2021 03:36 PM
Corey Lambert wrote:
[...]I do have an Internal Root-CA[...]
‎10-20-2021 12:46 PM
brama wrote:
[...]I have an issue with Lansweeper and Exchange scanning[...]
[...]Please advice![...]
#Creating and exporting certificates
$hostName = $env:COMPUTERNAME
$serverCert = New-SelfSignedCertificate -CertStoreLocation Cert:\LocalMachine\My -DnsName $hostName
Export-Certificate -Cert $serverCert -FilePath \\server\share\PSR<hostname>.cer
#Configure WinRM on DC(s) and Exchange server(s)
Enable-PSRemoting -Force
New-Item -Path WSMan:\localhost\Listener\ -Transport HTTPS -Address * -CertificateThumbPrint $serverCert.Thumbprint -Force
New-NetFirewallRule -Displayname 'WinRM - Powershell remoting HTTPS-In' -Name 'WinRM - Powershell remoting HTTPS-In' -Profile Any -LocalPort 5986 -Protocol TCP
Restart-Service WinRM
#Import certificates on your scanning server
Import-Certificate -FilePath \\server\share\PSR<hostname>.cer -CertStoreLocation Cert:\LocalMachine\My
‎10-18-2021 08:56 PM
‎10-19-2021 04:39 PM
Corey Lambert wrote:
As I suspected the reason it is not scanning is because of WinRM SSL error. I fixed it with this article.
‎10-15-2021 10:30 PM
‎10-15-2021 10:39 PM
Jim Gallott wrote:
So far, not much back from support. He did point out an error:
'Unable to scan Windows Cluster for target exch01.CSAC.Local with credential Exchange Scan.'
Is there an 'Exchange Scan' credential? I haven't seen it anywhere.
The normal Windows credentials are a Domain Admin member, so that isn't it, either.
‎10-15-2021 10:25 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now