PowerShell Logo Small

Import-BCCachePackage



This is the built-in help made by Microsoft for the command 'Import-BCCachePackage', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Imports a cache package.

SYNTAX


Import-BCCachePackage [-Path] <String> [-AsJob] [-CimSession <CimSession[]>] [-Force] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Import-BCCachePackage cmdlet imports a cache package. A cache package contains file and web data that can be imported on remote hosted cache computers, so that it is
available for the first client request. Use the Publish-BCFileContent and Publish-BCWebContent cmdlets to collect data on file and web servers into a cache package, then use
the Export-BCCachePackage cmdlet to generate a cache package file. Import this file on hosted cache computers using this cmdlet.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287286
Export-BCCachePackage
Publish-BCFileContent
Publish-BCWebContent

REMARKS

<

Examples


Example 1

PS C:\>Import-BCCachePackage –Path D:\temp\PeerDistPackage.zip



This example imports all content that exported into the cache package located at D:\temp\PeerDistPackage.zip.