Difference between revisions of "Windows BranchCache"

From Michael's Information Zone
Jump to navigation Jump to search
(Created page with "==Purpose== Notes for enabling hosted cache mode with Server 2016 to cache from a NetAPP CIFS share. ==Server 2016== <ref>https://newhelptech.wordpress.com/2018/09/01/step-by...")
 
Line 2: Line 2:
 
Notes for enabling hosted cache mode with Server 2016 to cache from a NetAPP CIFS share.
 
Notes for enabling hosted cache mode with Server 2016 to cache from a NetAPP CIFS share.
  
==Server 2016==
+
==Configure Hosted Cache==
 
<ref>https://newhelptech.wordpress.com/2018/09/01/step-by-step-how-to-install-an-configure-branchcache-in-windows-server-2016/</ref>
 
<ref>https://newhelptech.wordpress.com/2018/09/01/step-by-step-how-to-install-an-configure-branchcache-in-windows-server-2016/</ref>
 
*Install branchcache roles. This would include  
 
*Install branchcache roles. This would include  
Line 8: Line 8:
 
<pre>
 
<pre>
 
Enable-BCHostedServer -RegisterSCP
 
Enable-BCHostedServer -RegisterSCP
 +
</pre>
 +
 +
==Hosted Cache Commands==
 +
<ref>https://docs.microsoft.com/en-us/powershell/module/branchcache/get-bcstatus?view=win10-ps</ref>
 +
<pre>
 +
get-bcstatus
 
</pre>
 
</pre>

Revision as of 14:35, 5 September 2019

Purpose

Notes for enabling hosted cache mode with Server 2016 to cache from a NetAPP CIFS share.

Configure Hosted Cache

[1]

  • Install branchcache roles. This would include
  • Enabled hosted server[2]
Enable-BCHostedServer -RegisterSCP

Hosted Cache Commands

[3]

get-bcstatus