PowerShell Logo Small

Clear-KdsCache



This is the built-in help made by Microsoft for the command 'Clear-KdsCache', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Clears the group key cache of the local computer.

SYNTAX


Clear-KdsCache [-CacheOwnerSid <String>] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


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.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287359
Add-KdsRootKey
Get-KdsConfiguration
Get-KdsRootKey
Set-KdsConfiguration
Test-KdsRootKey

REMARKS

<

Examples


Example 1: Clear the group key cache

PS C:\>Clear-KdsCache



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




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

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



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