Get-Cesi.psd1
@{ RootModule = 'Get-Cesi.psm1' ModuleVersion = '0.0.8' PowerShellVersion = '5.1' RequiredModules = @('VMware.VimAutomation.Core') CompatiblePSEditions = @('Desktop','Core') FunctionsToExport = @('Get-Cesi','New-CesiUnit','Remove-CesiUnit') Description = 'Retreives customer contact info from the cesi spreadsheet (or at least a downloaded csv of the google doc).' Author = 'Justin Keppers' Guid = '6c58c6cf-dd92-492a-8088-3a0618dc6001' } |