diff --git a/Modules/VMware.VMEncryption/VMware.VMEncryption.psd1 b/Modules/VMware.VMEncryption/VMware.VMEncryption.psd1 index 45b17c1..95b678f 100644 --- a/Modules/VMware.VMEncryption/VMware.VMEncryption.psd1 +++ b/Modules/VMware.VMEncryption/VMware.VMEncryption.psd1 @@ -68,7 +68,7 @@ RequiredModules = @( NestedModules = @('VMware.VMEncryption.psm1') # Functions to export from this module -FunctionsToExport = '*-*' +FunctionsToExport = '*' # Cmdlets to export from this module CmdletsToExport = '*' @@ -95,3 +95,4 @@ AliasesToExport = '*' # DefaultCommandPrefix = '' } +