Repair-SCStorageFileShare
修復記憶體檔案共用。
語法
Repair-SCStorageFileShare
-VMHost <Host>
-StorageFileShare <StorageFileShare>
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[<CommonParameters>]
Repair-SCStorageFileShare
-VMHostCluster <HostCluster>
-StorageFileShare <StorageFileShare>
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[<CommonParameters>]
Repair-SCStorageFileShare
-LibraryServer <LibraryServer>
-StorageFileShare <StorageFileShare>
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[<CommonParameters>]
Description
Repair-SCStorageFileShare Cmdlet 會修復指定的記憶體檔案共用。
範例
範例 1:藉由提供虛擬機主機來修復記憶體檔案共用
PS C:\> $FileShare = Get-SCStorageFileShare -Name "FileShare01"
PS C:\> $VMHost = Get-SCVMHost -ComputerName "VMHost01"
PS C:\> Repair-SCStorageFileShare -StorageFileShare $FileShare -VMHost $VMHost
第一個命令會取得名為 FileShare01 的記憶體檔案共享物件,並將物件儲存在$FileShare 變數中。
第二個命令會修復 FileShare01。
參數
-JobVariable
指定作業進度會追蹤並儲存在此參數所命名的變數中。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-LibraryServer
指定 Virtual Machine Manager (VMM) 連結庫伺服器物件。
類型: | LibraryServer |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-PROTipID
指定觸發此動作之效能和資源優化提示 (PRO 提示) 的識別碼。 此參數可讓您稽核 PRO 秘訣。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-RunAsynchronously
表示作業會以異步方式執行,讓控件立即返回命令殼層。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-StorageFileShare
指定記憶體檔案共用。
類型: | StorageFileShare |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-VMHost
指定虛擬機主機物件。 VMM 支援 Hyper-V 主機、VMware ESX 主機和 Citrix XenServer 主機。
如需每種主機類型的詳細資訊,請參閱 Add-SCVMHost Cmdlet。
類型: | Host |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-VMHostCluster
指定 VMM 主機叢集物件。
類型: | HostCluster |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |