Get-vRSLCMProductDetails¶
Synopsis¶
Get the product details from VMware Aria Suite Lifecycle.
Syntax¶
Get-vRSLCMProductDetails [-productid] <String> [-vmid] <String> [<CommonParameters>]
Description¶
The Get-vRSLCMProductDetails
cmdlet gets the product details for a specified product in VMware Aria Suite Lifecycle.
Examples¶
Example 1¶
Get-vRSLCMProductDetails -productid vrli
This example gets all environments in VMware Aria Suite Lifecycle.
Example 2¶
Get-vRSLCMProductDetails -vmid 12345678-1234-1234-1234-123456789012 -productid vrli
This example gets the details for a specific product in VMware Aria Suite Lifecycle.
Parameters¶
-productid¶
The product ID of the product to get the details for.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-$vmid¶
The product ID of the product to get the details for.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Common Parameters¶
This cmdlet supports the common parameters: -Debug
, -ErrorAction
, -ErrorVariable
, -InformationAction
, -InformationVariable
, -OutVariable
, -OutBuffer
, -PipelineVariable
, -Verbose
, -WarningAction
, and -WarningVariable
. For more information, see about_CommonParameters.