diff --git a/Installers/Capa.PowerShell.Module.1.14.0.x64.msi b/Installers/Capa.PowerShell.Module.1.14.0.x64.msi deleted file mode 100644 index f36ffe83..00000000 Binary files a/Installers/Capa.PowerShell.Module.1.14.0.x64.msi and /dev/null differ diff --git a/Installers/Capa.PowerShell.Module.1.14.1.x64.msi b/Installers/Capa.PowerShell.Module.1.14.1.x64.msi new file mode 100644 index 00000000..82229b05 Binary files /dev/null and b/Installers/Capa.PowerShell.Module.1.14.1.x64.msi differ diff --git a/Installers/Capa.PowerShell.Module.PowerPack.1.14.0.x64.msi b/Installers/Capa.PowerShell.Module.PowerPack.1.14.0.x64.msi deleted file mode 100644 index c515bd73..00000000 Binary files a/Installers/Capa.PowerShell.Module.PowerPack.1.14.0.x64.msi and /dev/null differ diff --git a/Installers/Capa.PowerShell.Module.PowerPack.1.14.1.x64.msi b/Installers/Capa.PowerShell.Module.PowerPack.1.14.1.x64.msi new file mode 100644 index 00000000..17f0db8e Binary files /dev/null and b/Installers/Capa.PowerShell.Module.PowerPack.1.14.1.x64.msi differ diff --git a/Installers/Capa.PowerShell.Module.SDK.1.14.0.x64.msi b/Installers/Capa.PowerShell.Module.SDK.1.14.0.x64.msi deleted file mode 100644 index 8971dd46..00000000 Binary files a/Installers/Capa.PowerShell.Module.SDK.1.14.0.x64.msi and /dev/null differ diff --git a/Installers/Capa.PowerShell.Module.SDK.1.14.1.x64.msi b/Installers/Capa.PowerShell.Module.SDK.1.14.1.x64.msi new file mode 100644 index 00000000..a17d0486 Binary files /dev/null and b/Installers/Capa.PowerShell.Module.SDK.1.14.1.x64.msi differ 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 d868dd17..26d361bb 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 @@ -12,7 +12,7 @@ RootModule = '.\Capa.PowerShell.Module.CCS.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -69,8 +69,11 @@ 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', 'Get-CCSADComputerNames' +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 = '*' diff --git a/Modules/Capa.PowerShell.Module.PowerPack.CMS/Prod/Capa.PowerShell.Module.PowerPack.CMS.psd1 b/Modules/Capa.PowerShell.Module.PowerPack.CMS/Prod/Capa.PowerShell.Module.PowerPack.CMS.psd1 index 5bea305d..b06155a7 100644 --- a/Modules/Capa.PowerShell.Module.PowerPack.CMS/Prod/Capa.PowerShell.Module.PowerPack.CMS.psd1 +++ b/Modules/Capa.PowerShell.Module.PowerPack.CMS/Prod/Capa.PowerShell.Module.PowerPack.CMS.psd1 @@ -12,7 +12,7 @@ RootModule = '.\Capa.PowerShell.Module.PowerPack.CMS.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.PowerPack.Exit/Prod/Capa.PowerShell.Module.PowerPack.Exit.psd1 b/Modules/Capa.PowerShell.Module.PowerPack.Exit/Prod/Capa.PowerShell.Module.PowerPack.Exit.psd1 index 7a1b2108..b61dd426 100644 --- a/Modules/Capa.PowerShell.Module.PowerPack.Exit/Prod/Capa.PowerShell.Module.PowerPack.Exit.psd1 +++ b/Modules/Capa.PowerShell.Module.PowerPack.Exit/Prod/Capa.PowerShell.Module.PowerPack.Exit.psd1 @@ -12,7 +12,7 @@ RootModule = '.\Capa.PowerShell.Module.PowerPack.Exit.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.PowerPack.File/Prod/Capa.PowerShell.Module.PowerPack.File.psd1 b/Modules/Capa.PowerShell.Module.PowerPack.File/Prod/Capa.PowerShell.Module.PowerPack.File.psd1 index aa578bef..dae257f9 100644 --- a/Modules/Capa.PowerShell.Module.PowerPack.File/Prod/Capa.PowerShell.Module.PowerPack.File.psd1 +++ b/Modules/Capa.PowerShell.Module.PowerPack.File/Prod/Capa.PowerShell.Module.PowerPack.File.psd1 @@ -12,7 +12,7 @@ RootModule = '.\Capa.PowerShell.Module.PowerPack.File.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.PowerPack.Ini/Prod/Capa.PowerShell.Module.PowerPack.Ini.psd1 b/Modules/Capa.PowerShell.Module.PowerPack.Ini/Prod/Capa.PowerShell.Module.PowerPack.Ini.psd1 index 444ee6a8..a8125561 100644 --- a/Modules/Capa.PowerShell.Module.PowerPack.Ini/Prod/Capa.PowerShell.Module.PowerPack.Ini.psd1 +++ b/Modules/Capa.PowerShell.Module.PowerPack.Ini/Prod/Capa.PowerShell.Module.PowerPack.Ini.psd1 @@ -12,7 +12,7 @@ RootModule = '.\Capa.PowerShell.Module.PowerPack.Ini.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.PowerPack.Job/Prod/Capa.PowerShell.Module.PowerPack.Job.psd1 b/Modules/Capa.PowerShell.Module.PowerPack.Job/Prod/Capa.PowerShell.Module.PowerPack.Job.psd1 index df70c2ec..8d8e3037 100644 --- a/Modules/Capa.PowerShell.Module.PowerPack.Job/Prod/Capa.PowerShell.Module.PowerPack.Job.psd1 +++ b/Modules/Capa.PowerShell.Module.PowerPack.Job/Prod/Capa.PowerShell.Module.PowerPack.Job.psd1 @@ -12,7 +12,7 @@ RootModule = '.\Capa.PowerShell.Module.PowerPack.Job.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.PowerPack.Log/Prod/Capa.PowerShell.Module.PowerPack.Log.psd1 b/Modules/Capa.PowerShell.Module.PowerPack.Log/Prod/Capa.PowerShell.Module.PowerPack.Log.psd1 index 4f589e8c..0615b611 100644 --- a/Modules/Capa.PowerShell.Module.PowerPack.Log/Prod/Capa.PowerShell.Module.PowerPack.Log.psd1 +++ b/Modules/Capa.PowerShell.Module.PowerPack.Log/Prod/Capa.PowerShell.Module.PowerPack.Log.psd1 @@ -12,7 +12,7 @@ RootModule = '.\Capa.PowerShell.Module.PowerPack.Log.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.PowerPack.MSI/Prod/Capa.PowerShell.Module.PowerPack.MSI.psd1 b/Modules/Capa.PowerShell.Module.PowerPack.MSI/Prod/Capa.PowerShell.Module.PowerPack.MSI.psd1 index 30e1260f..9b60c8b9 100644 --- a/Modules/Capa.PowerShell.Module.PowerPack.MSI/Prod/Capa.PowerShell.Module.PowerPack.MSI.psd1 +++ b/Modules/Capa.PowerShell.Module.PowerPack.MSI/Prod/Capa.PowerShell.Module.PowerPack.MSI.psd1 @@ -12,7 +12,7 @@ RootModule = '.\Capa.PowerShell.Module.PowerPack.MSI.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.PowerPack.Reg/Prod/Capa.PowerShell.Module.PowerPack.Reg.psd1 b/Modules/Capa.PowerShell.Module.PowerPack.Reg/Prod/Capa.PowerShell.Module.PowerPack.Reg.psd1 index 2daf1e7f..97805789 100644 --- a/Modules/Capa.PowerShell.Module.PowerPack.Reg/Prod/Capa.PowerShell.Module.PowerPack.Reg.psd1 +++ b/Modules/Capa.PowerShell.Module.PowerPack.Reg/Prod/Capa.PowerShell.Module.PowerPack.Reg.psd1 @@ -12,7 +12,7 @@ RootModule = '.\Capa.PowerShell.Module.PowerPack.Reg.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.PowerPack.Service/Prod/Capa.PowerShell.Module.PowerPack.Service.psd1 b/Modules/Capa.PowerShell.Module.PowerPack.Service/Prod/Capa.PowerShell.Module.PowerPack.Service.psd1 index ea7baa16..4f68aef7 100644 --- a/Modules/Capa.PowerShell.Module.PowerPack.Service/Prod/Capa.PowerShell.Module.PowerPack.Service.psd1 +++ b/Modules/Capa.PowerShell.Module.PowerPack.Service/Prod/Capa.PowerShell.Module.PowerPack.Service.psd1 @@ -12,7 +12,7 @@ RootModule = '.\Capa.PowerShell.Module.PowerPack.Service.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.PowerPack.Shell/Prod/Capa.PowerShell.Module.PowerPack.Shell.psd1 b/Modules/Capa.PowerShell.Module.PowerPack.Shell/Prod/Capa.PowerShell.Module.PowerPack.Shell.psd1 index e73e8b72..50b80fcf 100644 --- a/Modules/Capa.PowerShell.Module.PowerPack.Shell/Prod/Capa.PowerShell.Module.PowerPack.Shell.psd1 +++ b/Modules/Capa.PowerShell.Module.PowerPack.Shell/Prod/Capa.PowerShell.Module.PowerPack.Shell.psd1 @@ -12,7 +12,7 @@ RootModule = '.\Capa.PowerShell.Module.PowerPack.Shell.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.PowerPack.Sys/Prod/Capa.PowerShell.Module.PowerPack.Sys.psd1 b/Modules/Capa.PowerShell.Module.PowerPack.Sys/Prod/Capa.PowerShell.Module.PowerPack.Sys.psd1 index 2927c71d..2e604df3 100644 --- a/Modules/Capa.PowerShell.Module.PowerPack.Sys/Prod/Capa.PowerShell.Module.PowerPack.Sys.psd1 +++ b/Modules/Capa.PowerShell.Module.PowerPack.Sys/Prod/Capa.PowerShell.Module.PowerPack.Sys.psd1 @@ -12,7 +12,7 @@ RootModule = '.\Capa.PowerShell.Module.PowerPack.Sys.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.PowerPack.UsrMgr/Prod/Capa.PowerShell.Module.PowerPack.UsrMgr.psd1 b/Modules/Capa.PowerShell.Module.PowerPack.UsrMgr/Prod/Capa.PowerShell.Module.PowerPack.UsrMgr.psd1 index 193eff9d..9cdc6154 100644 --- a/Modules/Capa.PowerShell.Module.PowerPack.UsrMgr/Prod/Capa.PowerShell.Module.PowerPack.UsrMgr.psd1 +++ b/Modules/Capa.PowerShell.Module.PowerPack.UsrMgr/Prod/Capa.PowerShell.Module.PowerPack.UsrMgr.psd1 @@ -12,7 +12,7 @@ RootModule = '.\Capa.PowerShell.Module.PowerPack.UsrMgr.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.PowerPack.Winget/Prod/Capa.PowerShell.Module.PowerPack.Winget.psd1 b/Modules/Capa.PowerShell.Module.PowerPack.Winget/Prod/Capa.PowerShell.Module.PowerPack.Winget.psd1 index a25a5870..2a681d73 100644 --- a/Modules/Capa.PowerShell.Module.PowerPack.Winget/Prod/Capa.PowerShell.Module.PowerPack.Winget.psd1 +++ b/Modules/Capa.PowerShell.Module.PowerPack.Winget/Prod/Capa.PowerShell.Module.PowerPack.Winget.psd1 @@ -12,7 +12,7 @@ RootModule = '.\Capa.PowerShell.Module.PowerPack.Winget.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.PowerPack/Prod/Capa.PowerShell.Module.PowerPack.psd1 b/Modules/Capa.PowerShell.Module.PowerPack/Prod/Capa.PowerShell.Module.PowerPack.psd1 index 0b467b3e..0a236cf0 100644 --- a/Modules/Capa.PowerShell.Module.PowerPack/Prod/Capa.PowerShell.Module.PowerPack.psd1 +++ b/Modules/Capa.PowerShell.Module.PowerPack/Prod/Capa.PowerShell.Module.PowerPack.psd1 @@ -12,7 +12,7 @@ RootModule = '.\Capa.PowerShell.Module.PowerPack.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -51,21 +51,21 @@ ClrVersion = '2.0.50727' ProcessorArchitecture = 'None' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Capa.PowerShell.Module.PowerPack.CMS'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Exit'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.PowerPack.File'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Ini'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Job'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Log'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.PowerPack.MSI'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Reg'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Service'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Shell'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Sys'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.PowerPack.UsrMgr'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Winget'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.Tools'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.CCS'; ModuleVersion = '1.14.0'; }) +RequiredModules = @(@{ModuleName = 'Capa.PowerShell.Module.PowerPack.CMS'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Exit'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.PowerPack.File'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Ini'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Job'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Log'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.PowerPack.MSI'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Reg'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Service'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Shell'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Sys'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.PowerPack.UsrMgr'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.PowerPack.Winget'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.Tools'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.CCS'; ModuleVersion = '1.14.1'; }) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() diff --git a/Modules/Capa.PowerShell.Module.SDK.Authentication/Prod/Capa.PowerShell.Module.SDK.Authentication.psd1 b/Modules/Capa.PowerShell.Module.SDK.Authentication/Prod/Capa.PowerShell.Module.SDK.Authentication.psd1 index 8ae7c858..e1208df7 100644 --- a/Modules/Capa.PowerShell.Module.SDK.Authentication/Prod/Capa.PowerShell.Module.SDK.Authentication.psd1 +++ b/Modules/Capa.PowerShell.Module.SDK.Authentication/Prod/Capa.PowerShell.Module.SDK.Authentication.psd1 @@ -12,7 +12,7 @@ RootModule = './Capa.PowerShell.Module.SDK.Authentication.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.SDK.Container/Prod/Capa.PowerShell.Module.SDK.Container.psd1 b/Modules/Capa.PowerShell.Module.SDK.Container/Prod/Capa.PowerShell.Module.SDK.Container.psd1 index 23836031..e9196ba3 100644 --- a/Modules/Capa.PowerShell.Module.SDK.Container/Prod/Capa.PowerShell.Module.SDK.Container.psd1 +++ b/Modules/Capa.PowerShell.Module.SDK.Container/Prod/Capa.PowerShell.Module.SDK.Container.psd1 @@ -12,7 +12,7 @@ RootModule = './Capa.PowerShell.Module.SDK.Container.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.SDK.Group/Prod/Capa.PowerShell.Module.SDK.Group.psd1 b/Modules/Capa.PowerShell.Module.SDK.Group/Prod/Capa.PowerShell.Module.SDK.Group.psd1 index 720001e8..1e0845a2 100644 --- a/Modules/Capa.PowerShell.Module.SDK.Group/Prod/Capa.PowerShell.Module.SDK.Group.psd1 +++ b/Modules/Capa.PowerShell.Module.SDK.Group/Prod/Capa.PowerShell.Module.SDK.Group.psd1 @@ -12,7 +12,7 @@ RootModule = './Capa.PowerShell.Module.SDK.Group.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.SDK.Inventory/Prod/Capa.PowerShell.Module.SDK.Inventory.psd1 b/Modules/Capa.PowerShell.Module.SDK.Inventory/Prod/Capa.PowerShell.Module.SDK.Inventory.psd1 index c44419ee..2ff1e3eb 100644 --- a/Modules/Capa.PowerShell.Module.SDK.Inventory/Prod/Capa.PowerShell.Module.SDK.Inventory.psd1 +++ b/Modules/Capa.PowerShell.Module.SDK.Inventory/Prod/Capa.PowerShell.Module.SDK.Inventory.psd1 @@ -12,7 +12,7 @@ RootModule = './Capa.PowerShell.Module.SDK.Inventory.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.SDK.MDM/Prod/Capa.PowerShell.Module.SDK.MDM.psd1 b/Modules/Capa.PowerShell.Module.SDK.MDM/Prod/Capa.PowerShell.Module.SDK.MDM.psd1 index ac2e0f03..834b880f 100644 --- a/Modules/Capa.PowerShell.Module.SDK.MDM/Prod/Capa.PowerShell.Module.SDK.MDM.psd1 +++ b/Modules/Capa.PowerShell.Module.SDK.MDM/Prod/Capa.PowerShell.Module.SDK.MDM.psd1 @@ -12,7 +12,7 @@ RootModule = './Capa.PowerShell.Module.SDK.MDM.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.SDK.OSDeployment/Prod/Capa.PowerShell.Module.SDK.OSDeployment.psd1 b/Modules/Capa.PowerShell.Module.SDK.OSDeployment/Prod/Capa.PowerShell.Module.SDK.OSDeployment.psd1 index 3810b9af..57c62b96 100644 --- a/Modules/Capa.PowerShell.Module.SDK.OSDeployment/Prod/Capa.PowerShell.Module.SDK.OSDeployment.psd1 +++ b/Modules/Capa.PowerShell.Module.SDK.OSDeployment/Prod/Capa.PowerShell.Module.SDK.OSDeployment.psd1 @@ -12,7 +12,7 @@ RootModule = './Capa.PowerShell.Module.SDK.OSDeployment.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.SDK.Package/Prod/Capa.PowerShell.Module.SDK.Package.psd1 b/Modules/Capa.PowerShell.Module.SDK.Package/Prod/Capa.PowerShell.Module.SDK.Package.psd1 index bf56464f..b528dd4d 100644 --- a/Modules/Capa.PowerShell.Module.SDK.Package/Prod/Capa.PowerShell.Module.SDK.Package.psd1 +++ b/Modules/Capa.PowerShell.Module.SDK.Package/Prod/Capa.PowerShell.Module.SDK.Package.psd1 @@ -12,7 +12,7 @@ RootModule = './Capa.PowerShell.Module.SDK.Package.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.SDK.SystemSdk/Prod/Capa.PowerShell.Module.SDK.SystemSdk.psd1 b/Modules/Capa.PowerShell.Module.SDK.SystemSdk/Prod/Capa.PowerShell.Module.SDK.SystemSdk.psd1 index 5ee49c98..e0589043 100644 --- a/Modules/Capa.PowerShell.Module.SDK.SystemSdk/Prod/Capa.PowerShell.Module.SDK.SystemSdk.psd1 +++ b/Modules/Capa.PowerShell.Module.SDK.SystemSdk/Prod/Capa.PowerShell.Module.SDK.SystemSdk.psd1 @@ -12,7 +12,7 @@ RootModule = './Capa.PowerShell.Module.SDK.SystemSdk.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.SDK.Unit/Prod/Capa.PowerShell.Module.SDK.Unit.psd1 b/Modules/Capa.PowerShell.Module.SDK.Unit/Prod/Capa.PowerShell.Module.SDK.Unit.psd1 index ced2abce..f0bd8cbc 100644 --- a/Modules/Capa.PowerShell.Module.SDK.Unit/Prod/Capa.PowerShell.Module.SDK.Unit.psd1 +++ b/Modules/Capa.PowerShell.Module.SDK.Unit/Prod/Capa.PowerShell.Module.SDK.Unit.psd1 @@ -12,7 +12,7 @@ RootModule = './Capa.PowerShell.Module.SDK.Unit.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.SDK.User/Prod/Capa.PowerShell.Module.SDK.User.psd1 b/Modules/Capa.PowerShell.Module.SDK.User/Prod/Capa.PowerShell.Module.SDK.User.psd1 index f504d9b1..acac30d2 100644 --- a/Modules/Capa.PowerShell.Module.SDK.User/Prod/Capa.PowerShell.Module.SDK.User.psd1 +++ b/Modules/Capa.PowerShell.Module.SDK.User/Prod/Capa.PowerShell.Module.SDK.User.psd1 @@ -12,7 +12,7 @@ RootModule = './Capa.PowerShell.Module.SDK.User.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.SDK.Utilities/Prod/Capa.PowerShell.Module.SDK.Utilities.psd1 b/Modules/Capa.PowerShell.Module.SDK.Utilities/Prod/Capa.PowerShell.Module.SDK.Utilities.psd1 index 17b6d04e..e2c83ea2 100644 --- a/Modules/Capa.PowerShell.Module.SDK.Utilities/Prod/Capa.PowerShell.Module.SDK.Utilities.psd1 +++ b/Modules/Capa.PowerShell.Module.SDK.Utilities/Prod/Capa.PowerShell.Module.SDK.Utilities.psd1 @@ -12,7 +12,7 @@ RootModule = './Capa.PowerShell.Module.SDK.Utilities.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.SDK.VPP/Prod/Capa.PowerShell.Module.SDK.VPP.psd1 b/Modules/Capa.PowerShell.Module.SDK.VPP/Prod/Capa.PowerShell.Module.SDK.VPP.psd1 index 10b97bcc..aa0357a7 100644 --- a/Modules/Capa.PowerShell.Module.SDK.VPP/Prod/Capa.PowerShell.Module.SDK.VPP.psd1 +++ b/Modules/Capa.PowerShell.Module.SDK.VPP/Prod/Capa.PowerShell.Module.SDK.VPP.psd1 @@ -12,7 +12,7 @@ RootModule = './Capa.PowerShell.Module.SDK.VPP.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.SDK.WSUS/Prod/Capa.PowerShell.Module.SDK.WSUS.psd1 b/Modules/Capa.PowerShell.Module.SDK.WSUS/Prod/Capa.PowerShell.Module.SDK.WSUS.psd1 index 13a06309..b1ff5c7e 100644 --- a/Modules/Capa.PowerShell.Module.SDK.WSUS/Prod/Capa.PowerShell.Module.SDK.WSUS.psd1 +++ b/Modules/Capa.PowerShell.Module.SDK.WSUS/Prod/Capa.PowerShell.Module.SDK.WSUS.psd1 @@ -12,7 +12,7 @@ RootModule = './Capa.PowerShell.Module.SDK.WSUS.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module.SDK/Prod/Capa.PowerShell.Module.SDK.psd1 b/Modules/Capa.PowerShell.Module.SDK/Prod/Capa.PowerShell.Module.SDK.psd1 index 0c71ef4c..5dcfa7cc 100644 --- a/Modules/Capa.PowerShell.Module.SDK/Prod/Capa.PowerShell.Module.SDK.psd1 +++ b/Modules/Capa.PowerShell.Module.SDK/Prod/Capa.PowerShell.Module.SDK.psd1 @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -51,20 +51,20 @@ ClrVersion = '2.0.50727' ProcessorArchitecture = 'None' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Capa.PowerShell.Module.SDK.Authentication'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.SDK.Container'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.SDK.Group'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.SDK.Inventory'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.SDK.MDM'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.SDK.OSDeployment'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.SDK.Package'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.SDK.SystemSdk'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.SDK.Unit'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.SDK.User'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.SDK.Utilities'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.SDK.VPP'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.SDK.WSUS'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.Tools'; ModuleVersion = '1.14.0'; }) +RequiredModules = @(@{ModuleName = 'Capa.PowerShell.Module.SDK.Authentication'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.SDK.Container'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.SDK.Group'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.SDK.Inventory'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.SDK.MDM'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.SDK.OSDeployment'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.SDK.Package'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.SDK.SystemSdk'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.SDK.Unit'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.SDK.User'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.SDK.Utilities'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.SDK.VPP'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.SDK.WSUS'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.Tools'; ModuleVersion = '1.14.1'; }) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() diff --git a/Modules/Capa.PowerShell.Module.Tools/Prod/Capa.PowerShell.Module.Tools.psd1 b/Modules/Capa.PowerShell.Module.Tools/Prod/Capa.PowerShell.Module.Tools.psd1 index 648de630..1faad1fd 100644 --- a/Modules/Capa.PowerShell.Module.Tools/Prod/Capa.PowerShell.Module.Tools.psd1 +++ b/Modules/Capa.PowerShell.Module.Tools/Prod/Capa.PowerShell.Module.Tools.psd1 @@ -12,7 +12,7 @@ RootModule = '.\Capa.PowerShell.Module.Tools.psm1' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Modules/Capa.PowerShell.Module/Prod/Capa.PowerShell.Module.psd1 b/Modules/Capa.PowerShell.Module/Prod/Capa.PowerShell.Module.psd1 index e8a6b684..f015e311 100644 --- a/Modules/Capa.PowerShell.Module/Prod/Capa.PowerShell.Module.psd1 +++ b/Modules/Capa.PowerShell.Module/Prod/Capa.PowerShell.Module.psd1 @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.14.0' +ModuleVersion = '1.14.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -51,8 +51,8 @@ ClrVersion = '2.0.50727' ProcessorArchitecture = 'None' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Capa.PowerShell.Module.PowerPack'; ModuleVersion = '1.14.0'; }, - @{ModuleName = 'Capa.PowerShell.Module.SDK'; ModuleVersion = '1.14.0'; }) +RequiredModules = @(@{ModuleName = 'Capa.PowerShell.Module.PowerPack'; ModuleVersion = '1.14.1'; }, + @{ModuleName = 'Capa.PowerShell.Module.SDK'; ModuleVersion = '1.14.1'; }) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() diff --git a/version.txt b/version.txt index cac05be7..2b77c7c3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.14.0 +1.14.1