Skip to content

Commit c260d47

Browse files
authored
Merge pull request #6804 from Paasin/docbug-10060121
Doc Bug Resolved
2 parents 25904c8 + 2262a5f commit c260d47

1 file changed

Lines changed: 14 additions & 0 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).

0 commit comments

Comments
 (0)