From 3b44fbcf204ab4484471627b6450f63d17492001 Mon Sep 17 00:00:00 2001 From: simonfangyingzhang Date: Fri, 27 Apr 2018 04:53:24 +0100 Subject: [PATCH] Update VMware.VMEncryption.psd1 --- Modules/VMware.VMEncryption/VMware.VMEncryption.psd1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = '' } +