Posted On March 31, 2019

Set up centralized logging on Windows Server

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Set up centralized logging on Windows Server
Server:
# winrm qc
If this computer has VMWare workstation installed, it’s “public network” needs to be changed with this instruction:
# wecutil qc /q
Eventvwr >> right-click Subscriptions node >> Create Subscription >> click Select Computers >> Add Domain Computers >> choose the desired machine(s) >> OK >> Select Events >> choose Event Level as Critical, Warning, Error >> OK >> OK
 
Client computers:
Install remote management Forwarding (XP/2003 machines: :
# winrm qc -q

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Windows: Disable Low Disk Space Warning

To disable these balloon messages follow the steps below: 1. Open the Registry Editor by…

LDAP Ubuntu Client Setup

Install the client application: sudo apt-get update sudo apt-get -y install libnss-ldapd libpam-ldapd ldap-utils nscd…

How To Recover SQLSERVER Service from Being Unable to Start

# startSqlService.ps1 # special provision to deal with SQL Server not starting up due to…