-
Notifications
You must be signed in to change notification settings - Fork 84
Description
When installing SharePoint SE version, this command needs to run when running PSConfig
Update-SPFlightsConfigFile -FilePath "C:\Program Files\Common Files\microsoft shared\Web Server Extensions\16\CONFIG\SPFlightRawConfig.json"
Run the following SharePoint PowerShell cmdlets with their appropriate parameters to create or join a farm.
New-SPConfigurationDatabase to create a farm or Connect-SPConfigurationDatabase to join a farm.
Update-SPFlightsConfigFile -FilePath "C:\Program Files\Common Files\microsoft shared\Web Server Extensions\16\CONFIG\SPFlightRawConfig.json"
Install-SPHelpCollection -All
Initialize-SPResourceSecurity
Install-SPService
Install-SPFeature -AllExistingFeatures
New-SPCentralAdministration
Install-SPApplicationContent
Otherwise a whole bunch of strange issues may arise, including Worklow manager and OfficeOnline integration not working, due to OAuth token issues.