Move-SPDeletedSite
1 つのコンテンツ データベースから別のコンテンツ データベースに削除されたサイト コレクションを移動します。
構文
Move-SPDeletedSite
[-Identity] <SPDeletedSitePipeBind>
-DestinationDatabase <SPContentDatabasePipeBind>
[-AssignmentCollection <SPAssignmentCollection>]
[-Confirm]
[-ContentDatabase <SPContentDatabasePipeBind>]
[-RbsProviderMapping <Hashtable>]
[-WebApplication <SPWebApplicationPipeBind>]
[-WhatIf]
[<CommonParameters>]
説明
指定したサイト コレクションのデータを、現在のコンテンツ データベースから DestinationDatabase パラメーターで指定したコンテンツ データベースに移動するには、Move-SPDeletedSite コマンドレットを使用します。
Windows PowerShell for SharePoint 製品のアクセス許可と最新情報については、「SharePoint Server コマンドレット」のオンライン ドキュメントをご覧ください。
例
---------- 例 ----------
Move-SPDeletedSite -Identity 610857cb-8414-4a89-8bf3-ad3628f6c86c -DestinationDatabase "ContentDB2"
この例では、削除されたサイト コレクションを、指定した GUID から "ContentDB2" という名前のデータベースに移動します。
パラメーター
-AssignmentCollection
適切な破棄を行うためにオブジェクトを管理します。 SPWeb や SPSite などのオブジェクトの使用によって大量のメモリが使用される場合があるので、Windows PowerShell スクリプトでこれらのオブジェクトを使用するには適切なメモリ管理が必要です。 メモリの解放が必要になった場合は、SPAssignment オブジェクトを使用して、変数へのオブジェクトの割り当てとオブジェクトの破棄を行うことができます。 割り当てコレクションまたは Global パラメーターが使用されていない場合、SPWeb、SPSite、または SPSiteAdministration オブジェクトが使用されていると、オブジェクトは自動的に破棄されます。
Global パラメーターが使用されている場合は、オブジェクトはすべてグローバル ストアに格納されます。 Stop-SPAssignment コマンドを使用してオブジェクトの使用または破棄を直接行わないと、メモリ不足のシナリオになる場合があります。
Type: | SPAssignmentCollection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-Confirm
コマンドを実行する前に確認メッセージを表示します。
詳細については、次のコマンドを入力します。get-help about_commonparameters
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-ContentDatabase
サイト コレクション データの保存場所となる SQL Server コンテンツ データベースを指定します。 コンテンツ データベースを指定しない場合は、未使用サイト コレクション容量が最大で、データベースの状態が準備完了であるコンテンツ データベースが使用されます。
Type: | SPContentDatabasePipeBind |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-DestinationDatabase
サイト コレクションを移動するコンテンツ データベースを指定します。 たとえば、ContentDB2 です。
Type: | SPContentDatabasePipeBind |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-Identity
移動するサイト コレクションの ID を指定します。 たとえば、https://servername/sites/sitename. のように指定します。
Type: | SPDeletedSitePipeBind |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-RbsProviderMapping
基盤となるバイナリ ラージ オブジェクト (BLOB) コンテンツを移動せずに、リモート BLOB ストレージ (RBS) 対応のサイト コレクションを RBS 対応のコンテンツ データベース間で移動する場合に使用します。 コンテンツ データベースに関連付けられている RBS プロバイダーが複数ある場合は、すべてのプロバイダーを指定する必要があります。 ターゲットのコンテンツ データベースとソースのコンテンツ データベースで同じプロバイダーが有効である必要があります。
Type: | Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-WebApplication
サイトのリストを作成する URL、GUID、または Web アプリケーションの名前を指定します。
この型は、http://<サーバー名> という形式の有効な URL、有効な GUID (12345678-90ab-cdef-1234-567890bcdefgh など)、Web アプリケーションの名前 (WebApplication1212 など) のいずれかである必要があります。
Type: | SPWebApplicationPipeBind |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-WhatIf
コマンドを実行する代わりに、コマンドの実行結果を説明するメッセージを表示します。
詳細については、次のコマンドを入力します。get-help about_commonparameters
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |