Get-SPRemoteShareBlobStore
このコマンドレットには、複数のパラメーター セットが含まれています。 使用できるのは、1 つのパラメーター セットのパラメーターだけであり、異なるパラメーター セットのパラメーターを組み合わせることはできません。
指定された条件に一致するすべてのリモート共有 BLOB ストアを返します。
構文
Get-SPRemoteShareBlobStore
[-RemoteShareBlobStore <SPRemoteShareBlobStorePipeBind>]
[-AssignmentCollection <SPAssignmentCollection>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Get-SPRemoteShareBlobStore
-ContentDatabase <SPContentDatabasePipeBind>
[-Name <String>]
[-AssignmentCollection <SPAssignmentCollection>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
説明
'Get-SPRemoteShareBlobStore' コマンドレットは、指定された条件に一致するすべてのリモート共有 BLOB ストアを返します。 このコマンドレットは、特定の BLOB ストア、または特定のコンテンツ データベースのすべての BLOB ストア、または SharePoint ファーム内のすべての BLOB ストアを取得するのに役立ちます。
例
------------- 例 1 -------------
Get-SPRemoteShareBlobStore
SharePoint ファーム内のすべてのリモート共有 BLOB ストアを取得します。
------------- 例 2 -------------
Get-SPRemoteShareBlobStore -RemoteShareBlobStore "RemoteBlobStore"
"RemoteBlobStore" という名前のリモート共有 BLOB ストアを取得します。
-------------EXAMPLE 3-------------
Get-SPRemoteShareBlobStore -ContentDatabase "WSS_Content"
コンテンツ データベース "WSS_Content" に登録されているすべてのリモート共有 BLOB ストアを取得します。
パラメーター
-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 Subscription Edition |
-Confirm
コマンドレットを実行する前に確認メッセージを表示します。
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 |
-ContentDatabase
リモート共有 BLOB ストアを取得するコンテンツ データベースを指定します。
Type: | SPContentDatabasePipeBind |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-Name
リモート共有 BLOB ストアを取得するリモート共有 BLOB ストア名を指定します。
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-RemoteShareBlobStore
リモート共有 BLOB ストアの ID を指定します。
リモート共有 BLOB ストア オブジェクトまたはリモート共有 BLOB ストア名を指定できます。
Type: | SPRemoteShareBlobStorePipeBind |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-WhatIf
コマンドレットが実行されるとどうなるかを示します。 コマンドレットは実行されません。
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 |