Disable-MDMInventory

2/9/2009

The Disable-MDMInventory cmdlet suspends all device inventory collection tasks currently active.

Syntax

Disable-MDMInventory [-confirm] [-whatif] [<CommonParameters>]

Parameters

The following describes the Disable-MDMInventory cmdlet 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 MDM Shell prompt, type get-help about_commonparameters.

Input Type

None

Output Type

None

Examples

This Disable-MDMInventory command example suspends all device data collection tasks currently active.

C:\PS>Disable-MDMInventory

Cmdlet Help

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

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

See Also

Reference

Restore-MDMInventoryDefaults
Enable-MDMInventory