PowerShell Logo Small

Export-BCCachePackage



This is the built-in help made by Microsoft for the command 'Export-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

Exports a cache package.

SYNTAX


Export-BCCachePackage [[-StagingPath] <String>] [-AsJob] [-CimSession <CimSession[]>] [-Force] [-OutputReferenceFile <String>] [-ThrottleLimit <Int32>] -Destination <String>
[-Confirm] [-WhatIf] [<CommonParameters>]
Export-BCCachePackage [-AsJob] [-CimSession <CimSession[]>] [-Force] [-ThrottleLimit <Int32>] -Destination <String> -ExportDataCache [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Export-BCCachePackage cmdlet exports a cache package.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Export-BCDataPackage –Destination D:\temp



This example exports all content that has been hashed with calls to Publish-BCFileContent and Publish-BCWebContent. The package containing this data will be exported to
D:\temp.