10 lines
391 B
PowerShell
10 lines
391 B
PowerShell
@{
|
|
RootModule = 'ITD.Infra-VMware.Administration.psm1'
|
|
ModuleVersion = '<ModuleVersion>'
|
|
GUID = 'b940f358-3867-4785-81d2-4bab53872613'
|
|
Author = 'Zack Meier / Don Lange '
|
|
CompanyName = 'State of North Dakota'
|
|
PowerShellVersion = '5.1'
|
|
CompatiblePSEditions = 'Desktop','Core'
|
|
FunctionsToExport = @(<FunctionsToExport>)
|
|
} |