Set-NectarSupportedClient
- 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Set-NectarSupportedClient
- Updated on 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Update 1 or more Nectar DXP supported client versions.
Syntax
Set-NectarSupportedClient
-ClientVersion <String>
-Supported <Boolean>
-TenantName <String>
-Identity <Int32>
-Platform <String>
Examples
Example 1
Set-NectarSupportedClient Identity 233 -Supported $FALSE
Sets the device with identity 233 to unsupported
Parameters
-ClientVersion <String>
Parameter | Value |
---|---|
Required | false |
Position | 1 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-Supported <Boolean>
Parameter | Value |
---|---|
Required | false |
Position | 2 |
Required | false |
Default Value | False |
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 | 3 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-Identity <Int32>
The numerical identity of the supported client version.
Parameter | Value |
---|---|
Required | false |
Position | 4 |
Required | false |
Default Value | 0 |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-Platform <String>
Parameter | Value |
---|---|
Required | false |
Position | 5 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
Was this article helpful?