Disable-WssBranchCache

Disable-WssBranchCache

Disables BranchCache.

Sintaxis

Disable-WssBranchCache [ <CommonParameters>]

Descripción detallada

The Disable-WssBranchCache cmdlet disables 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.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

Ejemplos

Example 1: Disable BranchCache

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

PS C:\> Disable-WssBranchCache
PS C:\> 

Temas relacionados

Enable-WssBranchCache