Import-CMSoftwareLicense
导入软件许可证。
语法
Import-CMSoftwareLicense
-ImportType <ImportType>
-MlsFilePath <String>
[-Timeout <TimeSpan>]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Import-CMSoftwareLicense cmdlet 将Microsoft和非Microsoft许可信息导入 Configuration Manager 中的资产智能目录中。
注意
从 Configuration Manager 站点驱动器运行 Configuration Manager cmdlet,例如 PS XYZ:\>
。 有关详细信息,请参阅 入门。
示例
示例 1:导入软件许可证
PS XYZ:\>Import-CMSoftwareLicense -MlsFilePath "\\ContosoFS01\Mid\SWLicense01.xml" -ImportType MicrosftVolumeLicenseStatement
此命令从名为 SWLicense01.xml 的许可信息文件导入 MVLS 许可证语句。
参数
-Confirm
提示你在运行 cmdlet 之前进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DisableWildcardHandling
此参数将通配符视为文本字符值。 不能将其与 ForceWildcardHandling 组合使用。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ForceWildcardHandling
此参数处理通配符,并可能导致意外行为, (不建议) 。 不能将其与 DisableWildcardHandling 组合使用。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ImportType
指定软件许可证的导入类型。 此参数的可接受值为:GeneralLicenseStatement 和 MicrosoftVolumeLicenseStatement。
常规许可证声明包含有关为任何发布者购买的许可证的信息。 Microsoft批量许可声明 (MVLS) 许可证声明包含有关Microsoft产品的许可证权利或购买许可证数量的信息。
类型: | ImportType |
接受的值: | MicrosoftVolumeLicenseStatement, GeneralLicenseStatement |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-MlsFilePath
指定有效的 XML 格式许可信息文件的通用命名约定 (UNC) 路径。
类型: | String |
别名: | FileName, FilePath, ImportFilePath, Path |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Timeout
{{ 填充超时说明 }}
类型: | TimeSpan |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示在 cmdlet 运行时发生的情况。 cmdlet 不会运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
System.Object