Config/Config.json

{
    "New-LocalAdmin": {
                           "NewLocalAdmin": null,
                           "Password": null
                       },
    "Set-Network": {
                        "IPAddress": null,
                        "PrefixLength": null,
                        "DefaultGateway": null,
                        "Dns": null
                    },
    "Set-ConfigMode": {
                           "Statut": null
                       },
    "Set-Accessibility": {
                              "Statut": null
                          },
    "Install-Features": {
                             "Features": [""]
                         },
    "Install-NiniteApps": {
                               "Apps": [""]
                           },
    "Install-ChocoApps": {
                              "Apps": [""]
                          },
    "Copy-FileApp": {
                         "Path": null,
                         "DesktopLink": null
                     },
    "Install-ExeApp": {
                           "Path": null,
                           "SetupArgs": null
                       },
    "Install-MsiApp": {
                           "Path": null,
                           "SetupArgs": null
                       }
}