PowerShell Logo Small

Enable-BCHostedClient



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

Configures BranchCache to operate in hosted cache client mode.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


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



<

RELATED LINKS

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 Windows7 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
Consumer Preview mode (Windows8).