From d8bd46f8b5b990dbccbc7d0b869711d95f886093 Mon Sep 17 00:00:00 2001 From: "Mark B. Rasmussen" <56847489+Mark5900@users.noreply.github.com> Date: Tue, 22 Apr 2025 13:30:02 +0200 Subject: [PATCH] fix: Missing FunctionsToExport --- .../Prod/Capa.PowerShell.Module.CCS.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Capa.PowerShell.Module.CCS/Prod/Capa.PowerShell.Module.CCS.psd1 b/Modules/Capa.PowerShell.Module.CCS/Prod/Capa.PowerShell.Module.CCS.psd1 index bbfec378..6b40f545 100644 --- a/Modules/Capa.PowerShell.Module.CCS/Prod/Capa.PowerShell.Module.CCS.psd1 +++ b/Modules/Capa.PowerShell.Module.CCS/Prod/Capa.PowerShell.Module.CCS.psd1 @@ -70,7 +70,7 @@ ProcessorArchitecture = 'None' # 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 = 'Get-CCSEncryptedPassword', 'Initialize-CCS', 'Remove-CCSADComputer', 'Add-CCSADComputerToSecurityGroup', 'Add-CCSADDomainLocalSecurityGroup', - 'Add-CCSADGlobalSecurityGroup', 'Add-CCSADUniversalSecurityGroup', 'Add-CCSADUserToSecurityGroup' + 'Add-CCSADGlobalSecurityGroup', 'Add-CCSADUniversalSecurityGroup', 'Add-CCSADUserToSecurityGroup', 'Get-CCSADComputerNames' # 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 = '*'