Documentation Index

Fetch the complete documentation index at: https://support.nectarcorp.com/llms.txt

Use this file to discover all available pages before exploring further.

Set-NectarSupportedDevice

Prev Next

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