The Get-EnrollmentConfigcmdlet returns an EnrollmentConfigobject that represents the current configuration of the Enrollment service.
Syntax
Get-EnrollmentConfig [<CommonParameters>]  | 
Parameters
The following describes the Get-EnrollmentConfigcmdlet parameters.
- CommonParameters
 - 
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, and -OutVariable. For more information, at the Mobile Device Manager (MDM) Shell prompt, type get-help about_commonparameters.
 
Input Type
None
Output Type
The Get-EnrollmentConfigcmdlet returns an EnrollmentConfigobject. To see all the properties for this object, at the MDM Shell prompt, type Get-EnrollmentConfig | Get-Member.
Examples
This Get-EnrollmentConfigcommand example displays the current configuration of the Enrollment service.
 Copy Code
 | 
|
|---|---|
C:\PS>Get-EnrollmentConfig  | 
|
Cmdlet Help
To view this information online, at the MDM Shell prompt, type:
get-help Get-EnrollmentConfig -detailed, or get-help Get-EnrollmentConfig -full
See Also