Add-SharePointItem
Use the Add-SharePointItem cmdlet to migrate data from Domino Discussions and custom applications into a SharePoint list in Microsoft Windows SharePoint Services.
Descrizione
The Add-SharePointItem cmdlet moves data from Domino Discussions and custom applications to existing SharePoint lists. This action preserves the hierarchy and content of the information stored in the applications. The cmdlet requires that information passes to it via a shell variable or other piped command.
To migrate Domino Document Libraries, use the Add-SharePointDocument cmdlet.
To run the Add-SharePointItem cmdlet, the account you use must be delegated Full Control Administrator role in Windows SharePoint Services.
Parametri
| Nome |
Descrizione e modalità d'uso |
| -TargetSharePointList |
-TargetSharePointList <String>
|
Name of the SharePoint list where the data will be migrated, such as "Shared Documents."
|
| -ExcludeAttachments |
-ExcludeAttachments
|
Prevents attachments from migrating.
|
| -MaxThreadCount |
-MaxThreadCount <UInt32>
|
Indicates the maximum number of threads allocated to this task.
|
| -Quiet |
-Quiet
|
Suppresses feedback during task actions.
|
| -TargetCredential |
-TargetCredential <PSCredential>
|
Active Directory directory service account used to write the migrated information to the SharePoint site.
|
| -TargetMapping |
-TargetMapping <String>
|
Identifies the type of list that will be created:
DocumentLibrary
or
DiscussionDatabase
or
GenericList
|
| -TargetMode |
-TargetMode <String>
|
Defines how to handle duplicate data.
Merge does not copy information over if it already exists.
Purge deletes content from the target list and then migrates data.
|
| -TargetSharePointServer |
-TargetSharePointServer <String>
|
Name of the server running Windows SharePoint Services where the target list is located. For example, sharepoint01.contoso.com.
|
| -TargetSharePointSite |
-TargetSharePointSite <String>
|
URL or name of the SharePoint site where the target list is located. For example, http://sharepoint01.contoso.com/SiteName or SiteName
|
| -TransporterObject |
-TransporterObject <IAlienDataObject>
|
Application metadata object passed in from the Get-DominoApplication cmdlet.
|
Contenuti riprodotti su gentile concessione di Microsoft Corporation.
© 2007 Microsoft Corporation. All rights reserved.