Enable-WssBranchCache

Enable-WssBranchCache

Enables BranchCache.

Syntax

Enable-WssBranchCache [ <CommonParameters>]

Detailed Description

The Enables-WssBranchCache cmdlet enables BranchCache in Windows Server Essentials. BranchCache copies content from on-premise content servers or hosted cloud content servers and caches the content at branch office locations.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Enable BranchCache

This command enables BranchCache on the server where you run the cmdlet.

PS C:\> Enable-WssBranchCache
PS C:\> 

Disable-WssBranchCache