Activating SharePoint Server 2019 Standard
Activating SharePoint Server 2019 Standard is required after installing the product or after changing the product key in the farm. Properly performed activation confirms the legality of the license and unlocks the full functionality compatible with the purchased edition. Below are all the most commonly used methods: through the graphical interface, command line, PowerShell, and phone activation.
Before You Begin
Before activation, prepare:
- the correct product key for SharePoint Server 2019 Standard,
- an account with server and farm administrator privileges,
- a stable internet connection if you plan to activate online,
- access to PowerShell running as an administrator.
Important: in a SharePoint environment, changing the product key affects farm configuration, so it is recommended to perform the operation in a planned service window.
Method 1: Activation and Key Change in PowerShell
In SharePoint Server 2019, the most important and recommended method for setting the product key is to use the PowerShell command:
Set-SPFarmConfig -ProductKey XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
Replace the string XXXXX-XXXXX-XXXXX-XXXXX-XXXXX with your correct product key.
Steps
- Open SharePoint Management Shell as an administrator.
- Enter the command:
Set-SPFarmConfig -ProductKey XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
- Confirm with the
Enterkey. - Wait for the operation to complete.
- If the environment requires it, restart the relevant SharePoint services or server.
This method is most commonly used after deploying the farm and when switching between licensing channels.
Method 2: Activation via GUI
In some environments, activation can be performed from the Windows administrative interface or wizards related to the server package. If the server has components that support graphical activation, follow these steps:
- Log in to the server with an administrative account.
- Open the configuration tool or product information window.
- Select the Change Product Key or Activate Product option.
- Enter the key for SharePoint Server 2019 Standard.
- Confirm the changes and complete the wizard.
- If a message appears about the need to restart services, do so.
If the graphical interface does not provide a field to change the key for SharePoint, use the PowerShell method, as it is the administrative standard for this product.
Method 3: Activation from CMD
In some scenarios, administrators use the classic command line to run system tools or helper scripts. SharePoint 2019 is not usually activated directly by a single native slmgr command like Windows, but CMD can still be used to run PowerShell with the appropriate command.
Run Command Prompt as an administrator and type:
powershell -Command "Set-SPFarmConfig -ProductKey 'XXXXX-XXXXX-XXXXX-XXXXX-XXXXX'"
After executing the command, the system will pass the operation to PowerShell and save the new product key in the farm configuration.
This method is useful when:
- you work remotely through the console,
- you automate deployment,
- you run a script from a
.cmdor.batfile.
For assistance, please contact [email protected] or call phone 00 800 121 1654.
Method 4: Telephone Activation
If online activation fails, you can use Microsoft's telephone activation.
Contact number:
00 800 121 1654
How Telephone Activation Works
- Prepare your product key and installation data.
- Call 00 800 121 1654.
- Select the appropriate language and follow the consultant's or automated prompts.
- Provide the installation ID if prompted.
- Receive the confirmation ID.
- Enter the obtained data in the relevant activation window or follow the consultant's instructions.
Telephone activation is recommended especially when:
- the server does not have internet access,
- an online validation error occurs,
- the key has been previously activated and manual confirmation is required.
Activation Verification
After changing the key or completing activation, verify that the operation was successful.
Verification Methods
- check if the
Set-SPFarmConfig -ProductKeycommand completed without error, - check the farm status in Central Administration,
- review system event logs,
- analyze ULS logs if the environment reports warnings,
- confirm the availability of features specific to the Standard edition.
In practice, it's also a good idea to perform an administrative test:
- open SharePoint Central Administration,
- check if farm services are working correctly,
- ensure that no unactivated product messages appear.
Most Common Errors and Solutions
1. Incorrect Product Key
Symptom: the system rejects the key when entering it.
Solution: check if the key is for SharePoint Server 2019 Standard and not for another version or edition.
2. Lack of Administrator Privileges
Symptom: the command ends with an access error.
Solution: run SharePoint Management Shell or cmd as an administrator.
3. Connection Error During Online Activation
Symptom: activation cannot connect to Microsoft servers.
Solution: check the internet, proxy, firewall, and DNS, or use telephone activation.
4. Set-SPFarmConfig Command Not Recognized
Symptom: PowerShell reports that the command does not exist.
Solution: run SharePoint Management Shell, not a regular PowerShell window without loaded SharePoint modules.
5. Key Has Already Been Used and Requires Re-validation
Symptom: activation is blocked despite a correct key.
Solution: use telephone activation by calling 00 800 121 1654.
6. Key Change Does Not Take Immediate Effect
Symptom: after saving the key, the old product status is still visible.
Solution: wait a moment, restart the administrative console, and if necessary, restart SharePoint services.
7. Problem in a Multi-Server Environment
Symptom: part of the farm servers work incorrectly after changing the key.
Solution: ensure that the farm configuration has been properly synchronized and all servers see the same configuration database.
Good Administrative Practice
After completing activation, keep:
- the used product key in a secure password repository,
- the activation date,
- the server or farm name,
- a note on whether online or telephone activation was used.
This facilitates future audits, migrations, and environment recovery.
Summary
For SharePoint Server 2019 Standard, the most important method of setting the key is:
Set-SPFarmConfig -ProductKey XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
Activation can be performed through the GUI, using CMD to run PowerShell, or by phone at 00 800 121 1654. After the operation, always perform verification and check the logs to confirm that the farm is working correctly and the licence has been applied correctly.