Remove-CMUserAffinityFromDevice

Remove-CMUserAffinityFromDevice

Removes a primary user from one or more devices in the Configuration Manager hierarchy.

構文

Parameter Set: RemoveUserAffinityByDeviceName
Remove-CMUserAffinityFromDevice -DeviceName <String[]> [-Force] [-UserId <String> ] [-UserName <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: RemoveUserAffinityByDeviceId
Remove-CMUserAffinityFromDevice -DeviceId <String[]> [-Force] [-UserId <String> ] [-UserName <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Remove-CMUserAffinityFromDevice cmdlet removes a primary user from the devices.

User device affinity is a method of associating a user with one or more specified devices in System Center 2012 Configuration Manager.

パラメーター

-DeviceId<String[]>

Specifies an array of IDs of the devices.

エイリアス

ResourceId

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-DeviceName<String[]>

Specifies an array of names of the devices.

エイリアス

ResourceName

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Force

Performs the action without a confirmation message.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-UserId<String>

Specifies the ID of a user.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-UserName<String>

Specifies the name of the primary user that you want to disassociate from the specified devices.

エイリアス

なし

必須?

false

位置は?

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: Remove a primary user from a device

This command removes the association between the user that has the ID 206359374 and the device that has the ID 209846738.

PS C:\> Remove-CMUserAffinityFromDevice -DeviceId "209846738" -UserId "206359374"

関連トピック

Add-CMUserAffinityToDevice