| Name | Type | Description | Notes |
|---|---|---|---|
| BlockAdultWebsitesEnabled | Boolean | Disable porno content | |
| BlockedServices | BlockedWebService[] | List of services with restricted access | |
| Enabled | Boolean | Is parental control enabled or not | |
| EnginesSafeSearchEnabled | Boolean | Enforces safe search for some search engines | |
| ScreenTimeSchedule | ScheduleWeek | ||
| YoutubeSafeSearchEnabled | Boolean | Enforces safe search on YouTube |
- Prepare the resource
$ParentalControlSettings = Initialize-PSAdGuardDNSParentalControlSettings -BlockAdultWebsitesEnabled null `
-BlockedServices null `
-Enabled null `
-EnginesSafeSearchEnabled null `
-ScreenTimeSchedule null `
-YoutubeSafeSearchEnabled null- Convert the resource to JSON
$ParentalControlSettings | ConvertTo-JSON