Chat now with support
Chat mit Support

StoragePoint 6.2 - PowerShell and API Reference Guide

PowerShell Guide
StoragePoint PowerShell Overview Getting Started Profile and Endpoint Management Cmdlets Timer Job Scheduling Cmdlets BLOB Information and Migration Cmdlets Miscellaneous SharePoint Utility Cmdlets PowerShell Script Examples StoragePoint API Reference
About Us

Move-BLOB

This command migrates an externalized SharePoint document’s BLOB to another endpoint.

Parameters

·DocUrl (doc): Absolute URL of the document BLOB to migrate. REQUIRED.

·EndpointId (ep): The Id (GUID) or name of the target endpoint. REQUIRED.

·IncludeVersions (iv): If specified (-IncludeVersions), command will migrate all versions of the document as well.

Example

The following example moves a BLOB to the endpoint MainEndpoint2.

Move-BLOB -doc “http://sharepoint/docs/documents/123.tif” -ep MainEndpoint2

Invoke-RecallItem

This command recalls one SharePoint item to the content database. If any of the shreds (chunks) of the BLOB are shared, they will be recalled.

Parameters

·-Url : Full URL of the document you wish to recall. REQUIRED.

Example

Invoke-RecallItem -Url "http://lcamachoc-dv22:18764/sites/testSiteCollection/Shared%20Documents/Externalization1.pdf"

 

Invoke-ExternalizeItem

This command externalizes the BLOB or shreds of one SharePoint item to the StoragePoint Endpoint.

Parameters

·-Url : Full URL of the document, folder, list or library you wish to externalize. REQUIRED.

Example

Invoke-ExternalizeItem -Url "http://lcamachoc-dv22:18764/sites/testSiteCollection/Shared%20Documents/Externalization1.pdf"

 

Miscellaneous SharePoint Utility Cmdlets

The StoragePoint cmdlet library contains some miscellaneous functions to help lookup values in SharePoint that may be needed by the other commands in the library. It is important to note that there are other methods of finding these values, especially in SharePoint 2010 which has an extensive PowerShell cmdlet library of its own.

Verwandte Dokumente

The document was helpful.

Bewertung auswählen

I easily found the information I needed.

Bewertung auswählen