Get-DeviceManagementConfig
2/9/2009
The Get-DeviceManagementConfig cmdlet returns a DeviceManagementConfig object 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-DeviceManagementConfig cmdlet.
Syntax
Get-DeviceManagementConfig [<CommonParameters>]
Parameters
The following describes the Get-DeviceManagementConfig 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-DeviceManagementConfig cmdlet returns a DeviceManagementConfig object. To see all the properties for this object, at the MDM Shell prompt, type Get-DeviceManagementConfig | Get-Member.
Examples
This Get-DeviceManagementConfig command example returns the current device management configuration.
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