Disable-CMSoftwareMeteringRule

Disable-CMSoftwareMeteringRule

Disables Configuration Manager software metering rules.

構文

Parameter Set: SearchByIdMandatory
Disable-CMSoftwareMeteringRule -Id <String[]> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByNameMandatory
Disable-CMSoftwareMeteringRule -ProductName <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByValueMandatory
Disable-CMSoftwareMeteringRule -InputObject <IResultObject> [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Disable-CMSoftwareMeteringRule cmdlet disables one or more software metering rules in Microsoft System Center 2012 Configuration Manager. If you disable a rule, it does not collect information from clients. You can use the Enable-CMSoftwareMeteringRule cmdlet to enable a rule that you previously disabled.

Software metering monitors and collects software usage data from System Center 2012 Configuration Manager clients, such as when clients began using a particular software program and how long users have worked with that software. You can create software metering rules that specify which software to monitor.

You can specify rules that disable software metering rules by ID or by product name, or use the Get-CMSoftwareMeteringRule cmdlet. You can use the Remove-CMSoftwareMeteringRule to permanently delete a rule.

For more information about software metering in System Center 2012 Configuration Manager, see Introduction to Software Metering in Configuration Manager (https://go.microsoft.com/fwlink/?LinkId=268432) on TechNet.

パラメーター

-Id<String[]>

Specifies an array of IDs for software metering rules.

エイリアス

RuleId

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-InputObject<IResultObject>

Specifies a software metering rule object. To obtain a software metering rule object, use the Get-SoftwareMeteringRule cmdlet.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-ProductName<String>

Specifies a name for a product that a rule meters.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1: Disable rules for a specific product

This command disables software metering rules for the product named Accounting Package. There may be more than one rule.

PS C:\> Disable-CMSoftwareMeteringRule -ProductName "Accounting Package"

Example 2: Disable a specific rule

This command disables a software metering rule that has the specified ID.

PS C:\> Disable-CMSoftwareMeteringRule -Id "16777229"

関連トピック

Enable-CMSoftwareMeteringRule

Get-CMSoftwareMeteringRule

New-CMSoftwareMeteringRule

Remove-CMSoftwareMeteringRule

Set-CMSoftwareMeteringRule