共用方式為


Update-SCClusterFunctionalLevel

更新虛擬機主機叢集或檔案伺服器叢集的叢集功能等級。

語法

Update-SCClusterFunctionalLevel
      [-VMHostCluster] <HostCluster>
      [-RunAsynchronously]
      [-PROTipID <Guid>]
      [-JobVariable <String>]
      [<CommonParameters>]
Update-SCClusterFunctionalLevel
      [-StorageFileServer] <StorageFileServer>
      [-RunAsynchronously]
      [-PROTipID <Guid>]
      [-JobVariable <String>]
      [<CommonParameters>]

Description

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 提示) 的識別碼。 此參數可讓您稽核 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