Set-NectarSupportedDevice
- 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Set-NectarSupportedDevice
- 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 device.
Syntax
Set-NectarSupportedDevice
-DeviceName <String>
-Supported <Boolean>
-TenantName <String>
-Identity <String>
Examples
Example 1
Set-NectarSupportedDevice Identity 233 -Supported $FALSE
Example 2
Get-NectarSupportedDevice -SearchQuery realtek | Set-NectarSupportedDevice -Supported $FALSE
Sets all devices with 'Realtek' in the name to Unsupported
Parameters
-DeviceName <String>
The name of the supported device
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 <String>
The numerical identity of the supported device
Parameter | Value |
---|---|
Required | false |
Position | 4 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
Was this article helpful?