PowerShell Logo Small

Enable-BCLocal



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

Enables the BranchCache service in local caching mode.

SYNTAX


Enable-BCLocal [-AsJob] [-CimSession <CimSession[]>] [-Force] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Enable-BCLocal cmdlet enables the BranchCache service in local caching mode. In local caching mode, a client stores data in the BranchCache cache, and attempts to read
data from the local BranchCache cache, but does not contact peers and does not attempt to contact a hosted cache server



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287274
Disable-BC
Reset-BC

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Enable-BCLocal



This example enables BranchCache and configures BranchCache to use local caching mode.