| Name | Type | Description | Notes |
|---|---|---|---|
| DetectDohAuthOnly | Boolean | Use only DNS-over-HTTPS with authentication | |
| ProtectionEnabled | Boolean | Is protection enabled |
- Prepare the resource
$DeviceSettings = Initialize-PSAdGuardDNSDeviceSettings -DetectDohAuthOnly null `
-ProtectionEnabled null- Convert the resource to JSON
$DeviceSettings | ConvertTo-JSON