PS C:\Windows\system32> Get-Service -Name 'Wecsvc' | fl *
Name : Wecsvc
RequiredServices : {Eventlog, HTTP}
CanPauseAndContinue : False
CanShutdown : True
CanStop : True
DisplayName : Сборщик событий Windows
DependentServices : {}
MachineName : .
ServiceName : Wecsvc
ServicesDependedOn : {Eventlog, HTTP}
ServiceHandle : SafeServiceHandle
Status : Running
ServiceType : Win32OwnProcess, Win32ShareProcess
StartType : Automatic
Site :
Container :
PS C:\Windows\system32> Test-NetConnection -ComputerName 'localhost' -Port 5985
ComputerName : localhost
RemoteAddress : ::1
RemotePort : 5985
InterfaceAlias : Loopback Pseudo-Interface 1
SourceAddress : ::1
TcpTestSucceeded : True
PS C:\Windows\system32> Get-Service -Name 'Wecsvc' | fl *
Name : Wecsvc
RequiredServices : {Eventlog, HTTP}
CanPauseAndContinue : False
CanShutdown : True
CanStop : True
DisplayName : Сборщик событий Windows
DependentServices : {}
MachineName : .
ServiceName : Wecsvc
ServicesDependedOn : {Eventlog, HTTP}
ServiceHandle : SafeServiceHandle
Status : Running
ServiceType : Win32ShareProcess
StartType : Automatic
Site :
Container :
PS C:\Windows\system32> Test-NetConnection -ComputerName 'localhost' -Port 5985
ComputerName : localhost
RemoteAddress : ::1
RemotePort : 5985
InterfaceAlias : Loopback Pseudo-Interface 1
SourceAddress : ::1
PingSucceeded : True
PingReplyDetails (RTT) : 0 ms
TcpTestSucceeded : True
wevtutil sl security /ca:O:BAG:SYD:"(A;;0xf0005;;;SY)(A;;0x5;;;BA)(A;;0x1;;;S-1-5-32-573)(A;;0x1;;;S-1-5-20)"
PS C:\Windows\system32> wevtutil gl security
name: security
enabled: true
type: Admin
owningPublisher:
isolation: Custom
channelAccess: O:BAG:SYD:(A;;0xf0005;;;SY)(A;;0x5;;;BA)(A;;0x1;;;S-1-5-32-573)