Get-EnrollmentConfig

2/9/2009

The Get-EnrollmentConfig cmdlet returns an EnrollmentConfig object that represents the current configuration of the Enrollment service.

Syntax

Get-EnrollmentConfig [<CommonParameters>]

Parameters

The following describes the Get-EnrollmentConfig cmdlet parameters.

  • CommonParameters
    This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, and -OutVariable. For more information, at the MDM Shell prompt, type get-help about_commonparameters.

Input Type

None

Output Type

The Get-EnrollmentConfig cmdlet returns an EnrollmentConfig object. To see all the properties for this object, at the MDM Shell prompt, type Get-EnrollmentConfig | Get-Member.

Examples

This Get-EnrollmentConfig command example displays the current configuration of the Enrollment service.

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

Reference

Set-EnrollmentConfig