You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function CheckForPreReqs in xBitlockerCommon.psm1 check for the installation of the Windows Feature "RSAT-Feature-Tools-BitLocker-RemoteAdminTool" which does not exist on Server Core.
Actually this affects also the xBLAutoBitlocker and the xBLTPM resouce as there make also use of the CheckForPreReqs function.
However, at least, the xBLBitlocker resource works actually also without this feature installed on server core.
So the main question would be if this features is really required?
The text was updated successfully, but these errors were encountered:
J0F3
changed the title
Resouces do not work on Windows Server 2016
Resouces do not work on Windows Server 2016 Core
Jan 17, 2018
J0F3
changed the title
Resouces do not work on Windows Server 2016 Core
Resouces do not work on Windows Server Core
Jan 17, 2018
- Fixed an issue in CheckForPreReqs function where on Server Core the installation of the
non existing Windows Feature 'RSAT-Feature-Tools-BitLocker-RemoteAdminTool' was
erroneously checked (issue #8).
The function CheckForPreReqs in xBitlockerCommon.psm1 check for the installation of the Windows Feature "RSAT-Feature-Tools-BitLocker-RemoteAdminTool" which does not exist on Server Core.
Actually this affects also the xBLAutoBitlocker and the xBLTPM resouce as there make also use of the CheckForPreReqs function.
However, at least, the xBLBitlocker resource works actually also without this feature installed on server core.
So the main question would be if this features is really required?
The text was updated successfully, but these errors were encountered: