The Get-WipeConfigcmdlet 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 driver retries a wipe request after a failure.  | 
| 
 ExpirationInterval  | 
 Specifies how long wipe requests remain active before System Center Mobile Device Manager (MDM) 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-WipeConfigcmdlet 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-WipeConfigcmdlet returns a WipeConfigobject. To see all the properties for this object, at the MDM Shell prompt, type Get-WipeConfig | Get-Member.
Examples
This Get-WipeConfigcommand example returns a WipeConfigobject that represents the current wipe service configuration.
 Copy Code
 | 
|
|---|---|
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