Skip to content

Commit 9efa228

Browse files
authored
Merge pull request #6811 from MicrosoftDocs/main
Publish 02/15/2022, 10:30 AM
2 parents 25904c8 + 5c2702e commit 9efa228

4 files changed

Lines changed: 31 additions & 5 deletions

File tree

memdocs/configmgr/core/clients/deploy/about-client-installation-properties.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,20 @@ Examples:
763763
764764
- `CCMSetup.exe SMSMP=https://smsmp01.contoso.com`
765765
766+
### SMSMPLIST
767+
768+
Specifies MP list for the Configuration Manager client to use. Use semi-colon as delimiter when specifying multiple MP.
769+
770+
> [!IMPORTANT]
771+
> If the management point only accepts client connections over HTTPS, prefix the management point name with `https://`.
772+
773+
Examples:
774+
775+
- `CCMSetup.exe SMSMPLIST=https://smsmp01.contoso.com;https://smsmp02.contoso.com;smsmp03.contoso.com`
776+
777+
- `CCMSetup.exe SMSMPLIST=https://smsmp01.contoso.com;smsmp02.contoso.com;smsmp03.contoso.com`
778+
779+
766780
### SMSPUBLICROOTKEY
767781
768782
If the client can't get the Configuration Manager trusted root key from Active Directory Domain Services, use this property to specify the key. This property applies to clients that use HTTP and HTTPS communication. For more information, see [Planning for the trusted root key](../../plan-design/security/plan-for-security.md#the-trusted-root-key).

memdocs/configmgr/core/understand/site-size-performance-faq.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
ms.author: aaroncz
88
ms.prod: configuration-manager
99
ms.topic: conceptual
10-
ms.date: 08/02/2021
10+
ms.date: 02/15/2022
1111

1212
title: Configuration Manager site sizing and performance FAQ
1313
summary: |
@@ -190,7 +190,7 @@ sections:
190190
- question: |
191191
Should I enable SQL Server encryption on my database?
192192
answer: |
193-
Any secrets in the Configuration Manager database are already stored securely, but adding SQL Server encryption can add yet another layer of security. There are no functional issues with enabling encryption on your database, but there can be up to a 25% performance degradation, depending on the tables you choose to encrypt and the version of SQL Server you're using. Therefore, encrypt with caution, especially in large-scale environments. Also remember to update your backup and recovery plans to ensure you can successfully recover the encrypted data.
193+
Any secrets in the Configuration Manager database are already stored securely, but adding SQL Server encryption can add yet another layer of security. There are no functional issues with enabling encryption on your database, but there can be up to a 25% performance degradation. Therefore, encrypt with caution, especially in large-scale environments. Also remember to update your backup and recovery plans to ensure you can successfully recover the encrypted data.
194194
195195
- question: |
196196
What version of SQL Server should I run?
@@ -262,4 +262,4 @@ additionalContent: |
262262
263263
## See also
264264
- [Site sizing and performance guidelines](../plan-design/configs/site-size-performance-guidelines.md)
265-
- [Configuration Manager on Azure frequently asked questions](configuration-manager-on-azure.yml)
265+
- [Configuration Manager on Azure frequently asked questions](configuration-manager-on-azure.yml)

memdocs/intune/protect/certificate-authority-add-scep-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords:
55
author: brenduns
66
ms.author: brenduns
77
manager: dougeby
8-
ms.date: 12/03/2021
8+
ms.date: 02/15/2022
99
ms.topic: how-to
1010
ms.service: microsoft-intune
1111
ms.subservice: protect
@@ -149,6 +149,7 @@ The following third-party certification authorities support Intune:
149149
- [GlobalSign](https://downloads.globalsign.com/acton/attachment/2674/f-6903f60b-9111-432d-b283-77823cc65500/1/-/-/-/-/globalsign-aeg-microsoft-intune-integration-guide.pdf)
150150
- [HID Global](https://help.hydrantid.com/HydrantID_Intune_Integration.pdf)
151151
- [IDnomic](https://www.idnomic.com/)
152+
- [KeyTalk](https://keytalk.com/our-services)
152153
- [Nexus Certificate Manager](https://doc.nexusgroup.com/display/PUB/Example%3A+SCEP+Intune+configuration+in+Protocol+Gateway)
153154
- [SCEPman](https://azuremarketplace.microsoft.com/marketplace/apps/glueckkanja-gabag.scepman)
154155
- [Sectigo](https://sectigo.com/products)

memdocs/intune/protect/microsoft-tunnel-upgrade.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords:
55
author: brenduns
66
ms.author: brenduns
77
manager: dougeby
8-
ms.date: 02/11/2022
8+
ms.date: 02/15/2022
99
ms.topic: how-to
1010
ms.service: microsoft-intune
1111
ms.subservice: protect
@@ -144,6 +144,17 @@ After an update releases, it rolls out to tenants over the following days. This
144144

145145
The Microsoft Tunnel version for a server isn’t available in the Intune UI at this time. Instead, run the following command on the Linux server that hosts the tunnel to identify the hash values of *agentImageDigest* and *serverImageDiegest*: `cat /etc/mstunnel/images_configured`
146146

147+
### February 16, 2022
148+
149+
Image hash values:
150+
151+
- **agentImageDigest**: sha256:3298794bfda519886591cd8676a3074adb05911fa63278cc1436dd7a0b223166
152+
153+
- **serverImageDigest**: sha256:4021370532c3659e304bbc594fde7d788bd660a53542e427048931a0d660bfaa
154+
155+
Changes in this release:
156+
- Minor bug fixes
157+
147158
### January 31, 2022
148159

149160
Image hash values:

0 commit comments

Comments
 (0)