AutoSPInstaller icon indicating copy to clipboard operation
AutoSPInstaller copied to clipboard

SPFlightsInfo

Open Rob3r70 opened this issue 11 months ago • 0 comments

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

https://learn.microsoft.com/en-us/sharepoint/install/installing-sharepoint-server-subscription-edition-on-windows-server-core

Otherwise a whole bunch of strange issues may arise, including Worklow manager and OfficeOnline integration not working, due to OAuth token issues.

Rob3r70 avatar Feb 24 '25 10:02 Rob3r70