Skip to content

Commit 831004d

Browse files
authored
[EDR Workflows] Enable runscript feature flag (#224819)
1 parent a07c460 commit 831004d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/solutions/security/plugins/security_solution/common/experimental_features.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export const allowedExperimentalValues = Object.freeze({
273273
* Enables Microsoft Defender for Endpoint's RunScript RTR command
274274
* Release: 8.19/9.1
275275
*/
276-
microsoftDefenderEndpointRunScriptEnabled: false,
276+
microsoftDefenderEndpointRunScriptEnabled: true,
277277

278278
/**
279279
* Enables advanced mode for Trusted Apps creation and update

0 commit comments

Comments
 (0)