PowerShell Logo Small

Add-BCDataCacheExtension



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

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 [<SwitchParameter>]] [-CimSession <CimSession>] [-Force
[<SwitchParameter>]] [-PassThru [<SwitchParameter>]] [-ThrottleLimit <Int32>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]]
[<CommonParameters>]
Add-BCDataCacheExtension [[-Path] <String>] [-AsJob [<SwitchParameter>]] [-CimSession <CimSession>] [-Force [<SwitchParameter>]] [-PassThru
[<SwitchParameter>]] [-ThrottleLimit <Int32>] -SizeBytes <UInt64> [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]]
[<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

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.