karimhabush / cis-vsphere

A tool to assess the compliance of a VMware vSphere environment against the CIS Benchmark.
MIT License
47 stars 17 forks source link
cis cis-benchmark vmware-esxi vmware-vsphere

# 🦍 CIS vSphere

Preview

A tool to assess the compliance of a VMware vSphere environment against the CIS Benchmark for VMware vSphere.

Requirements

Usage

  1. Clone the repo and navigate to the folder:
    git clone https://github.com/karimhabush/cis-vsphere.git
    cd cis-vsphere
  2. Install PowerCLI :
    Install-Module -Name VMware.PowerCLI -Scope CurrentUser -Force
  3. Run the script :
    .\src\cis-vsphere.ps1

Notes

Roadmap

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT