Copy-SPAccessServicesDatabaseCredentials
このコマンドレットは、あるサーバーから別のサーバーに Access Services データベースの資格情報をコピーします。
構文
Copy-SPAccessServicesDatabaseCredentials
[-AppUrl] <String>
[-AssignmentCollection <SPAssignmentCollection>]
-ServerCredential <NetworkCredential>
-ServiceContext <SPServiceContextPipeBind>
-SourceServer <String>
-TargetServer <String>
[<CommonParameters>]
説明
このコマンドレットは、あるサーバーから別のサーバーに Access Services データベースの資格情報をコピーします。
例
例 1
Copy-SPAccessServicesDatabaseCredentials -AppUrl https://app-11fb86bdec407b.apps.contoso.com/sites/team/MyDatabase -ServerCredential (Get-Credential) -ServiceContext https://team.contoso.com -SourceServer SQL01 -TargetServer SQL02
Access Services データベース "MyDatabase" のデータベース資格情報を SQL01 から SQL02 にコピーします。
パラメーター
-AppUrl
Access アプリの URL。 この URL は、SharePoint サイトで開くときの Access アプリの URL です。
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-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 2013, SharePoint Server 2016, SharePoint Server 2019 |
-ServerCredential
ソース サーバーへの接続に使用される資格情報。
Type: | NetworkCredential |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-ServiceContext
領域を表示する必要があるサービス コンテキストを指定します。 たとえば、SharePoint サイトの URL などです。
Type: | SPServiceContextPipeBind |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-SourceServer
ソース SQL Server名。
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-TargetServer
宛先SQL Server名前。
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
入力
Microsoft.SharePoint.PowerShell.SPServiceContextPipeBind
Microsoft.SharePoint.PowerShell.SPAssignmentCollection
出力
System.Object