Remove-SCSPFVMRoleGalleryItem
從資源庫移除專案。
Syntax
Remove-SCSPFVMRoleGalleryItem
[-VMRoleGalleryItem] <VMRoleGalleryItem[]>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-SCSPFVMRoleGalleryItem
-Name <String>
-Version <String>
-Publisher <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Remove-SCSPFVMRoleGalleryItem Cmdlet 會從 vmm12sp1_long 或 Service Provider Foundation 資料庫移除資源庫專案。
範例
範例 1:移除資源庫專案
PS C:\>$Item = Get-SCSPFVMRoleGalleryItem -Name "570569955cbfb62b374358b34467
020750f65c"
PS C:\> Remove-SCSPFVmRoleGalleryItem -VMRoleGalleryItem $Item
第一個命令會依名稱取得專案,並將它儲存在$Item變數中。 下一個命令會移除專案。
參數
-Confirm
在執行 Cmdlet 前提示您確認。
Type: | System.Management.Automation.SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
指定要移除之資源庫專案的發行者。
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Publisher
指定要移除之專案的發行者。
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Version
指定要移除的專案版本。
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-VMRoleGalleryItem
指定要移除的一或多個資源庫專案。
Type: | Microsoft.SystemCenter.Foundation.SPFData.Types.Gallery.VMRoleGalleryItem[] |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-WhatIf
顯示執行 Cmdlet 後會發生的情況。 Cmdlet 並不會執行。
Type: | System.Management.Automation.SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
輸入
Microsoft.SystemCenter.Foundation.SPFData.Types.Gallery.VMRoleGalleryItem[]
輸出
System.Object