[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The provided content details the `ExecStepConfig.Types.Interpreter` enum within the Google Cloud OS Config v1 API, specifically for .NET."],["This enum defines the available interpreters for executing files, with the available options being `Powershell`, `Shell`, and `Unspecified`."],["The `Powershell` option executes files using PowerShell with specific flags: `-NonInteractive`, `-NoProfile`, and `-ExecutionPolicy Bypass`."],["The `Shell` option utilizes `/bin/sh` on Linux and `cmd` on Windows for executing scripts."],["The `Unspecified` option is invalid for Windows, and on Linux, it relies on parsing the shebang line of the script to identify the interpreter."]]],[]]