{
  "$schema" : "https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2024/04/bundled/resource/manifest.json",
  "description" : "Allows management of administrator settings via the DSC v3 command line interface protocol. See the help link for details.",
  "export" : 
  {
    "args" : 
    [
      "dscv3",
      "admin-settings",
      "--export"
    ],
    "executable" : "winget",
    "input" : "stdin"
  },
  "get" : 
  {
    "args" : 
    [
      "dscv3",
      "admin-settings",
      "--get"
    ],
    "executable" : "winget",
    "input" : "stdin"
  },
  "schema" : 
  {
    "command" : 
    {
      "args" : 
      [
        "dscv3",
        "admin-settings",
        "--schema"
      ],
      "executable" : "winget"
    }
  },
  "set" : 
  {
    "args" : 
    [
      "dscv3",
      "admin-settings",
      "--set"
    ],
    "executable" : "winget",
    "implementsPretest" : true,
    "input" : "stdin",
    "return" : "stateAndDiff"
  },
  "tags" : 
  [
    "WinGet"
  ],
  "test" : 
  {
    "args" : 
    [
      "dscv3",
      "admin-settings",
      "--test"
    ],
    "executable" : "winget",
    "input" : "stdin",
    "return" : "stateAndDiff"
  },
  "type" : "Microsoft.WinGet/AdminSettings",
  "version" : "1.28.220"
}