SKU for SharePoint Server 2019 found by PowerShell (get-spfarm).products

James Lee Kwok Ming 100 Reputation points
2023-05-02T03:06:03.0933333+00:00

I run the PowerShell command from SharePoint Server 2019. The command (get-spfarm).products return GUID(SKU) code as below:

a35df3e6-6069-4d46-9e39-05ed7e8e2d7b

8662ea53-55db-4a44-b72a-5e10822f9aab

Can you show me the which edition the system installed?

For your information, we are not able to access SharePoint Central Admin Portal to retrieve the edition.

Regards,

James

Microsoft 365 and Office SharePoint Server For business
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yanli Jiang - MSFT 31,596 Reputation points Microsoft External Staff
    2023-05-02T08:57:38.7233333+00:00

    Hi @James Lee ,

    According to your description, do you want to get the build version of SharePoint Server 2019?

    You can try this command in SharePoint 2019 Management Shell as an admin:

    (get-spfarm).buildversion
    

    Then you can get the build version like below:

    05026


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.