Update-SPInfoPathUserFileUrl
InfoPath フォーム テンプレート (.xsn ファイル) とユニバーサル データ接続 (.udcx ファイル) を更新します。
構文
Update-SPInfoPathUserFileUrl
[-ContentDatabase] <SPContentDatabasePipeBind>
-Find <Uri>
-Replace <Uri>
[-AssignmentCollection <SPAssignmentCollection>]
[-Confirm]
[-Scan]
[-WhatIf]
[<CommonParameters>]
Update-SPInfoPathUserFileUrl
[-Site] <SPSitePipeBind>
-Find <Uri>
-Replace <Uri>
[-AssignmentCollection <SPAssignmentCollection>]
[-Confirm]
[-Scan]
[-WhatIf]
[<CommonParameters>]
Update-SPInfoPathUserFileUrl
[-WebApplication] <SPWebApplicationPipeBind>
-Find <Uri>
-Replace <Uri>
[-AssignmentCollection <SPAssignmentCollection>]
[-Confirm]
[-Scan]
[-WhatIf]
[<CommonParameters>]
説明
このコマンドレットには、複数のパラメーター セットが含まれています。 使用できるのは、1 つのパラメーター セットのパラメーターだけであり、異なるパラメーター セットのパラメーターを組み合わせることはできません。 パラメーター セットの使用法に関する詳しい情報については、「コマンドレットのパラメーター セット」を参照してください。
コマンドレットは Update-SPInfoPathAdminFileUrl
、InfoPath フォーム テンプレート (.xsn ファイル) とユニバーサル データ接続 (.udcx ファイル) のデータ接続を更新します。
これにより、コンテンツを異なるファームの URL に移行するときに、現在のファームを参照している InfoPath データ接続を更新できます。
Windows PowerShell for SharePoint 製品のアクセス許可と最新情報については、「SharePoint Server コマンドレット」のオンライン ドキュメントをご覧ください。
例
------------------ 例 ------------------
Get-SPWebApplication http://contoso2010 | Update-SPInfoPathUserFileUrl -Find "http://contoso2007" -Replace "http://contoso2010"
この例では、Web アプリケーションのすべてのコンテンツについて、InfoPath フォーム テンプレートとユニバーサル データ接続ファイルのデータ接続を更新します http://contoso2010.
参照するデータ接続は、参照 http://contoso2007 するように更新されます http://contoso2010.
パラメーター
-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 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-Confirm
コマンドを実行する前に確認メッセージを表示します。
詳細については、次のコマンドを入力します。get-help about_commonparameters
Type: | SwitchParameter |
Aliases: | cf |
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 |
-ContentDatabase
更新を開始する親コンテンツ データベースを指定します。
この型は、12345678-90ab-cdef-1234-567890bcdefgh という形式の有効な GUID であるか、コンテンツ データベースの有効な名前 (SPContent DB1 など) であるか、有効な SPContentDatabase オブジェクト インスタンスであることが必要です。
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 |
-Find
検索する URL を指定します。
型は、フォーム内の有効な URL である必要があります http://previous_server_name.
Type: | Uri |
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 |
-Replace
検索する URL を指定します。
型は、フォーム内の有効な URL である必要があります http://server_name.
Type: | Uri |
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 |
-Scan
ツールを実行し、行われたアクションをログに記録します。 スキャンの結果、コンテンツが変更されることはありません。
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 |
-Site
更新を開始する親サイト コレクションを指定します。
この型は、12345678-90ab-cdef-1234-567890bcdefgh という形式の有効な GUID であるか、http://sites/example という形式の有効な URL であるか、有効な SPSite オブジェクト インスタンスであることが必要です。
Type: | SPSitePipeBind |
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 |
-WebApplication
更新を開始する親 SharePoint Web アプリケーションを指定します。
型は、フォーム http://server_nameの有効な URL である必要があります。有効な GUID は、12345678-90ab-cdef-1234-567890bcdefgh、SharePoint Web アプリケーションの有効な名前 (MyOfficeApp1 など)、または有効な SPWebApplication オブジェクトのインスタンスである必要があります。
Type: | SPWebApplicationPipeBind |
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 |
-WhatIf
コマンドを実行する代わりに、コマンドの実行結果を説明するメッセージを表示します。
詳細については、次のコマンドを入力します。get-help about_commonparameters
Type: | SwitchParameter |
Aliases: | wi |
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 |