Using the PowerShell API from .NET

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • Presented by Rob Holt
    When developing tooling around PowerShell in a .NET language like C#, it's crucial to correctly understand and use the APIs that PowerShell provides for executing PowerShell commands and script from .NET. This talk explains how to do that, in particular by using the PowerShell API, what considerations you must make when doing so, and the pros and cons of various choices and techniques you might use in different scenarios.

Комментарии • 5

  • @Tolg
    @Tolg Год назад

    Really awesome demonstration! Please do more like this.

  • @o1r2l3a4n5d6o7
    @o1r2l3a4n5d6o7 2 года назад

    Thank you very much!... Super cool stuff, although C-Sharp makes the simplicity of Powershell complicated, it opens up a world of possibilities. :) Great Video!

  • @kgarun
    @kgarun Год назад

    Thanks a lot for the great content!!

  • @michaelaebi1184
    @michaelaebi1184 Год назад

    Nice Video, many thanks.
    How can I manipulate a psVariable in C# and use it again in a script?

  • @TyMac711
    @TyMac711 2 года назад

    Great talk! I'm getting tripped up with the execution policy. I need a good way to define that in dotnet 6.