This command migrates an externalized SharePoint documents 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
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"
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"
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.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center