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