diff --git a/PowerShell/JumpCloud Module/JumpCloud.psd1 b/PowerShell/JumpCloud Module/JumpCloud.psd1 index 94e0ef0d4..b22df3faa 100755 --- a/PowerShell/JumpCloud Module/JumpCloud.psd1 +++ b/PowerShell/JumpCloud Module/JumpCloud.psd1 @@ -51,9 +51,17 @@ PowerShellVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @('JumpCloud.SDK.DirectoryInsights', - 'JumpCloud.SDK.V1', - 'JumpCloud.SDK.V2') +RequiredModules = @( + @{ ModuleName = 'JumpCloud.SDK.DirectoryInsights' + ModuleVersion = '0.0.8' + }, + @{ ModuleName = 'JumpCloud.SDK.V1' + ModuleVersion = '0.0.14' + }, + @{ ModuleName = 'JumpCloud.SDK.V2' + ModuleVersion = '0.0.19' + } +) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @()