2017-05-22 13:07:12 -07:00

2.4 KiB

title, description, MSHAttr, ms.assetid, ms.author, ms.date, ms.topic, ms.prod, ms.technology
title description MSHAttr ms.assetid ms.author ms.date ms.topic ms.prod ms.technology
Provisioning CSP The Provisioning configuration service provider is used for bulk user enrollment to an MDM service.
PreferredSiteName:MSDN
PreferredLib:/library/windows/hardware
5D6C17BE-727A-4AFA-9F30-B34C1EA1D2AE windows-hardware-design-content 05/02/2017 article windows-hardware windows-oem

Provisioning CSP

The Provisioning configuration service provider is used for bulk user enrollment to an MDM service.

Note

  Bulk enrollment does not work when two factor authentication is enabled.

 

For bulk enrollment step-by-step guide, see Bulk enrollment.

The following diagram shows the Provisioning configuration service provider in tree format.

provisioning csp diagram

./Vendor/MSFT
Root node for Provisioning CSP.

Provisioning/Enrollments
Node for defining bulk enrollment of users into an MDM service.

Provisioning/Enrollments/****UPN
Unique identifier for the enrollment. For bulk enrollment, this must a service account that is allowed to enroll multiple users. Example, "generic-device@contoso.com"

Provisioning/Enrollments/UPN/DiscoveryServiceFullURL
The full URL for the discovery service.

Provisioning/Enrollments/UPN/Secret
This information is dependent on the AuthPolicy being used. Possible values:

  • Password string for on-premise authentication enrollment
  • Federated security token for federated enrollment
  • Certificate thumb print for certificated based enrollment

Provisioning/Enrollments/UPN/AuthPolicy
Specifies the authentication policy used by the MDM service. Valid values:

  • OnPremise
  • Certificate

Provisioning/Enrollments/UPN/PolicyServiceFullURL
Specifies the policy service URL.

Provisioning/Enrollments/UPN/EnrollmentServiceFullURL
Specifies the enrollment service URL.