Get-WipeConfig

2/9/2009

The Get-WipeConfig cmdlet returns the current configuration of the wipe service.

The following displays the parameters that you can configure in the wipe service.

Parameter Definition

Retry

Specifies how many times the wipe service retries a wipe request after a failure.

ExpirationInterval

Specifies how long wipe requests remain active before System Center Mobile Device Manager removes the request.

EnableExpiration

Specifies whether wipe requests expire.

DisenrollUnsuccessful

Specifies whether the wipe service should revoke the enrollment of a device when a wipe request is unsuccessful.

Syntax

Get-WipeConfig [<CommonParameters>]

Parameters

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

Examples

This Get-WipeConfig command example returns a WipeConfig object that represents the current wipe service configuration.

C:\PS>Get-WipeConfig

Cmdlet Help

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

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

See Also

Reference

Set-WipeConfig