PowerShell Logo Small

Remove-BCDataCacheExtension



This is the built-in help made by Microsoft for the command 'Remove-BCDataCacheExtension', 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

Deletes a data cache file.

SYNTAX


Remove-BCDataCacheExtension [-Path] <String> [-AsJob] [-CimSession <CimSession[]>] [-Force] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]
Remove-BCDataCacheExtension [-DataCacheExtension] <CimInstance[]> [-AsJob] [-CimSession <CimSession[]>] [-Force] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-BCDataCacheExtension cmdlet deletes the cache file that is specified.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287290
Where-Object
Add-BCDataCacheExtension
Get-BCDataCacheExtension

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-BCDataCacheExtension | Where-Object –FilterScript {$_.MaxCacheSizeAsPercentageOfDiskVolume –Eq 10} | Remove-BCDataCacheExtension



This example removes data cache extensions configured to occupy 10% of disk volume.