The Get-DeviceManagementConfigcmdlet returns a DeviceManagementConfigobject that represents the properties of the current global device management configuration.
For information about the properties of global device management that you can configure, see the Set-DeviceManagementConfigcmdlet.
Syntax
Get-DeviceManagementConfig [<CommonParameters>]  | 
Parameters
The following describes the Get-DeviceManagementConfigcmdlet 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-DeviceManagementConfigcmdlet returns a DeviceManagementConfigobject. To see all the properties for this object, at the MDM Shell prompt, type Get-DeviceManagementConfig | Get-Member.
Examples
This Get-DeviceManagementConfigcommand example returns the current device management configuration.
 Copy Code
 | 
|
|---|---|
C:\PS>Get-DeviceManagementConfig  | 
|
Cmdlet Help
To view this information online, at the MDM Shell prompt, type:
get-help Get-DeviceManagementConfig -detailed, or get-help Get-DeviceManagementConfig -full
See Also