In this article, we will discuss the Permission Modes in Project Server 2016 by answering the below questions,

What are the types of Permission Mode in Project Server?

Project Server 2016 has two security modes for controlling the user's access to sites and projects

  1. SharePoint Permission Mode (Default).
  2. Project Permission Mode.
Note

Each PWA Instance can use a different Permission Mode.

What are the Global permission and Category permission?

Project Server 2016 users have two different types of permissions,

Note
  • The Project Server 2016 environment must be in Project Permission Mode in order for you to view global permissions and other security settings.
  • In SharePoint Permission Mode, SharePoint groups have the same global and category permissions that are assigned to them in Project Server permission mode.
What’s the difference between Project Permission Mode and SharePoint Permission Mode?

SharePoint Permission Mode

It is a special set of SharePoint security groups that used to provide users different levels of access to Projects, Project Sites and Project Server functionality.

In SharePoint Permission Mode,


Project Permission Mode

It enables you to set permissions of users to Project Server objects by managing users, groups, and categories.

InProject Permission Mode,

Note

In Project Permission Mode, it's heavily recommended that you:

How to switch between Permission Modes In Project Server On-Premises?

In Project Server 2016, the permission mode can be changed for a given instance of Project Web App by using the Set-SPProjectPermissionMode cmdlet.

To switch from SharePoint Permission Mode to Project Permission Mode,

  1. Set-SPPRojectPermissionMode -Url 'PWA URL' -AdministratorAccount 'domain\adminaccount' -Mode ProjectServer

To make sure that permission mode is switched successfully, go to PWA Setting, the Security Section should be now shown.


To switch from Project Permission Mode to SharePoint Permission Mode,

  1. Set-SPPRojectPermissionMode -Url 'PWA URL' -AdministratorAccount 'domain\adminaccount' -Mode SharePoint

How to switch between Permission Modes In Project Online?

What’s the effect of switching to specific Permission Mode?

Before you decide to switch from one Permission Mode to another, you should be aware of all the current activated Permission Mode configurations settings will be deleted and can't be restored.

Conclusion

In this article, we have explained the Permission Modes in Project Server 2016.

Reference

See Also