Set-SPRemoteShareBlobStore
設定指定的遠端共用 BLOB 存放區。
Syntax
Set-SPRemoteShareBlobStore
-RemoteShareBlobStore <SPRemoteShareBlobStorePipeBind>
[-Location <String>]
[-BlobStoreCredential <PSCredential>]
[-PoolCapacity <Int32>]
[-AssignmentCollection <SPAssignmentCollection>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
'Set-SPRemoteShareBlobStore' Cmdlet 會變更重新註冊遠端共用 BLOB 存放區的設定。
範例
-------------範例 1-------------
Set-SPRemoteShareBlobStore -RemoteShareBlobStore "RemoteStore" -Location "\\storage_name\blobstore\"
本範例會將遠端共用 BLOB 存放區 「RemoteStore」 的位置設定為 「\\storage_name\blobstore」
-------------範例 2-------------
Set-SPRemoteShareBlobStore -RemoteShareBlobStore "RemoteStore" -BlobStoreCredential (Get-Credential)
此範例會提示使用者提供指定遠端共用 BLOB 存放區 「RemoteStore」 的 BLOB 存放區認證。
參數
-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 Subscription Edition |
-BlobStoreCredential
指定用來連線到 BLOB 存放區的認證。
Type: | PSCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-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 Subscription Edition |
-Location
指定此 BLOB 存放區將使用的 SMB 儲存體路徑。 您必須使用通用命名慣例 (UNC) 共用路徑。 例如:\\storage_name\blobstore。
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-PoolCapacity
每個 BLOB 集區中的 BLOB 主幹數目。
如果未指定此參數,則不會變更目前的值。
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-RemoteShareBlobStore
指定要取消註冊之遠端共用 BLOB 存放區的身分識別。
它可以是遠端共用 BLOB 存放區物件或遠端共用 BLOB 存放區名稱。
Type: | SPRemoteShareBlobStorePipeBind |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-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 Subscription Edition |