11/11/2008

The Enable-MDMInventorycmdlet resumes all device inventory collection tasks that were suspended with the Disable-MDMInventorycmdlet.

Syntax

Enable-MDMInventory [-WhatIf] [-Confirm] [<CommonParameters>]

Parameters

The following describes the Enable-MDMInventorycmdlet parameters.

WhatIf

Informs you of what changes would be made if the action were to be performed (the cmdlet is not executed).

Confirm

Prompts you for confirmation before the cmdlet executes.

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

None

Examples

This Enable-MDMInventorycommand example resumes all device data collection tasks currently suspended.

Copy Code
C:\PS>Enable-MDMInventory

Cmdlet Help

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

get-help Enable-MDMInventory -detailed, or get-help Enable-MDMInventory -full

See Also