2018-12-05 02:52 AM
Hello,
I'm facing a problem today with two of my servers that are not in domain. The password and the username of the local user we are using is OK. Attach are the setting of event sources i have configured.
winrmconfig.ps1 powershell script is configured successfully and the listener is up:
The error is the following:
Error! 401/Unauthorized.
Possible causes:
- Invalid credentials.
Please any help ?
Thank You
2018-12-11 01:12 PM
open powershell (administrator) and run the below command where the action is "report" (not enable) and provide us with the output please.
Powershell -command “c:\temp\winrmconfig.ps1 -Action report -User mycollectionuser@mydomain.com”
also are you trying to add the source by name or IP? are you able to ping and curl the event source IP on port 80 and 5985 from the log collector?