PowerShell Southampton
PowerShell Southampton
  • Видео 8
  • Просмотров 18 140
Automate Your Entire Server Patching Process - Matthew Dowst (@MDowst)
Matthew Dowst (@MDowst - MDowst) will be showing us how we can automate our server patching using Azure and PowerShell!
Matthew will be showing us Azure Automation runbooks with Update Management and PowerShell. We will see how to create deployments with PowerShell, how to perform custom pre and post patch tasks with PowerShell runbooks. And also how to perform the initial agent install and troubleshooting, all using PowerShell!
Link to code examples: github.com/mdowst/Presentation-Materials/tree/main/PowerShell%20Southampton%20Aug%202021
Просмотров: 2 050

Видео

Комментарии

  • @m.a.9244
    @m.a.9244 7 месяцев назад

    Windows Presentation Foundation

  • @perryg.9819
    @perryg.9819 Год назад

    I want more people to be interested in this!! 😭

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

    Hi , i am new in automation testing . And i have to work with pester . My scenario in which i have one CSV file . And i have 4 usecase to test . For first usecase i took first row of data from CSV file in one context section . For another usecase , now i need to pick second row of data from CSV file and i want to write in another new context block . Is this possible ? How can I do this if possible? Plz help .

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

    Maybe another way to explain the -ParameterFilter is that 'Invoke-RestMethod' Would usually be ran like: Invoke-RestMethod -Method 'Get' - URI 'http:\\whatever' The Mock captures whatever was bound to those parameters and make them available in the 'should' assertion $Method = 'Get' $URI = 'http:\\whatever'

  • @Master-KAR
    @Master-KAR 2 года назад

    Very informative session

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

    WPF Powershell GUI how to save textbox content inside the GUI and not to txt or database.

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

    Why, after Add_click method do you use "({" instead of "{". Double parenthesys? Isn't enough { only? Thanks for your video

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

    Awesome video

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

    Title does not reflect media content - the GUI is build with WPF, not PS. This is a demo of event handling using powershell.

  • @northendtrooper
    @northendtrooper 3 года назад

    Would recommend adding GUI with WPF in the title. This is a big help coming from WinForm!

  • @ThisGuyDakota
    @ThisGuyDakota 3 года назад

    Just because it's not in the video description yet: www.foxdeploy.com/series/snippet-xamlToGui Note: The url has changed from what's in the video.

  • @AM-up9wd
    @AM-up9wd 3 года назад

    hi, nice demo. I am trying to create azure service principal using ansible and it gives me strange error. Any help on creating service principal will be highly appriciated. Thanks

  • @leeblack2103
    @leeblack2103 3 года назад

    "Make it so number one!" Thanks for creating and sharing!!

  • @SimonParkinson
    @SimonParkinson 3 года назад

    Good video .. some nice points

  • @Repne64Bit
    @Repne64Bit 3 года назад

    Cool, but i need using IMGUI under PowerShell..

  • @bewbiesrock
    @bewbiesrock 4 года назад

    I made a GUI using your training. Thank you so much Donna and PowerShell Southampton! :D

  • @jonk2532
    @jonk2532 4 года назад

    Wonder if anyone can help...I'm trying to follow this and get ansible running via Docker as in the video. It all seems to install ok but as soon as I just try running a simple playbook to create an RG for example, I get the following error: An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ModuleNotFoundError: No module named 'azure' fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to import the required Python library (ansible[azure] (azure >= 2.0.0)) on accdaa882068's Python /usr/bin/python3. Please read the module documentation and install it in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter"} I'm running Docker for Windows but apart from that, the DockerFile is exactly the same as the video.

  • @markymarkymarky1974
    @markymarkymarky1974 4 года назад

    Good work

  • @joshuaduffney
    @joshuaduffney 4 года назад

    I apologize, I was debugging demo issues in the beginning. :)

  • @UrsRau
    @UrsRau 4 года назад

    @IISResetMe Mathias could you please share the three used demo / example files in a gist or somewhere?