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

Linux: Creating Soft Links as Directories

Optional test: create a soft-link for directory as hard-links are not allowed source=/nfs-share/linux03/docker/containers destinationdirectory=/var/lib/docker sudo…

Add a Domain Group to Local Administrators Group

$checkGroup="Administrators" $addMember="KIMCONNECT\Desktop Admins" # Dynamic Credential $who = whoami if ($who.substring($who.length-2, 2) -eq "-admin"){$username=$who;} else…

Quick Info on Disabling UAC

Start > Administrative Tools > Local Security Policy > Local Policies > Security Options >…