May 29th, 2013

PowerTip: Use PowerShell to Get Status of BranchCache

Doctor Scripto
Scripter

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

 

Category
Scripting

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.