Get-SPContentDatabase
傳回一個或多個內容資料庫。
Syntax
Get-SPContentDatabase
[[-Identity] <SPContentDatabasePipeBind>]
[-AssignmentCollection <SPAssignmentCollection>]
[-NoStatusFilter]
[<CommonParameters>]
Get-SPContentDatabase
-Site <SPSitePipeBind>
[-AssignmentCollection <SPAssignmentCollection>]
[<CommonParameters>]
Get-SPContentDatabase
-WebApplication <SPWebApplicationPipeBind>
[-AssignmentCollection <SPAssignmentCollection>]
[-NoStatusFilter]
[<CommonParameters>]
Get-SPContentDatabase
-DaysSinceLastProfileSync <Int32>
[-NoStatusFilter]
[-AssignmentCollection <SPAssignmentCollection>]
[<CommonParameters>]
Get-SPContentDatabase
[-AssignmentCollection <SPAssignmentCollection>]
[-ConnectAsUnattachedDatabase]
[-DatabaseCredentials <PSCredential>]
-DatabaseName <String>
-DatabaseServer <String>
[<CommonParameters>]
Description
此 Cmdlet 包含一個以上的參數集。 您可能只使用一個參數集中的參數,但不可以結合不同參數集的參數。 如需如何使用參數集的詳細資訊,請參閱 Cmdlet 參數集。
Get-SPContentDatabase Cmdlet 會傳回指定的內容資料庫。
如需適用於 SharePoint 產品的 Windows PowerShell 權限及最新資訊,請參閱線上文件 SharePoint Server Cmdlet。
範例
----------------範例 1------------
Get-SPContentDatabase -WebApplication https://webAppUrl
此範例會傳回 sitename Web 應用程式使用的所有內容資料庫。
----------------範例 2------------
Get-SPContentDatabase -Site https://siteUrl
此範例會傳回包含網站集合的內容資料庫,位於 https://siteUrl.
----------------範例 3------------
PS C:\>Get-SPContentDatabase -DaysSinceLastProfileSync 7
此範例會傳回上次與使用者設定檔服務同步處理 7 天以上的所有內容資料庫。 不會傳回 7 天前上次與使用者設定檔服務同步處理的內容資料庫。
參數
-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 |
-ConnectAsUnattachedDatabase
指定只傳回伺服器陣列中未附加的資料庫。
Type: | SwitchParameter |
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 |
-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 |
-DatabaseName
指定伺服器陣列中資料庫的名稱。
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 |
-DatabaseServer
指定伺服器陣列中資料庫伺服器的名稱。
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 |
-DaysSinceLastProfileSync
指定自使用者設定檔服務上次同步處理內容資料庫以來的最小天數。
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Identity
指定要取得之特定內容資料庫。
此類型必須是格式為 12345678-90ab-cdef-1234-567890bcdefgh 的有效 GUID;有效的 SharePoint 內容資料庫名稱 (例如 SPContentDB1);或有效之 SPContentDatabase 物件的執行個體。
Type: | SPContentDatabasePipeBind |
Position: | 1 |
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 |
-NoStatusFilter
指定是否開啟狀態篩選。
有效值為 True 或 False 。 預設值為 False。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2016, SharePoint Server 2019 |
-Site
傳回指定網站集合的內容資料庫。
此類型必須是格式為 12345678-90ab-cdef-1234-567890bcdefgh 的有效 GUID;格式為 https://server_name 的有效 URL;或有效之 SPSite 物件的執行個體。
Type: | SPSitePipeBind |
Position: | Named |
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 |
-WebApplication
傳回指定之 Web 應用程式的內容資料庫。
此類型必須是格式為 12345678-90ab-cdef-1234-567890bcdefgh 的有效 GUID;有效的 SharePoint Web 應用程式名稱 (例如 MyOfficeApp1);或有效 SPWebApplication 物件的執行個體。
Type: | SPWebApplicationPipeBind |
Position: | Named |
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 |