Get-NectarAgentVersion
- 21 Aug 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-NectarAgentVersion
- Updated on 21 Aug 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Returns a list of agent versions
Syntax
Get-NectarAgentVersion
-SearchQuery <String>
-TenantName <String>
Examples
Example 1
Get-NectarAgentVersion -SearchQuery Sonus
Returns all the agent versions that contain 'Sonus' in the name
Parameters
-SearchQuery <String>
Allows filtering of the final results
Parameter | Value |
---|---|
Required | false |
Position | 1 |
Required | false |
Default Value | None |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-TenantName <String>
The name of the Nectar DXP tenant. Used in multi-tenant configurations.
Parameter | Value |
---|---|
Required | false |
Position | 2 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
Was this article helpful?