Commit Graph

3 Commits

Author SHA1 Message Date
vtagion
36925014a8 First Commit of vSphere Hardening Cmdlet for Assessing VMs
Hardening Guide is encoded into the module
Available actions:
Show-HardeningGuide
Assess-VM
Example:
Assess-VM -VM (Get-VM) -RiskProfile 2

$VMs = Get-VM "MGMT*"
Assess-VM -VM $VMs
2015-06-24 18:37:14 -06:00
vtagion
440c125076 Tech Preview License Agreement
Read The Tech Preview License Agreement Before Using Scripts Located In
This Repository
2015-06-04 21:02:59 -06:00
Dana Nourie
f0d8b79424 Initial commit 2015-06-04 09:57:56 -07:00