Install sharepoint server subscription edition
What is SharePoint Server Subscription Edition?
SharePoint Server Subscription Edition (or SharePoint Server SE) is the newest version of SharePoint Server. It comes with a lot of new and improved features compared to SharePoint Server 2019.
What is SharePoint on-premise and Office 365?
SharePoint on-premise means that SharePoint will be installed on a server inside your company.
SharePoint Online in Office 365 is the cloud-based version of SharePoint maintained by Microsoft.
How do I do a SharePoint Server Subscription Edition standalone installation?
I'm doing a step by step SharePoint Server Subscription Edition standalone installation using the following scenario:
It's a
- SharePoint Server Subscription Edition single-server installation, including
- basic installation accounts,
- SQL Server 2019 and Windows Server 2022.
PowerShell automation is not shown but part of the E-Book.
Can I install SharePoint on Windows 10?
No, you can't install SharePoint directly on Windows 10. However, you can use virtualization software like Hyper-V, VMware or Virtual Box.
SharePoint can only be installed on one of the Windows Server listed under software requirements.
Where do I download SharePoint Server Subscription Edition?
You can download SharePoint Server Subscription Edition from Microsoft:
SharePoint Server Subscription Edition
During installation you can use the following trial product key:
- Enterprise: VW2FM-FN9FT-H22J4-WV9GT-H8VKF
- Standard: KGN4V-82BMC-H383V-QJVFT-VCHJ7
Note: You must use an Enterprise product key for SharePoint to enable Project Server.
Where can I download Language Packs?
You can download SharePoint Server Subscription Edition Language Packs from Microsoft:
SharePoint Server Subscription Edition Language Pack
Note: Changing the language on the download page changes the language of the language pack to the selected language.
Language packs or not part of your SharePoint requirements. They are additional installations.
You don't need to install a language pack for English if you install the English version of SharePoint Server Subscription Edition.
How do I setup and configure SharePoint Server Subscription Edition?
Before you can setup and configure SharePoint Server Subscription Edition you must meet a lot of requirements.
What are SharePoint Server Subscription Edition Hardware and Software Requirements?
Please make sure you meet all SharePoint Server Subscription Edition hardware and software requirements.
SharePoint has specific hardware, software, domain and account requirements before you can successfully install it. You need to meet them before you can start your installation to minimize waiting time and mistakes.
Please make sure if you require specific SharePoint Server Subscription Edition Cumulative or Public Updates.
Which Administrative and Service Accounts do I need?
Basic Installation Accounts
You need to create at least the following domain accounts in Active Directory to successfully install SharePoint:
This table shows the basic installation accounts used for a SharePoint Server Subscription Edition installation.| Required Account | Example |
|---|---|
| SQL Server Service Account | sqlSvcAcc |
| SharePoint Farm Administrator | spAdmin |
| SharePoint Farm Account | spFarmAcc |
Service Accounts
Service accounts aren't needed for a successful SharePoint Server Subscription Edition installation.
Assign Permission
The SharePoint Server Subscription Edition Farm Administrator is the only account where you need to assign permission manually.
SQL Server Service Account
- Permission are assigned automatically during installation of the database server.
- This should be a domain account and is used to run the database server.
SharePoint Farm Administrator
- You need to manually assign permissions.
- The Farm Administrator is used to install Sand configure harePoint Server Subscription Edition.
- The SharePoint Server Subscription Edition Farm Administrator has to be a member of the administrators group on every server SharePoint should be installed.
This account also needs the securityadmin and dbcreator role:
- "If you run Windows PowerShell cmdlets that affect a database, this account must be a member of the db_owner fixed database role for the database." [1]
- If I create a development environment I also assign the sysadmin role during setup so I have only one account I need to administrate different servers.
SharePoint Server Subscription Edition Farm Account
Permissions are automatically assigned by the SharePoint Server Subscription Edition Farm Administrator so you don’t have to do it.
The farm account is used for the following things [1]:
- Configure and manage the server farm.
- Act as the application pool identity for the SharePoint Central Administration website.
- Run the Microsoft SharePoint Foundation Workflow Timer Service.
How to do a SharePoint Server Subscription Edition installation step by step?
Please use these 4 steps to successfully install SharePoint:
Step 1) Install SQL Server for SharePoint Server Subscription Edition
The following steps apply if you don't have a working database instance yet. If you have a working database instance you can skip to the step below: "SQL Server 2019 configuration".
Note: You can't use SQL Server Express.
Select a new stand-alone installation:
Install product updates, wait until setup files have been installed and run the install rules:
Keep the default instance.
Make sure that you have at least SQL Server 2019 CU 5 installed.
Download and install SQL Server Management Studio:
Open SQL Server Management Studio and give the following permissions.
Assign the dbcreator and securityadmin server role to the SharePoint Server Subscription Edition Farm Administrator which is in my case spAdmin.
Tips
Please also make sure you respect the following best practices by Microsoft:
- Set the max server memory to be less than the amount of the installed RAM.
- Do not enable auto-create statistics on SharePoint content databases.
- Do not manually restrict database size.
- Keep max degree of parallelism (MAXDOP) to 1 for instances that host SharePoint databases.
Step 2) Install SharePoint Server Subscription Edition prerequisites offline
If your server where you want to install SharePoint can't connect to the internet you need to download the following prerequisites for offline use:
Microsoft .NET Framework 4.8
Visual C++ Redistributable Package for Visual Studio 2015-2019
Otherwise just run the installer on every Windows Server where you want to install SharePoint as described below:
Run the SharePoint Server Subscription Edition Prerequisites Installer to enable required Windows Server 2022 role services and features.
The prerequisites installer installs and configures all SharePoint Server Subscription Edition requirements but it doesn't show you in detail what it does.
Step 3) Install SharePoint Server Subscription Edition on Windows Server 2019 / 2022
SharePoint Server Subscription Edition also comes with the MinRole feature (SharePoint MinRole Explained) which configures a server for a specific role in a SharePoint topology like a Web Server or Application Server.
Start the installation of SharePoint Server Server Subscription Edition and use one of the following trial product keys:
- Enterprise: VW2FM-FN9FT-H22J4-WV9GT-H8VKF
(Required to enable Project Server) - Standard: KGN4V-82BMC-H383V-QJVFT-VCHJ7
The keys are valid for 180 days and you can change to a licensed version anytime during the trial or after the trial has expired using the SharePoint Central Administration website.
Enter the product key and keep the file location.
Next install all language packs you need.
Finish by running the SharePoint Products Configuration Wizard.
SharePoint Server Subscription Edition Configuration Wizard
Create a new server farm and enter your SQL Server [SERVERNAME] and specify the SharePoint Server Subscription Edition Farm Account.
I installed SQL Server and SharePoint Server Subscription Edition in the same machine so I used localhost as the server name.
Select create new server farm.
Specify a new passphrase to secure farm settings:
Once you see the SharePoint Server Subscription Edition Central Administration you're done with the installation:
You can manage most of the SharePoint settings using SharePoint Central Administration.
Comments
Post a Comment