PowerShell Logo Small

Enable-BCLocal



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

Enables the BranchCache service in local caching mode.

SYNTAX


Enable-BCLocal [-AsJob [<SwitchParameter>]] [-CimSession <CimSession>] [-Force [<SwitchParameter>]] [-PolicyStore <String>] [-ThrottleLimit
<Int32>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<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

Disable-BC
Reset-BC

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Enable-BCLocal



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