Video upload date:  · Duration: PT1H46M27S  · Language: EN

How many PowerShell commands are executed on github video

actions-gh-200 video for how many PowerShell commands are executed on the Windows runner with the following workflow configuration? name : Run commands Windows

This is a dedicated watch page for a single video.

Full Certification Question

How many PowerShell commands are executed on the Windows runner with the following workflow configuration? name : Run commands Windows on : push : branches : [ main ] jobs : Run - PSScriptAnalyzer - on - Windows : name : Run PSScriptAnalyzer on Windows runs - on : windows - latest steps : - uses : actions / checkout@v4 - name : Install PSScriptAnalyzer module shell : pwsh run : | Set - PSRepository PSGallery - InstallationPolicy Trusted Install - Module PSScriptAnalyzer - ErrorAction Stop - name : Get list of rules shell : pwsh run : | Get - ScriptAnalyzerRule