Skip to content

SharePoint SE Installation Fails within W2022 Server Core #79

@vherrlein

Description

@vherrlein

Dear,

  1. May be because of SE setup.exe now another additional argument must be added "/IAcceptTheLicenseTerms".
    Otherwise the script raise an exception saying the setup installer requiers a reboot.

    Start-Process "$env:SPbits\setup.exe" -ArgumentList "/config `"$configFile`"" -WindowStyle Minimized

  2. Because of the way how the server core is working, we cannot create shortcut , the conditional statement at the following line should also check if the current machine is a server core:

    if ($spYear -le 2019) # Note, this check works even if the $spYear is "SE".

Note: How to retrieve the server product info with the server level : Determining Whether Server Core Is Running

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions