Replies: 1 comment
-
simply removed the applied GPO's and ran wrm quickconfig before running the original wecutil cs lme_wec_config.xml |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We needed to change the IP address of our Event Forwarder for LME.. (reason for this is that another application running of that device needed it to change)..
Now the subscription in event viewer is listed as inactive, and wont start with the error - Code (0x8033808F): The client could not start a valid listener to receive subscription events based on the specified input settings.
if I run this command in elevated command prompt winrm enumerate winrm/config/listener
I get the following output
Listener [Source="GPO"]
Address = *
Transport = HTTP
Port = 5985
Hostname
Enabled = true
URLPrefix = wsman
CertificateThumbprint
ListeningOn = null
so clearly I need to change the ListeningOn value to the new IP address of the Event Forwarder... but I'm struggling to work out how I do this..
If someone can point me in the right direction it would be much appreciated
Beta Was this translation helpful? Give feedback.
All reactions