Test-SPContentDatabase
測試內容資料庫。
Syntax
Test-SPContentDatabase
[-Identity] <SPContentDatabasePipeBind>
[-AssignmentCollection <SPAssignmentCollection>]
[-DatabaseCredentials <PSCredential>]
[-ExtendedCheck]
[-ServerInstance <SPDatabaseServiceInstancePipeBind>]
[-ShowLocation]
[-ShowRowCounts]
[<CommonParameters>]
Test-SPContentDatabase
-Name <String>
-WebApplication <SPWebApplicationPipeBind>
[-AssignmentCollection <SPAssignmentCollection>]
[-DatabaseCredentials <PSCredential>]
[-ExtendedCheck]
[-ServerInstance <SPDatabaseServiceInstancePipeBind>]
[-ShowLocation]
[-ShowRowCounts]
[<CommonParameters>]
Description
此 Cmdlet 包含一個以上的參數集。 您可能只使用一個參數集中的參數,但不可以結合不同參數集的參數。 如需如何使用參數集的詳細資訊,請參閱 Cmdlet 參數集。
使用 Cmdlet Test-SPContentDatabase
對 Web 應用程式測試內容資料庫,以確認內容資料庫內參考的所有自訂專案也都已安裝在 Web 應用程式中。
此 Cmdlet 可以針對目前附加至伺服器陣列的內容資料庫,或未連線至伺服器陣列的內容資料庫發出。
它可用來測試 SharePoint 2010 產品及 SharePoint 產品和技術的內容資料庫。
Cmdlet Test-SPContentDatabase
不會變更內容資料庫的任何資料或結構,但可能會在檢查進行時造成資料庫負載,這可能會暫時封鎖內容資料庫的使用。
此 Cmdlet 只能用於目前使用量過低或沒有使用量的內容資料庫。
如需適用於 SharePoint 產品的 Windows PowerShell 權限及最新資訊,請參閱線上文件 SharePoint Server Cmdlet。
範例
----------------------------範例 1-----------------------
Test-SPContentDatabase -name WSS_Content_DB -webapplication https://sitename
此範例會針對 sitename Web 應用程式測試WSS_Content_DB內容資料庫,並傳回問題清單。
----------------------------範例 2-----------------------
$DB = Get-SPContentDatabase -site https://contoso.com
Test-SPContentDatabase $DB -showrowcounts
此範例會取得包含 網站集合 https://contoso.com 的內容資料庫,然後針對裝載該資料庫的 Web 應用程式測試資料庫,以判斷問題。 指定 ShowRowCounts 參數,即會在顯示問題清單時,也傳回內容資料庫的資料表大小標準。
參數
-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 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-DatabaseCredentials
指定包含要用於資料庫 SQL Server 驗證之使用者名稱及密碼的 PSCredential 物件。
此類型必須為有效的 PSCredential 物件。
Type: | PSCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-ExtendedCheck
檢查資料庫附加升級程序期間不一致的驗證模式。
在兩個版本中,所選取的模式 (宣告或傳統) 必須相同。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-Identity
指定現有連線的 SharePoint 內容資料庫,如果是唯一的,則為 GUID 或資料庫名稱形式的兩個參數集之一。
Type: | SPContentDatabasePipeBind |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-Name
指定要測試的現有內容資料庫。
此類型必須是有效的 SharePoint 內容資料庫名稱,例如 SPContentDB1。
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-ServerInstance
指定測試指定之內容資料庫所要使用的資料庫服務執行個體。
此類型必須是有效的 GUID,例如 12345678-90ab-cdef-1234-567890bcdefgh、有效的 SQL Server 執行個體名稱 (例如 DBSvrInstance1),或有效的 SPDatabaseServiceInstance 物件執行個體。
Type: | SPDatabaseServiceInstancePipeBind |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-ShowLocation
指定在資料庫中使用之遺失範本及功能的位置。 通常所報告的位置會在指定內容資料庫中的網站集合範圍內。
參數的使用會大幅增加完成測試程式的時間。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-ShowRowCounts
傳回資料庫統計資料,亦即內容資料庫中資料表的資料列計數。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-WebApplication
指定測試內容資料庫所要使用的 SharePoint Web 應用程式。
此類型必須是格式為 12345678-90ab-cdef-1234-567890bcdefgh 的有效 GUID、有效的 SharePoint Web 應用程式名稱 (例如 MyOfficeApp1),或有效的 SPWebApplication 物件執行個體。
Type: | SPWebApplicationPipeBind |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |