SPFlightsInfo
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.