Reset-SPSites
同步處理內容資料庫與伺服器陣列的組態資料庫。
Syntax
Reset-SPSites
[-Identity] <SPContentDatabasePipeBind>
[-AssignmentCollection <SPAssignmentCollection>]
[-Confirm]
[-WhatIf]
[<CommonParameters>]
Description
Reset-SPSites Cmdlet 會針對內容資料庫中實際存在的網站集合,將內容資料庫與伺服器陣列的組態資料庫進行同步處理。
它也會確保內容資料庫中的所有網站集合都已在設定資料庫中註冊,而且如果內容資料庫中沒有網站集合,則會移除設定資料庫中的任何網站集合參考。
如需 SharePoint 產品Windows PowerShell的許可權和最新資訊,請參閱 SharePoint Server 2016 Windows PowerShell線上檔,SharePoint Server 2019參考 (https://go.microsoft.com/fwlink/p/?LinkId=671715) 。
範例
----------------------範例-----------------------
$contentdb = Get-SPContentDatabase ContentDbName
Reset-SPSites -Identity $contentDb
同步處理內容資料庫中名為 ContentDbName 的網站與設定資料庫。
參數
-AssignmentCollection
管理物件以適當處置它們。 使用 SPWeb 或 SPSite 等物件可能會耗用大量的記憶體,因此在 Windows PowerShell 指令碼中使用這些物件時,必須適當地管理記憶體。 您可以使用 SPAssignment 物件將物件指派給變數,並在不需要時處置這些物件,以釋放記憶體。 使用 SPWeb、SPSite 或 SPSiteAdministration 物件時,若未使用指派集合或 Global 參數,將會自動處置這些物件。
使用 Global 參數時,所有物件會包含在全域儲存區內。
如果不立即使用物件,或使用 Stop-SPAssignment
命令加以捨棄,則可能會有記憶體不足的狀況發生。
Type: | SPAssignmentCollection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2016, SharePoint Server 2019 |
-Confirm
執行 Cmdlet 之前提示您確認。
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2016, SharePoint Server 2019 |
-Identity
指定特定的內容資料庫。 這可以是內容資料庫的識別碼或名稱,或內容資料庫的有效實例。
Type: | SPContentDatabasePipeBind |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2016, SharePoint Server 2019 |
-WhatIf
顯示執行 Cmdlet 時會發生什麼情況。 未執行 Cmdlet。
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2016, SharePoint Server 2019 |
輸入
Microsoft.SharePoint.PowerShell.SPContentDatabasePipeBind
Microsoft.SharePoint.PowerShell.SPAssignmentCollection
輸出
System.Object