Update-SCClusterFunctionalLevel
更新虚拟机主机群集或文件服务器群集的群集功能级别。
语法
Update-SCClusterFunctionalLevel
[-VMHostCluster] <HostCluster>
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[<CommonParameters>]
Update-SCClusterFunctionalLevel
[-StorageFileServer] <StorageFileServer>
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[<CommonParameters>]
说明
Update-SCClusterFunctionalLevel cmdlet 更新 Hyper-V 主机群集或文件服务器群集的群集功能级别。
示例
示例 1:更新主机群集
PS C:\> Get-SCVMHostCluster -Name "VMHostCluster03.Contoso.com" | Update-SCClusterFunctionalLevel
此命令使用 Get-SCVMHostCluster cmdlet 获取具有指定名称的主机群集。 该命令使用管道运算符将该群集传递到当前 cmdlet。 当前 cmdlet 更新该群集的功能级别,并返回更新 HostCluster 对象。
参数
-JobVariable
指定在此参数命名的变量中跟踪和存储作业进度。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-PROTipID
指定触发此操作的性能和资源优化提示(PRO 提示)的 ID。 此参数允许你审核 PRO 提示。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-RunAsynchronously
指示作业以异步方式运行,以便控件立即返回到命令行界面。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-StorageFileServer
指定此 cmdlet 更新的存储文件服务器。
类型: | StorageFileServer |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-VMHostCluster
指定此 cmdlet 更新的 Virtual Machine Manager (VMM) 主机群集。
类型: | HostCluster |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |