Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Reset-SPProjectPCSSettings.md
Updated example.
  • Loading branch information
Trevor Seward authored Mar 11, 2018
commit 77b57c4d52017dcaeb0c954b5f2faefb8736d078
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ For permissions and the most current information about Windows PowerShell for Pr

### ----------------------EXAMPLE-----------------------
```
C:\PS>Reset-SPProjectPCSSettings -sa "Project Service Application"
PS C:\>$sa = Get-SPServiceApplication | ?{$_.TypeName -eq 'Project Application Services'}
PS C:\>Reset-SPProjectPCSSettings -ServiceApplication $sa
```

This cmdlet resets the settings for the Project Calculation Engine that is running on the "Project Service Application" service application.
This cmdlet resets the settings for the Project Calculation Engine that is running on a Project Server Service Application.


## PARAMETERS
Expand Down