New-SPPerformancePointServiceApplicationTrustedLocation
PerformancePoint Services アプリケーションの新しい信頼できる場所を作成します。
構文
New-SPPerformancePointServiceApplicationTrustedLocation
-ServiceApplication <SPPerformancePointMonitoringServiceApplicationPipeBind>
-TrustedLocationType <TrustedFileType>
-Type <RepositoryLocationType>
-Url <String>
[-AssignmentCollection <SPAssignmentCollection>]
[-Confirm]
[-Description <String>]
[-WhatIf]
[<CommonParameters>]
説明
コマンドレットは New-SPPerformancePointServiceApplicationTrustedLocation
、PerformancePoint Service アプリケーションの新しい信頼できる場所を作成します。
新しい信頼できる場所は Content または Data Source のいずれかで、PerformancePoint Services アプリケーションで有効にしたときにのみ適用されます。
Windows PowerShell for SharePoint 製品のアクセス許可と最新情報については、「SharePoint Server コマンドレット」のオンライン ドキュメントをご覧ください。
例
------------------ 例 ---------------------
New-SPPerformancePointServiceApplicationTrustedLocation -ServiceApplication PPSApp_01 -url "https://Some_Valid_Site_URL" -Type Site -TrustedLocationType Content
この例では、PPSApp_01 サービス アプリケーションの新しい TrustedLocation を作成します。 これにより、種類が Site の Content である信頼できる場所が、指定した URL に作成されます。
パラメーター
-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 |
-Description
新しい安全なデータ プロバイダーの説明を指定します。
この型は、4,096 文字までの有効な文字列であることが必要です。
Type: | String |
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 |
-ServiceApplication
新しい信頼できる場所を追加する PerformancePoint Services アプリケーションを指定します。
この型は、12345678-90ab-cdef-1234-567890bcdefgh という形式の有効な GUID であるか、PerformancePoint Services アプリケーションの有効な名前 (PerfPointApp1 など) であるか、有効な SPPerformancePointMonitoringServiceApplication オブジェクト インスタンスであることが必要です。
Type: | SPPerformancePointMonitoringServiceApplicationPipeBind |
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 |
-TrustedLocationType
作成する信頼できる場所の種類を指定します。 TrustedLocationType を指定しない場合は、指定した PerformancePoint Services アプリケーションのすべての信頼できる場所が作成されます。
この型は、Content または Data Source のいずれかの値であることが必要です。
Type: | TrustedFileType |
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 |
-Type
信頼できる場所の種類を指定します。
この型は、Site Collection、Site、Document Library、List のいずれかの値であることが必要です。
Type: | RepositoryLocationType |
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 |
-Url
信頼できる場所のサイト、サイト コレクション、サイト、ドキュメント ライブラリ、またはリストの URL を指定します。 型は、 形式 https://server_nameの有効な URL である必要があります。または https://server_name/sitecollection/site/list.
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 |
-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 |