Get-DPMAccessLicense
获取 DPM 服务器和受保护计算机的许可信息。
语法
Get-DPMAccessLicense
[[-DPMServerName] <String>]
[-License]
[<CommonParameters>]
Get-DPMAccessLicense
[[-DPMServerName] <String>]
[-LicenseName] <LicenseNames>
[[-Period] <Int32>]
[<CommonParameters>]
说明
Get-DPMAccessLicense cmdlet 获取 System Center - Data Protection Manager (DPM) 服务器和受保护计算机的许可信息。
示例
示例 1:获取服务器的许可证
PS C:\>Get-DPMAccessLicense -LicenseName SML -DPMServerName "DPMServer07"
此命令获取运行 DPM 服务器所管理的 DPM 服务器操作系统的计算机的许可证。
示例 2:获取过去五天的服务器的许可证
PS C:\>Get-DPMAccessLicense -LicenseName SML -Period 5 -DPMServerName "DPMServer07"
对于运行 DPM 服务器(DPMServer07 管理)的服务器操作系统的计算机,此命令获取过去五天的所有活动许可证。
参数
-DPMServerName
指定此 cmdlet 获取许可信息的 DPM 服务器的名称。
类型: | String |
别名: | ComputerName, CN |
Position: | 2 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-License
指示 cmdlet 显示以下许可证信息。
此参数的可接受值为:
- 产品的名称
- 许可证的名称
- 许可证类型
- 制表方法
类型: | SwitchParameter |
Position: | 1 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-LicenseName
指定许可证类型。
此参数的可接受值为:
- SML。 由运行服务器操作系统的 DPM 管理的所有计算机。
- CML。 由运行客户端操作系统的 DPM 管理的所有计算机。
类型: | LicenseNames |
接受的值: | SML, CML |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Period
指定从零(0)到 7(7)的时间段。 该 cmdlet 显示当前日期和 (时间段 - n - 90) 之间使用的许可证。 如果未为此参数提供值,则 cmdlet 将使用值 0。
类型: | Int32 |
别名: | PeriodInDays |
Position: | 2 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |