AsBuiltReport / AsBuiltReport.VMware.vSphere

Repository for AsBuiltReport VMware vSphere module
https://www.asbuiltreport.com
MIT License
110 stars 39 forks source link

vCenter Resource Summary displayed only with $InfoLevel.vCenter -eq 2 #97

Open rebelinux opened 2 years ago

rebelinux commented 2 years ago

vCenter Resource Summary and vCenter Object Summary section are only displayed with $InfoLevel.vCenter -eq 2

https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/blob/b4f5483791c338d4080963989700a91730b050d9/Src/Public/Invoke-AsBuiltReport.VMware.vSphere.ps1#L223

I believe it would be beneficial to add these two sections in $InfoLevel.vCenter -ge 2

"vCenter": 2:

vSphere_Infolevel_2

"vCenter": 3:

vSphere_Infolevel_3