SharePoint 2016 opens project service OK
650) this.width=650; "title=" image "style=" border-top:0px; border-right:0px; Background-image:none; border-bottom:0px; padding-top:0px; padding-left:0px; border-left:0px; padding-right:0px "border=" 0 "alt=" image "src=" http://s3.51cto.com/wyfs02/M01/95/AC/ Wkiom1kyyubzs4yuaafq8utgjti749.png "" 653 "height=" 339 "/>
Entering project service cannot see the Add PWA button:
650) this.width=650; "title=" image "style=" border-top:0px; border-right:0px; Background-image:none; border-bottom:0px; padding-top:0px; padding-left:0px; border-left:0px; padding-right:0px "border=" 0 "alt=" image "src=" http://s3.51cto.com/wyfs02/M00/95/AC/ Wkiom1kyx26qnrvsaabzbsojaac620.png "" 664 "height=" 301 "/>
To create a project site collection with PowerShell, follow these steps
1. Enter license
Enable-projectserverlicense–key "23CB6-N4X8Q-WWD7M-6FHCW-9TPVP"
2. Create a site collection
New-spcontentdatabase-webapplication http://sp2016-1/sp2016_pwa_content
#先创建数据库, it is a good idea to separate the DB for PWA from the other site set, and the new DB is Sp2016_pwa_content
New-spsite-contentdatabase "WSS_Content" –template "pwa#0"-name "Project Service1"-url http://sp2016-1/sites/pwa1 -owneralias "Test\admin"
# URL HTTP://SP2016-1/SITES/PWA1 is the address of the new PWA site
# "Project Service1" is the name of your project service, and the name of the service is: Project Service1
3. Activation function
Enable-spfeature–identity "8581a8a7-cf16-4770-ac54-260265ddb0b2"-url "HTTP://SP2016-1/SITES/PWA1"
Enable-spfeature–identity "697c64b9-3dff-4981-9394-0a62632120ec"-url "HTTP://SP2016-1/SITES/PWA1"
Enable-spfeature–identity "1d253548-c70d-40fd-9930-9d313bedc359"-url "HTTP://SP2016-1/SITES/PWA1"
Enable-spfeature–identity "ad739f9e-1525-4dec-a25e-10821ca70c95"-url "HTTP://SP2016-1/SITES/PWA1"
650) this.width=650; "title=" image "style=" border-top:0px; border-right:0px; Background-image:none; border-bottom:0px; padding-top:0px; padding-left:0px; border-left:0px; padding-right:0px "border=" 0 "alt=" image "src=" http://s3.51cto.com/wyfs02/M01/95/AC/ Wkiom1kyx0gtk7ccaafrnre-oyo083.png "" 755 "height=" 460 "/>
SharePoint 2016 opens the project PWA site