Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.16 KB

File metadata and controls

31 lines (25 loc) · 1.16 KB

ParentalControlSettings

Properties

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

Examples

  • 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

[Back to Model list] [Back to API list] [Back to README]