powershell 适用于标准版和企业版的SharePoint PowerShell许可证映射

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 适用于标准版和企业版的SharePoint PowerShell许可证映射相关的知识,希望对你有一定的参考价值。

Remove-SPUserLicenseMapping -Identity 57e2a70a-ec46-4cb9-a886-2e50ea1e69d
#User License for OfficeWebApps
$a = New-SPUserLicenseMapping -SecurityGroup "scu\SP-OfficeWebAppsEdit" –License OfficeWebAppsEdit
Add-SPUserLicenseMapping –Mapping $a
enable-SPUserLicensing ##must have this in there
Get-SPUserLicenseMapping
Add-PSSnapin Microsoft.SharePoint.PowerShell
$a = New-SPUserLicenseMapping -SecurityGroup "SCU\domain users" –License Standard
$a | Add-SPUserLicenseMapping

$a = New-SPUserLicenseMapping -SecurityGroup "SCU\SP-Enterprise" –License Enterprise
$a | Add-SPUserLicenseMapping
enable-SPUserLicensing ##must have this in there
Get-SPUserLicensing

Get-SPUserLicenseMapping

以上是关于powershell 适用于标准版和企业版的SharePoint PowerShell许可证映射的主要内容,如果未能解决你的问题,请参考以下文章

求一个Windows Server 2003 R2 简体中文企业版的ISO 适用于32位操作系统的!!!

SQL Server 2016有几个版本?哪个比较好些?

Sql server2016有几个版本

什么是安全散列算法SHA256?

Java 基础 Java平台的3个版本

什么是安全散列算法SHA256