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

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,805 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yanli Jiang - MSFT 21,606 Reputation points Microsoft Vendor
    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.