PowerShell Tutorials : Working with JSON

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024
  • This video is a request from one of our viewers. In this video ill be going over how to parse json and how to extract data and rebuilt data and create data sets using that data in PowerShell.
    Twitch: / jackedprogrammer
    Tags:
    PowerShell
    GUI
    Programming
    Scripting
    Automating
    JackedProgrammer
    Coding

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

  • @BitPazzo
    @BitPazzo 2 года назад +2

    Great!!! Thanks!!! Very usefull

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

      No problem, glad you enjoyed the video :)

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

      @@jackedprogrammer what every you explined code over the vieo,,please copy in the description if possiable its easy to get commant ..while watch and note commaned is very diffelt hope you can understand

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

    Hey! Thank you for the awesome content! I am trying to set up a script that uses json to save the properties of my computer objects from hyper-v. I wonder if this may be too much for powershell to handle, since it doesn't know how many computers there may be at a time. Is there any better alternative with powershell, or am I missing something with JSON?

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

    @jackedprogrammer wondering if you could demonstrate this a little different I have a URL that contains JSON its an API page and I want to query it using a search function and then output results if its found within the JSON information could you make a tutorial for something like this ?