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

PowerShell: Maintain Windows Services Remotely via WinRM

# maintainServices.ps1 # FQDN of each computer name (required) $computerList=@' testWindows.intranet.kimconnect.com testWindows.dmz.dragoncoin.com '@ $serviceNames=@( 'windows_exporter',…

View FSMO Roles

View FSMO RolesC:\WINDOWS>ntdsutil > ntdsutil.exe Type roles, and then press ENTER.ntdsutil: roles fsmo maintenance:Note: To…

GPO Logon Banner

Update: this information is outdated. Use this link for the current method of creating Logon…