PowerShell Logo Small

Export-BCCachePackage



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

Exports a cache package.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Export-BCCachePackage cmdlet exports a cache package.



<

RELATED LINKS

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.