diff --git a/Skytap.psm1 b/Skytap.psm1 index 9facb2c..8464616 100644 --- a/Skytap.psm1 +++ b/Skytap.psm1 @@ -17,11 +17,6 @@ if ($PSBoundParameters['Debug']) { $DebugPreference = 'Continue' } -if ($PSVersionTable.PSVersion.major -lt 4) { - write-host "This module requires Powershell Version 4" -foregroundcolor "magenta" - return -} - function LogWrite ([string]$logthis) { # logwrite INFO This is Info -- logwrite DEBUG this is debuggin $d = get-date -f o #$loglevel = $logString.split(" ")[0] diff --git a/skytap.psd1 b/skytap.psd1 index ebfb2c0..3680eff 100644 Binary files a/skytap.psd1 and b/skytap.psd1 differ