How to Audit Certificate services

Follow the below steps to Audit Certification Services: 1. On the CA server, you have to open the CA Properties and check all the options or some options according to our needs. For reference check the below image: 2. After that on the DC (Domain Controller), open Default Domain Policy object and enable the below … Read more

How to Export Windows Event Logs with PowerShell Script

The below script creates a .evt file which can be used with the Windows Event log Viewer. # Config $logFileName = “Application” # Add Name of the Logfile (System, Application, etc) $path = “C:\temp\” # Add Path, needs to end with a backsplash # do not edit $exportFileName = $logFileName + (get-date -f yyyyMMdd) + … Read more

Security Policy and Best Practices for Working Remotely

Working from Home? Here’s Our Security Tips for Remote Work. Although, we know that either large, medium or small all sizes of companies are under attack. For the moment, working remotely has become an essential for modern companies looking to enlist talent and create business continuity plans. More and more companies are asking their employees … Read more