-
1. Re: Hardening Guide on nested ESXi
lamw Nov 18, 2012 9:12 AM (in response to Jmort)Currently there is not a vSphere Security Hardening Guide for vSphere 5.1, it's only applicable for 5.0 and hence the script is not generating any output.
-
2. Re: Hardening Guide on nested ESXi
Jmort Nov 18, 2012 11:18 AM (in response to lamw)@lamw thanks for the reply, is it something that I could undertake to update the script? I noticed the api version points to 5.0.0 does it need to reference 5.1.0?
-
3. Re: Hardening Guide on nested ESXi
lamw Nov 18, 2012 11:29 AM (in response to Jmort)Yes, it's something you could probably do. Each check as a section that defines the valid version of vSphere (as certain checks are only applicable to certain versions). I guess, if you want to check the same set of 5.0 settings (not all would apply) but you could do is just append any entries that supports 5.0 to 5.1.
Again, no guarantee you won't hit any issues, but it should be pretty straight forward.
-
4. Re: Hardening Guide on nested ESXi
Jmort Nov 19, 2012 4:08 AM (in response to lamw)Yep no worries modded the script to check for version 5.1.0 in each finding and voila all good!. Many thanks for your help.