Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.36 KB

Get-WssBranchCacheStatus.md

File metadata and controls

48 lines (32 loc) · 1.36 KB
external help file Module Name ms.date online version schema title
WssCmdlets.dll-Help.xml
WSSCmdlets
12/05/2017
2.0.0
Get-WssBranchCacheStatus

Get-WssBranchCacheStatus

SYNOPSIS

Gets the current BranchCache status.

SYNTAX

Get-WssBranchCacheStatus [<CommonParameters>]

DESCRIPTION

The Get-WssBranchCacheStatus cmdlet gets the current BranchCache service status on the target computer, either enabled or disabled. BranchCache copies content from on-premise content servers or hosted cloud content servers and caches the content at branch office locations.

EXAMPLES

Example 1: Get BranchCache status

PS C:\> Get-WssBranchCacheStatus

This command gets the status of BranchCache on the server where you run the cmdlet.

PARAMETERS

CommonParameters

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

INPUTS

OUTPUTS

Microsoft.WindowsServerSolutions.DataProtection.BranchCache.BranchCacheStatus

NOTES

RELATED LINKS