This article explains how to preload content on a BranchCache server.
- Generate hash package on the file server:
PS C:\> Publish-BCFileContent -Path D:\share -StageData - Export hash package to temporary directory:
PS C:\> Export-BCDataPackage –Destination D:\temp - Copy hash package to a temporary directory on the the remotely hosted-cache server.
- Import hash package on hosted-cache server:
PS C:\> Import-BCCachePackage –Path D:\temp\PeerDistPackage.zip
That's it! Branch office users will immediately benefit from this pre-hasing process.
References:
https://technet.microsoft.com/en-us/library/jj572970.aspx
No comments:
Post a Comment