Clear-KdsCache

Clear-KdsCache

Clears the group key cache of the local computer.

構文

Parameter Set: Default
Clear-KdsCache [-CacheOwnerSid <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Clear-KdsCache cmdlet clears the group key cache of the local computer.

The local computer can be either a domain controller running the Microsoft Group Key Distribution Service (KdsSvc) or a client of the Microsoft Group KdsSvc.

パラメーター

-CacheOwnerSid<String>

Specifies the security identifier (SID) for the user account whose cache this cmdlet clears.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

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)。

入力

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

  • None

    This cmdlet accepts no input objects.

出力

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

  • None

    This cmdlet produces no output.

Example 1: Clear the group key cache

This example clears the group key cache of the local computer.

PS C:\> Clear-KdsCache

Example 2: Clear the group key cache of a specific user

This example clears the group key cache of the user with SID s-1-1-0.

PS C:\> Clear-KdsCache –CacheOwnerSid "s-1-1-0"

関連トピック

Add-KdsRootKey

Get-KdsConfiguration

Get-KdsRootKey

Set-KdsConfiguration

Test-KdsRootKey