如何获取安装的SharePoint版本? [英] How to get version of SharePoint installed?

查看:127
本文介绍了如何获取安装的SharePoint版本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何获取服务器上安装的SharePoint版本?

How can I get the version of SharePoint that is installed on my server?

推荐答案

疯狂的是,没有一种简单的方法来找出您正在运行的SharePoint 2013版本(SKU).要找出答案,您必须挖掘注册表:

It's crazy that there is no easy way to find out what Edition (SKU) of SharePoint 2013 are you running. To find out, you have to dig the registry:

  • 打开Regedit
  • 导航到HKLM \ SOFTWARE \ Microsoft \ Shared Tools \ Web服务器扩展\ 15.0 \ WSS \ InstalledProducts
  • 将这些指南与这些指南进行比较:

C5D855EE-F32B-4A1C-97A8-F0A28CE02F9C - SharePoint Server 2013

CBF97833-C73A-4BAF-9ED3-D47B3CFF51BE - SharePoint Server 2013预览

B7D84C2B-0754-49E4-B7BE-7EE321DCE0A9 - SharePoint Server 2013企业版

298A586A-E3C1-42F0-AFE0-4BCFDC2E7CD0 - SharePoint Server 2013企业版预览

D6B57A0D-AE69-4A3E-B031-1F993EE52EDC - Microsoft Office Web Apps Server 2013

9FF54EBC-8C12-47D7-854F-3865D4BE8118 - SharePoint Foundation 2013

35466B1A-B17B-4DFB-A703-F74E2A1F5F5E - Project Server 2013

BC7BAF08-4D97-462C-8411-341052402E71 - Project Server 2013预览

参考文献:: http://www.thesysadminhimself.com/2013/01/identify-sharepoint-2013-foundation-or.html

msdn链接: http://msdn .microsoft.com/en-us/library/jj659075.aspx

您也可以使用powershell

You can use powershell too

以管理员身份运行以打开SharePoint Powershell 运行此命令:

Open SharePoint Powershell with Run as administrator Run this command:

get-spfarm | select BuildVersion

感谢内姆·穆拉蒂(Naim Murati).

Thanks Naim Murati.

这篇关于如何获取安装的SharePoint版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆