From c16071ba621f18e59790958d008ed4b465db26dc Mon Sep 17 00:00:00 2001 From: Jonas Feller Date: Fri, 19 Jan 2018 10:49:01 +0100 Subject: [PATCH] Added PowerShellVerion=4.0 added to Module Manifest --- xBitlocker.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xBitlocker.psd1 b/xBitlocker.psd1 index 50e5cbc..2840a3e 100644 --- a/xBitlocker.psd1 +++ b/xBitlocker.psd1 @@ -30,7 +30,7 @@ Copyright = '(c) 2014 administrator. All rights reserved.' Description = 'This DSC Module allows you to configure Bitlocker on a single disk, configure a TPM chip, or automatically enable Bitlocker on multiple disks.' # Minimum version of the Windows PowerShell engine required by this module -# PowerShellVersion = '' +PowerShellVersion = '4.0' # Name of the Windows PowerShell host required by this module # PowerShellHostName = '' @@ -42,7 +42,7 @@ Description = 'This DSC Module allows you to configure Bitlocker on a single dis # DotNetFrameworkVersion = '' # Minimum version of the common language runtime (CLR) required by this module -# CLRVersion = '' +CLRVersion = '4.0' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = ''