Skip to content

Commit

Permalink
Version 2.2.4 (2022-12-15)
Browse files Browse the repository at this point in the history
- see changelog
  • Loading branch information
DavidGeeraerts committed Dec 15, 2022
1 parent c595bf3 commit 5d0b6b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,17 @@

---

## Version 2.2.4 (2022-12-15)
#### Added
- check to skip Bitlocker if comman unavailble, such as on server.

---


## Version 2.2.3 (2022-10-10)
#### Added
- Check for APPX OneDrive Package and reset package variable due to truncation

---

## Version 2.2.2 (2022-07-08)
#### Fixed
Expand Down
5 changes: 3 additions & 2 deletions module_system_SysPrep.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
@echo Off
SETLOCAL Enableextensions
SET $SCRIPT_NAME=module_system_SysPrep
SET $SCRIPT_VERSION=2.2.3
SET $SCRIPT_BUILD=20221013 1415
SET $SCRIPT_VERSION=2.2.4
SET $SCRIPT_BUILD=20221215 0730
Title %$SCRIPT_NAME% Version: %$SCRIPT_VERSION%
mode con:cols=70
mode con:lines=40
Expand Down Expand Up @@ -557,6 +557,7 @@ REM This would need to be a scheduled task to run as an administrator
CALL :banner
IF EXIST "%$LD%\7_BitLocker_Complete.txt" GoTo skipBL
echo Checking on Bitlocker, it must not be enable for SysPrep...
Manage-bde.exe -status 2> nul || GoTo skipBL
Manage-bde.exe -status %SYSTEMDRIVE% > "%$VD%\Bitlocker.txt"
FIND /I "Percentage Encrypted:" "%$VD%\Bitlocker.txt" > "%$VD%\Bitlocker_E.txt"
FIND /I "Protection Status:" "%$VD%\Bitlocker.txt" > "%$VD%\Bitlocker_Status.txt"
Expand Down

0 comments on commit 5d0b6b0

Please sign in to comment.