Get-SPContentDeploymentPath

Restituisce un percorso di distribuzione del contenuto o una raccolta di percorsi di distribuzione del contenuto.

Sintassi

Get-SPContentDeploymentPath
   [[-Identity] <SPContentDeploymentPathPipeBind>]
   [-AssignmentCollection <SPAssignmentCollection>]
   [<CommonParameters>]

Descrizione

The Get-SPContentDeploymentPath cmdlet reads the specified content deployment path. If the Identity parameter is not specified, this cmdlet returns the collection of content deployment paths on the farm.

Per le autorizzazioni e le informazioni più recenti su Windows PowerShell per i prodotti SharePoint, vedere la documentazione online nella pagina Cmdlet server SharePoint.

Esempio

------------------ESEMPIO------------------

Get-SPContentDeploymentPath -Identity 'Path 1'

In questo esempio viene restituito il percorso di distribuzione del contenuto denominato Path 1.

Parametri

-AssignmentCollection

Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.

When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.

Type:SPAssignmentCollection
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False
Applies to:SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019

-Identity

Specifica il percorso di distribuzione del contenuto da utilizzare.

Il tipo deve essere un GUID valido nel formato 12345678-90ab-cdef-1234-567890bcdefgh, un nome valido di percorso di distribuzione del contenuto, ad esempio PercorsoDistribuzione1, o un'istanza di un oggetto SPContentDeploymentJob valido.

Type:SPContentDeploymentPathPipeBind
Position:1
Default value:None
Accept pipeline input:True
Accept wildcard characters:False
Applies to:SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019