Nov 16
SharePoint 2016 begins on Windows Server 2016 Standard “Core”

 

image

 

 

There was an error during installation.

image

 

Reviewing the error log revels that PowerShell had a problem running a command….

XPS Viewer, Web Management Console (Both are GUI things.. this is on core remember) and the Windows Identify Foundation (eep.. this is going to cause problems) are not available in Windows Server 2016 as expected for SharePoint 2016.

 

image

 

OK, So lets try this scripted with a console!

To install the pre-requisites, launch powershell and type/copy/paste the below

Add-WindowsFeature NET-HTTP-Activation,NET-Non-HTTP-Activ,NET-WCF-Pipe-Activation45,NET-WCF-HTTP-Activation45,Web-Server,Web-WebServer,Web-Common-Http,Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-App-Dev,Web-Asp-Net,Web-Asp-Net45,Web-Net-Ext,Web-Net-Ext45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Health,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor,Web-Http-Tracing,Web-Security,Web-Basic-Auth,Web-Windows-Auth,Web-Filtering,Web-Digest-Auth,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Mgmt-Tools,Web-Mgmt-Compat,Web-Metabase,WAS,WAS-Process-Model,WAS-NET-Environment,WAS-Config-APIs,Web-Lgcy-Scripting -verbose

After a little tweaking….

image

OK, well that takes care of that, lets try it again

image

Nope

image

 

And just for giggles… setup (notice the top one now… Identify Extensions)

image

 

More work is needed! Stay Tuned

Comments

There are no comments for this post.