go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers/os/resources/windows/testdata/features.json (about)

     1  [{
     2      "Path": "Windows PowerShell",
     3      "Name": "PowerShellRoot",
     4      "DisplayName": "Windows PowerShell",
     5      "Description": "Windows PowerShell enables you to automate local and remote Windows administration. This task-based command-line shell and scripting language is built on the Microsoft.NET Framework.It includes hundreds of built - in commands and lets you write and distribute your own commands and scripts.",                                                                                                                      
     6      "Installed": true,
     7      "InstallState": 1,
     8      "FeatureType": "Feature",
     9      "DependsOn": [
    10  
    11      ],
    12      "Parent": null,
    13      "SubFeatures": [
    14        "PowerShell",
    15        "PowerShell-V2",
    16        "DSC-Service",
    17        "WindowsPowerShellWebAccess"
    18      ]
    19    },
    20    {
    21      "Path": "Windows PowerShell\\Windows PowerShell 5.1",
    22      "Name": "PowerShell",
    23      "DisplayName": "Windows PowerShell 5.1",
    24      "Description": "Windows PowerShell enables you to automate local and remote Windows administration. This task-based command-line shell and scripting language is built on the Microsoft.NET Framework.It includes hundreds of built - in commands and lets you write and distribute your own commands and scripts.",                                                                                                                      
    25      "Installed": true,
    26      "InstallState": 1,
    27      "FeatureType": "Feature",
    28      "DependsOn": [
    29        "NET-Framework-45-Core"
    30      ],
    31      "Parent": "PowerShellRoot",
    32      "SubFeatures": [
    33  
    34      ]
    35    },
    36    {
    37      "Path": "Windows PowerShell\\Windows PowerShell 2.0 Engine",
    38      "Name": "PowerShell-V2",
    39      "DisplayName": "Windows PowerShell 2.0 Engine",
    40      "Description": "Windows PowerShell 2.0 Engine includes the core components from Windows PowerShell 2.0 for backward compatibility with existing Windows PowerShell host applications.",                                                                                                  
    41      "Installed": false,
    42      "InstallState": 5,
    43      "FeatureType": "Feature",
    44      "DependsOn": [
    45        "PowerShell",
    46        "NET-Framework-Core"
    47      ],
    48      "Parent": "PowerShellRoot",
    49      "SubFeatures": [
    50  
    51      ]
    52    },
    53    {
    54      "Path": "Windows PowerShell\\Windows PowerShell Desired State Configuration Service",
    55      "Name": "DSC-Service",
    56      "DisplayName": "Windows PowerShell Desired State Configuration Service",
    57      "Description": "Windows PowerShell Desired State Configuration Service supports configuration management of multiple nodes from a single repository.",                                                                                                                                   
    58      "Installed": false,
    59      "InstallState": 0,
    60      "FeatureType": "Feature",
    61      "DependsOn": [
    62        "ManagementOdata"
    63      ],
    64      "Parent": "PowerShellRoot",
    65      "SubFeatures": [
    66  
    67      ]
    68    },
    69    {
    70      "Path": "Windows PowerShell\\Windows PowerShell Web Access",
    71      "Name": "WindowsPowerShellWebAccess",
    72      "DisplayName": "Windows PowerShell Web Access",
    73      "Description": "Windows PowerShell Web Access lets a server act as a web gateway, through which an organization\u0027s users can manage remote computers by running Windows PowerShell sessions in a web browser.After Windows PowerShell Web Access is installed, an administrator completes the gateway configuration in the Web Server(IIS) management console.",                                                                    
    74      "Installed": false,
    75      "InstallState": 0,
    76      "FeatureType": "Feature",
    77      "DependsOn": [
    78        "PowerShell",
    79        "Web-Static-Content",
    80        "Web-Default-Doc",
    81        "Web-Filtering",
    82        "Web-Http-Errors",
    83        "Web-Http-Redirect",
    84        "Web-Asp-Net45"
    85      ],
    86      "Parent": "PowerShellRoot",
    87      "SubFeatures": [
    88  
    89      ]
    90    }
    91  ]