Skip to content

PowerShell Script for Windows Server Compliance / Security Configuration Audit

Notifications You must be signed in to change notification settings

Dark-Pr0xy/SEC-AUDIT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

========= SEC-AUDIT

PowerShell Script for Windows Server Compliance / Security Configuration Audit

This script checks for various security settings / controls / policies applied on the host machine. The script also tells what the recommended value of a setting / control / policy should be according to known security standards. This script comes in handy in situations where running automated configuration audit tools like Nipper or Nessus (with configuration audit policy configured) is not allowed.

To see a sample output of what the script will generate, see the sample_output.txt file.

Usage:

  1. Open PowerShell with Administrator privileges.
  2. Before executing the script ensure that the PowerShell Script Execution Policy is set to Unrestricted.
  3. This can be done by running the command "Set-ExecutionPolicy Unrestricted -Force" in PowerShell.
  4. Navigate to the script directory and run the script. (.\SEC-AUDIT-(Secure).ps1).
  5. Once the script execution is complete, the output can be found in the script directory itself.

About

PowerShell Script for Windows Server Compliance / Security Configuration Audit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%