10/17/2008

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

The PolicyRefreshIntervalproperty of the returned MobilePolicyServiceConfigobject specifies the time interval before the cached policy sets on the server are recalculated.

Note:
This parameter is global and affects 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 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