11/11/2008

The Get-MobilePolicyServiceConfigcmdlet returns a MobilePolicyServiceConfigobject that represents the current configuration of the Active Directory Group Policy service.

Sets of Group Policies that Active Directory caches on the server recalculate when the PolicyRefreshIntervaltime elapses.

Note:
These parameters are global and affect all Group Policy services in the deployment.

Syntax

Get-MobilePolicyServiceConfig [<CommonParameters>]

Parameters

The following describes the Get-MobilePolicyServiceConfigcmdlet 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-MobilePolicyServiceConfigcmdlet returns a MobilePolicyServiceConfigobject. To view all the properties for this object, at the MDM Shell prompt, type Get-MobilePolicyServiceConfig | Get-Member.

Examples

This Get-MobilePolicyServiceConfigcommand example returns the current MobilePolicyServiceConfigobject.

Copy Code
C:\PS>$a = Get-MobilePolicyServiceConfig

Cmdlet Help

To view this information online, at the MDM Shell prompt, type:

get-help Get-MobilePolicyServiceConfig -detailed, or get-help Get-MobilePolicyServiceConfig -full

See Also