VCF.SecurityBaseline.psd1
|
@{ RootModule = 'VCF.SecurityBaseline.psm1' ModuleVersion = '1.0.0.1' GUID = '519143fe-e924-4451-a767-f9c7e7f08a56' Author = 'The Any Stack Architect' CompanyName = 'AnyStack' Description = 'Advanced Infrastructure Module for vSphere 8.0 U3' PowerShellVersion = '5.1' RequiredModules = @( @{ ModuleName = 'VMware.VimAutomation.Core'; ModuleVersion = '13.3.0.22683933' GUID = '519143fe-e924-4451-a767-f9c7e7f08a56' } ) FunctionsToExport = '*' } |