PowerShell Logo Small

Import-BCCachePackage



This is the built-in help made by Microsoft for the command 'Import-BCCachePackage', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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 [<SwitchParameter>]] [-CimSession <CimSession>] [-Force [<SwitchParameter>]] [-ThrottleLimit
<Int32>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<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

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.