PowerShell Logo Small

Add-BCDataCacheExtension



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

Increases the amount of cache storage space that is available on a hosted cache server by adding a new cache file.

SYNTAX


Add-BCDataCacheExtension [[-Percentage] <UInt32>] [[-Path] <String>] [-AsJob] [-CimSession <CimSession[]>] [-Force] [-PassThru] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf]
[<CommonParameters>]
Add-BCDataCacheExtension [[-Path] <String>] [-AsJob] [-CimSession <CimSession[]>] [-Force] [-PassThru] [-ThrottleLimit <Int32>] -SizeBytes <UInt64> [-Confirm] [-WhatIf]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Add-BCDataCacheExtension cmdlet adds a new data cache file to increase the amount of cache storage space that is available on a hosted cache server. Data cache files can
be spread across multiple disks to maximize performance.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287265
Get-BCDataCacheExtension
Remove-BCDataCacheExtension

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Add-BCDataCacheExtension



This example creates a data cache extension in the default location reserving 5% of the drive.




EXAMPLE 2

PS C:\>Add-BCDataCacheExtension –Path C:\datacache –Percentage 10



This example adds a data cache extension in the C:\datacache directory reserving 10% of the drive C.