Set-SCLibraryShare
變更 VMM 連結庫共享物件的 description 屬性。
語法
Set-SCLibraryShare
[-LibraryShare] <LibraryShare>
[-Description <String>]
[-AddDefaultResources]
[-UseAlternateDataStream <Boolean>]
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[<CommonParameters>]
Description
Set-SCLibraryShare Cmdlet 會變更 Virtual Machine Manager (VMM) 連結庫共享物件的 description 屬性。
範例
範例 1:變更連結庫共用的描述
PS C:\> $LibShare = Get-SCLibraryShare -VMMServer "VMMServer01.Contoso.com" | where { $_.LibraryServer.Name -eq "LibraryServer01.Contoso.com" -and $_.Name -eq "FileShare01" }
PS C:\> Set-SCLibraryShare -LibraryShare $LibShare -Description "Library share for Test"
第一個命令會從 VMMServer01 上的 VMM 連結庫擷取名為 FileShare01 的 Library Share 對象,然後將連結庫共用物件儲存在$LibShare變數中。
第二個命令會將 FileShare01 的描述變更為「測試的連結庫共用」。
參數
-AddDefaultResources
指出已新增連結庫共用的預設資源。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Description
指定連結庫共用的描述。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-JobVariable
指定作業進度會追蹤並儲存在此參數所命名的變數中。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-LibraryShare
指定 VMM 連結庫共享物件。
類型: | LibraryShare |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-PROTipID
指定觸發此動作之效能和資源優化提示 (PRO 提示) 的識別碼。 此參數可讓您稽核 PRO 秘訣。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-RunAsynchronously
表示作業會以異步方式執行,讓控件立即返回命令殼層。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-UseAlternateDataStream
指出是否要使用 AlternateDataStream。
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸出
LibraryShare
此 Cmdlet 会傳回 LibraryShare 物件。