一直使用 SharePoint Server 标准版,现在需要增加部分企业版本的功能和增加使用人数,然后通过图形界面进行许可证升级,图形界面切换可以参考以下 http://blog.csdn.net/shelleyliu0415/article/details/49278135
升级完成后部分服务器比如 microsoft office web apps server 貌似许可证有问题,用户依旧受限提示 “Sorry, you don’t have a license to use XXX”。
查询 Technet 后得知 SharePoint Server 2013 标准版切换为企业版除了使用升级工具升级外,可以直接使用 cmdlet 进行许可证升级和切换。
配置完企业版本的 License 后,重启 mowas 服务和 IIS,问题解决。
1. 使用如下命令可以切换 License 类型
Get-SPUserLicense
$a = New-SPUserLicenseMapping -SecurityGroup -License Enterprise
$a | Add-SPUserLicenseMapping
Enable-SPUserLicensing
具体参考: https://technet.microsoft.com/zh-cn/library/jj219627.aspx
2. 刷新 Farm 的 Config 配置
Set-SPFarmConfig-InstalledProductsRefresh
最后发两个用来测试的 SharePoint Server 2013 License Key,来源 Google
SharePoint Server 2013 Enterprise (TechNet)
43KK8-NC7MG-3RHCH-3JVTC-V8M4V
SharePoint Server 2013 Standard (TechNet)
PP6N9-FRKQF-QRJWY-276K4-JHRRK