PowerShell Logo Small

Remove-BCDataCacheExtension



This is the built-in help made by Microsoft for the command 'Remove-BCDataCacheExtension', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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 [<SwitchParameter>]] [-CimSession <CimSession>] [-Force [<SwitchParameter>]]
[-ThrottleLimit <Int32>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Remove-BCDataCacheExtension [-DataCacheExtension] <CimInstance> [-AsJob [<SwitchParameter>]] [-CimSession <CimSession>] [-Force
[<SwitchParameter>]] [-ThrottleLimit <Int32>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


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



<

RELATED LINKS

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.