Skip to content

Commit b0bae8b

Browse files
authored
Merge pull request #6961 from mestew/prslimit
add 200 limit for script packages in prs
2 parents 57e1b49 + 1fe210c commit b0bae8b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

memdocs/analytics/proactive-remediations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tutorial - Proactive remediations
33
titleSuffix: Microsoft Endpoint Manager
44
description: A tutorial on using Proactive remediations to enhance the user
5-
ms.date: 12/17/2021
5+
ms.date: 03/07/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-analytics
88
ms.topic: tutorial
@@ -59,10 +59,10 @@ Proactive remediations requires the [licensing for Endpoint analytics](enroll-in
5959

6060
### <a name="bkmk_requirements"></a> Script requirements
6161

62+
- You can have up to 200 script packages
63+
- A script package can contain a detection script only or both a detection script and a remediation script
6264
- Ensure the scripts are encoded in UTF-8.
63-
6465
- The maximum allowed output size limit is 2048 characters.
65-
6666
- If the option **Enforce script signature check** is enabled in the [Settings](#bkmk_prs_deploy) page of creating a script package, the script runs using the device's PowerShell execution policy. The default execution policy for Windows client computers is **Restricted**. The default execution for Windows Server devices is **RemoteSigned**. For more information, see [PowerShell execution policies](/powershell/module/microsoft.powershell.core/about/about_execution_policies#powershell-execution-policies).
6767
- Scripts built into Proactive remediations are signed and the certificate is added to the **Trusted Publishers** certificate store of the device.
6868
- When using third-party scripts that are signed, make sure the certificate is in the **Trusted Publishers** certificate store. As with any certificate, the certificate authority must be trusted by the device.

0 commit comments

Comments
 (0)