Add-SharePointApplication
Use the Add-SharePointApplication cmdlet to create a SharePoint list in Microsoft Windows SharePoint Services where data can be migrated to at a later time.
Descrizione
The Add-SharePointApplication cmdlet creates a SharePoint list to which data can be migrated. This cmdlet requires information to be passed to it via a shell variable or other piped command.To run the Add-SharePointApplication 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 to, such as "Shared Documents."
|
| -ExcludeAcls |
-ExcludeAcls
|
Prevents access control lists (ACLs) from migrating.
|
| -MaxThreadCount |
-MaxThreadCount <UInt32>
|
Maximum number of threads allocated to this task.
|
| -Quiet |
-Quiet
|
Suppresses feedback during task actions.
|
| -SharePointMapFile |
-SharePointMapFile <String>
|
Not supported.
|
| -TargetCredential |
-TargetCredential <PSCredential>
|
Active Directory directory service account used to write the migrated information to the SharePoint site.
|
| -TargetMapping |
-TargetMapping <String>
|
Identify the type of SharePoint 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 where the target SharePoint 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.