Get-MobilePolicyServiceConfig

2/9/2009

The Get-MobilePolicyServiceConfig cmdlet returns a MobilePolicyServiceConfig object that represents the current configuration of the Active Directory Group Policy service.

The PolicyRefreshInterval property of the returned MobilePolicyServiceConfig object 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-MobilePolicyServiceConfig 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-MobilePolicyServiceConfig cmdlet returns a MobilePolicyServiceConfig object. To view all the properties for this object, at the MDM Shell prompt, type Get-MobilePolicyServiceConfig | Get-Member.

Examples

This Get-MobilePolicyServiceConfig command example returns the current MobilePolicyServiceConfig object.

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

Reference

Set-MobilePolicyServiceConfig