-
Notifications
You must be signed in to change notification settings - Fork 41
Description
It seems that Windows Server 2025 has new policy rules that are not yet in the Module.
Policy Configured by:
Set-OSConfigDesiredConfiguration -Scenario AppControl\WS2025\DefaultPolicy\Audit -Default
Set-OSConfigDesiredConfiguration -Scenario AppControl\WS2025\AppBlockList\Audit -Default
PS C:\Temp> ConvertTo-WDACCodeIntegrityPolicy -BinaryFilePath "C:\Windows\System32\CodeIntegrity\CIPolicies\Active{9214d8ee-9b0f-4972-9073-a04e917d7989}.CIP" -XmlFilePath c:\temp\test.xml
WARNING: C:\Windows\System32\CodeIntegrity\CIPolicies\Active{9214d8ee-9b0f-4972-9073-a04e917d7989}.CIP has an invalid or unsupported binary CI policy format version value:
0x00000008. If you are sure that you are dealing with a binary code integrity policy, there is a high liklihood that Microsoft updated the binary file for mat to support new
schema elements and that this code will likely need to be updated.
Cannot convert value "467608708" to type "CodeIntegrity.PolicyRules" due to enumeration values that are not valid. Specify one of the following enumeration values and try
again. The possible enumeration values are "EnabledUMCI,EnabledBootMenuProtection,EnabledIntelligentSecurityGraphAuthorization,EnabledInvalidateEAsonReboot,EnabledWindowsLockdow
nTrialMode,RequiredWHQL,EnabledDeveloperModeDynamicCodeTrust,EnabledAllowSupplementalPolicies,DisabledRuntimeFilePathRuleProtection,EnabledAuditMode,DisabledFlightSigning,Enable
dInheritDefaultPolicy,EnabledUnsignedSystemIntegrityPolicy,EnabledDynamicCodeSecurity,RequiredEVSigners,EnabledBootAuditOnFailure,EnabledAdvancedBootOptionsMenu,DisabledScriptEn
forcement,RequiredEnforceStoreApplications,EnabledSecureSettingPolicy,EnabledManagedInstaller,EnabledUpdatePolicyNoReboot,EnabledConditionalWindowsLockdownPolicy".
At C:\Users\azadmin\Downloads\WDACTools-master\WDACTools-master\CIPolicyParser.psm1:2540 char:9
-
$PolicyRules = [CodeIntegrity.PolicyRules] ($OptionFlags -ban ... -
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- CategoryInfo : InvalidArgument: (:) [], RuntimeException
- FullyQualifiedErrorId : UndefinedIntegerToEnum