Share via


Reset-SPProjectQueueSettings

Resets all Project Server Queue settings to their default values for a specific Project Server Service Application.

Syntax

Default (Default)

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

Description

Resets all Project Server Queue settings to their default values for a specific Project Server Service Application.

For permissions and the most current information about Windows PowerShell for Project Server, see the online documentation at https://go.microsoft.com/fwlink/p/?LinkId=251833 (https://go.microsoft.com/fwlink/p/?LinkId=251833).

Examples

EXAMPLE

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

This example resets the queue settings for a Project Server Service Application service application.

Parameters

-AssignmentCollection

Applicable: Project Server 2013, Project Server 2016, Project Server 2019

{{Fill AssignmentCollection Description}}

Parameter properties

Type:SPAssignmentCollection
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-ServiceApplication

Applicable: Project Server 2013, Project Server 2016, Project Server 2019

Specifies the Project Server service application to target.

The type must be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; a valid name for a Project Server service application (for example, ProjectServiceApp1); or an instance of a valid PsiServiceApplication object.

Parameter properties

Type:PsiServiceApplicationPipeBind
Default value:None
Supports wildcards:False
DontShow:False
Aliases:sa

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.