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

How to transport Outlook contacts

Export your contacts from Outlook: In Outlook, on the File menu, click Import and Export.…

Delegate Administration Priviledges to Junior Admins

View Current Delegated Permissions: MMC Concole >> View Advanced Features >> Right-click desired OU, Properties…

PowerShell: How to Install Remote Desktop Services

Prerequisites: Required ports for RDS Services- UDP/TCP 135 ingress/egress- UDP/TCP 137-139 ingress/egress- TCP 445 ingress/egress-…