Config/default.json

{
    "Config":{
        "Name": "template",
        "AdminName": "PREVIEW-USER"
    },
    "Wsus": {
        "Server": "localhost",
        "Port": 8530,
        "UseSsl": false,
        "PreferredCulture": "en",
        "IisWsusPoolPath": "iis:\\AppPools\\WsusPool"
    },
    "UpdatesFindMode": {
        "ApprovedStates": ["NotApproved"],
        "MinimumDate": "2015/7/1",
        "MaximumRetry": 3,
        "ForceHalfModePerMonthLength": 2000
    },
    "FistLaunch": {
        "Enabled": false,
        "ApprovedStates": ["NotApproved","Approved"],
        "SqlScriptPath": "Scripts\\WsusDBMaintenance.sql"
    },
    "ChooseProducts": {
        "Windows 8.1": {
            "x64": false,
            "x86": false
        },
        "Microsoft Edge": {
            "arm64": true,
            "x64": true,
            "x86": true
        }
    },
    "DeclineOptions": {
        "CleanupWizard": {
            "CompressUpdate": true,
            "CleanupObsoleteUpdates": true,
            "CleanupObsoleteComputers": false,
            "CleanupUnneededContentFiles": true,
            "DeclineExpiredUpdates": true,
            "DeclineSupersededUpdates": true
        },
        "ForceDeclineSupersededUpdates": true,
        "Office": {
            "x64": false,
            "x86": false
        },
        "Microsoft Edge": {
            "Beta": true,
            "Dev": true,
            "Stable": true,
            "ExtendedStable": false,
            "WebView2Runtime": false,
            "DeclineOldVersions": true
        },
        "SystemType": {
            "arm64": true,
            "x64": false,
            "x86": false
        },
        "FeatureUpdate":{
            "Volume": false,
            "Retail": false
        },
        "IgnoreWindows10Version1809AndEarlier": true,
        "DynamicUpdate": false,
        "FeatureOnDemand": false,
        "LanguagePack": true,
        "WindowsServer": true,
        "InsiderPreview": true
    },
    "MaintenanceSql": {
        "SqlCmdPath": "",
        "ServerInstancePath": "",
        "ScriptPath": "Scripts\\WsusDBMaintenance.sql",
        "SqlCmdExeMode": ""
    },
    "ScheduledTask": {
        "Name": "Optimize-WsusContents"
    },
    "WizardView": {
        "DetectiveInstalledComponents": true,
        "ShowOptionTab": true,
        "ShowServerTab": true,
        "ShowSyncWindowsProductsTab": true,
        "ShowDeclineRuleTab": true,
        "ShowApproveRuleOptionsTab": false,
        "ShowScheduleTab": true,
        "ShowAboutTab": true
    },
    "Log": {
        "IsLogging": true,
        "MaximumCount": 10,
        "Verbose": true
    },
    "RequiresVersion": "1.0.2022.505"
  }