Quantcast
Channel: TechNet Blogs
Viewing all articles
Browse latest Browse all 17778

PowerTip: Use PowerShell to Get Status of BranchCache

$
0
0

Summary: Use Windows PowerShell 3.0 to get the status of BranchCache on your computer running Windows 8.

Hey, Scripting Guy! Question How can I use Windows PowerShell to get the status of Branch Cache on my computer running Windows 8?

Hey, Scripting Guy! Answer Use the Get-BCStatus cmdlet, and check the BranchCacheIsEnabled property:

(Get-BCStatus).BranchCacheIsEnabled

 


Viewing all articles
Browse latest Browse all 17778

Trending Articles