diff --git a/Apps/Universal.Apps.WindowsSystemInformation/Universal.Apps.WindowsSystemInformation.psd1 b/Apps/Universal.Apps.WindowsSystemInformation/Universal.Apps.WindowsSystemInformation.psd1 index 0c43678..abef9c6 100644 --- a/Apps/Universal.Apps.WindowsSystemInformation/Universal.Apps.WindowsSystemInformation.psd1 +++ b/Apps/Universal.Apps.WindowsSystemInformation/Universal.Apps.WindowsSystemInformation.psd1 @@ -69,7 +69,7 @@ # NestedModules = @() # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. - FunctionsToExport = 'New-UDWindowsSysInfoApp' + FunctionsToExport = @('New-UDWindowsSysInfoApp', "New-UDServiceTable", "New-UDProcessTable", "New-UDEventLogTable") # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. # CmdletsToExport = '*'