Get-SCSPFVMRoleGalleryItem
Gets a gallery item.
PowerShell
Get-SCSpfVMRoleGalleryItem []
PowerShell
Get-SCSPFVMRoleGalleryItem
-Name <String>
-Version <String>
-Publisher <String>
[<CommonParameters>]
PowerShell
Get-SCSPFVMRoleGalleryItem
-Name <String>
[<CommonParameters>]
PowerShell
Get-SCSPFVMRoleGalleryItem
-Publisher <String>
[<CommonParameters>]
The Get-SCSPFVMRoleGalleryItem cmdlet gets a previously imported gallery item.
PowerShell
PS C:\>$GalleryItem = Get-SCSPFVMRoleGalleryItem -Name "570569955cbfb62b374358b34467020750f65c"
This command gets an item from the gallery by its name and stores it in the $GalleryItem variable.
Specifies the name of the item.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the publisher of the item.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the version of the item.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |