PowerShell Logo Small

Enable-BCHostedClient



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

Configures BranchCache to operate in hosted cache client mode.

SYNTAX


Enable-BCHostedClient [-ServerNames] <String[]> [-AsJob] [-CimSession <CimSession[]>] [-Force] [-ThrottleLimit <Int32>] [-UseVersion <HostedCacheVersion>] [-Confirm]
[-WhatIf] [<CommonParameters>]
Enable-BCHostedClient [-AsJob] [-CimSession <CimSession[]>] [-Force] [-ThrottleLimit <Int32>] -UseSCP [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Enable-BCHostedClient cmdlet configures BranchCache to operate in hosted cache client mode.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287272
Enable-BCHostedServer

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Enable-BCHostedClient –ServerNames HC.contoso.com –UseVersion Windows7



This example enables hosted cache client mode using the HC.contos.com computer as a hosted cache server. For HTTPS, use Windows 7 mode (Windows7).




EXAMPLE 2

PS C:\>Enable-BCHostedClient –ServerNames HC1.contoso.com,HC2.contoso.com -UseVersion Windows8



This example enables hosted cache client mode with two hosted cache servers: HC1.contoso.com and HC2.contoso.com. For HTTP, use Windows 8 mode (Windows8).