Skip to content

Commit f991186

Browse files
authored
Merge pull request #7520 from mestew/prs-tweaks
prs-tweaks
2 parents 9df674a + f275f2b commit f991186

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

memdocs/analytics/enroll-configmgr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Quickstart - Enroll Configuration Manager devices
33
titleSuffix: Microsoft Endpoint Manager
44
description: In this quickstart, you enroll Configuration Manager devices into Endpoint analytics.
5-
ms.date: 11/15/2021
5+
ms.date: 05/03/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-analytics
88
ms.topic: quickstart
@@ -33,7 +33,7 @@ Before you start this tutorial, make sure you have the following prerequisites:
3333
3434
### Licensing Prerequisites
3535

36-
Devices enrolled in Endpoint analytics need a valid license for the use of Microsoft Endpoint Manager. For more information, see [Microsoft Intune licensing](../intune/fundamentals/licenses.md) or [Microsoft Endpoint Configuration Manager licensing](../configmgr/core/understand/learn-more-editions.md).
36+
Devices enrolled in Endpoint analytics need a valid license for the use of Microsoft Endpoint Manager. For more information, see [Microsoft Intune licensing](../intune/fundamentals/licenses.md) or [Microsoft Endpoint Configuration Manager licensing](../configmgr/core/understand/learn-more-editions.md). Proactive remediations has an additional licensing requirement, for more information see, the [Endpoint analytics licensing requirements overview](overview.md#licensing-prerequisites).
3737

3838
## Endpoint analytics permissions
3939

memdocs/analytics/enroll-intune.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Quickstart - Enroll Intune devices
33
titleSuffix: Microsoft Endpoint Manager
44
description: In this quickstart, you enroll Intune devices into Endpoint analytics.
5-
ms.date: 10/05/2021
5+
ms.date: 05/03/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-analytics
88
ms.topic: quickstart
@@ -43,7 +43,7 @@ To enroll devices to Endpoint analytics, they need to send required functional d
4343

4444
### Licensing Prerequisites
4545

46-
Devices enrolled in Endpoint analytics need a valid license for the use of Microsoft Endpoint Manager. For more information, see [Microsoft Intune licensing](../intune/fundamentals/licenses.md) or [Microsoft Endpoint Configuration Manager licensing](../configmgr/core/understand/learn-more-editions.md).
46+
Devices enrolled in Endpoint analytics need a valid license for the use of Microsoft Endpoint Manager. For more information, see [Microsoft Intune licensing](../intune/fundamentals/licenses.md) or [Microsoft Endpoint Configuration Manager licensing](../configmgr/core/understand/learn-more-editions.md). Proactive remediations has an additional licensing requirement, for more information see, the [Endpoint analytics licensing requirements overview](overview.md#licensing-prerequisites).
4747

4848
### Endpoint analytics permissions
4949

memdocs/analytics/proactive-remediations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,14 @@ Proactive remediations requires the [licensing for Endpoint analytics](enroll-in
6262
- You can have up to 200 script packages.
6363
- A script package can contain a detection script only or both a detection script and a remediation script.
6464
- Ensure the scripts are encoded in UTF-8.
65+
- If the option **Enforce script signature check** is enabled in the [Settings](#bkmk_prs_deploy) page of creating a script package, then make sure that the scripts are encoded in UTF-8 not UTF-8 BOM.
6566
- The maximum allowed output size limit is 2048 characters.
6667
- 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).
6768
- Scripts built into Proactive remediations are signed and the certificate is added to the **Trusted Publishers** certificate store of the device.
6869
- 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.
6970
- Scripts without **Enforce script signature check** use the **Bypass** execution policy.
71+
- Don't put secrets in scripts. Consider using parameters to handle secrets instead. <!--13957089-->
72+
- Don't put reboot commands in detection or remediations scripts. <!--13957089-->
7073

7174
## <a name="bkmk_prs_deploy"></a> Deploy built-in script packages
7275

0 commit comments

Comments
 (0)