Share via


Reset-SPProjectQueueSettings

すべての Project Server キュー設定を、特定の Project Server サービス アプリケーションの既定値にリセットします。

構文

Reset-SPProjectQueueSettings
     [-ServiceApplication <PsiServiceApplicationPipeBind>]
     [-AssignmentCollection <SPAssignmentCollection>]
     [<CommonParameters>]

説明

すべての Project Server キュー設定を、特定の Project Server サービス アプリケーションの既定値にリセットします。

Project Server のWindows PowerShellに関するアクセス許可と最新の情報については、(https://go.microsoft.com/fwlink/p/?LinkId=251833) のオンライン ドキュメントを参照してくださいhttps://go.microsoft.com/fwlink/p/?LinkId=251833

-------------------- 例 ---------------------

$sa = Get-SPServiceApplication | ?{$_.TypeName -eq 'Project Application Services'}
Reset-SPProjectQueueSettings -ServiceApplication $sa

次の使用例は、Project Server Service Application サービス アプリケーションのキュー設定をリセットします。

パラメーター

-AssignmentCollection

{{Fill AssignmentCollection Description}}

Type:SPAssignmentCollection
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False
Applies to:SharePoint Server Subscription Edition

-ServiceApplication

ターゲットにする Project Server サービス アプリケーションを指定します。

型は、12345678-90ab-cdef-1234-567890bcdefgh という形式の有効な GUID である必要があります。Project Server サービス アプリケーションの有効な名前 (ProjectServiceApp1 など)。または有効な PsiServiceApplication オブジェクトのインスタンス。

Type:PsiServiceApplicationPipeBind
Aliases:sa
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False
Applies to:SharePoint Server Subscription Edition