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 9e86627a..d868dd17 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 @@ -69,10 +69,8 @@ ProcessorArchitecture = 'None' # 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 = 'Get-CCSEncryptedPassword', 'Initialize-CCS', 'Remove-CCSADComputer', - 'Add-CCSADComputerToSecurityGroup', - 'Add-CCSADDomainLocalSecurityGroup', 'Add-CCSADGlobalSecurityGroup', - 'Add-CCSADUniversalSecurityGroup', 'Add-CCSADUserToSecurityGroup' + FunctionsToExport = 'Get-CCSEncryptedPassword', 'Initialize-CCS', 'Remove-CCSADComputer', 'Add-CCSADComputerToSecurityGroup', 'Add-CCSADDomainLocalSecurityGroup', + '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 = '*'