Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Obtain BranchCache Status

$
0
0

Summary: Learn how to use Windows PowerShell to obtain the status of BranchCache on a computer running Windows 8.

Hey, Scripting Guy! Question How can I use Windows PowerShell to simplify the process of troubleshooting issues
          with BranchCache on several desktops?

Hey, Scripting Guy! Answer Create a CIM session to the troublesome computers, and use the Get-BCStatus function
          to return the status information:

$cim = New-Cimsession –computername c1, c2, c3 –credential nwtraders\administrator

Get-BCStatus –cimsession $cim


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>