Learn PowerShell Automation in Less than 1 Hour

Поделиться
HTML-код
  • Опубликовано: 29 июн 2023
  • #powershell #powershellscripting #powershelltraining
    Check out my Udemy course - PowerShell for Systems Engineers - exclusively on Udemy: www.udemy.com/course/powershe...
    Check out my book, PowerShell for Systems Engineers on Amazon: www.amazon.com/PowerShell-Sys...
    GitHub: github.com/jimrtyler/
    Substack: www.powershellengineer.com
    Twitter: / jimrtyler
  • НаукаНаука

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

  • @melaronvalkorith1301
    @melaronvalkorith1301 7 месяцев назад +4

    Thank you very much for making these! I am trying to get started with PowerShell coming from knowing just a bit of Python and Bash. I did find that the first thing I tried to do in ISE and it worked great - but only in ISE, not regular PowerShell (run as admin). I read it is deprecated and this is a known issue. I am going to try Visual Code Studio per my Boss’s recommendation.
    It’s too bad, I liked ISE.

  • @joelistenbee
    @joelistenbee 11 месяцев назад +4

    wow, thanks Jim for the valuable tools and info

  • @mohammedkhan6137
    @mohammedkhan6137 7 месяцев назад +1

    Task Scheduler 17:00 GUI via PS 34:03 ChatGPT

  • @ramseycharlie
    @ramseycharlie 8 месяцев назад +3

    Just a thought from someone new to PS would it not have been easier to just do this in the task Scheduler for the first example?

    • @PowerShellEngineer
      @PowerShellEngineer  8 месяцев назад +2

      That's a good point; also, Scheduled Jobs are not supported in PowerShell 7 (scheduled tasks are). I'm too used to operating in the shell directly though 🤣

    • @v2posiedon
      @v2posiedon 3 месяца назад

      An even better way is to use WAC (Windows Admin Center) which uses Winrm for remote execution. It is GUI based, servers can be managed remotely from a client machine. Poweshell based cmdlets truly help when you are using a server core edition where GUI is absent.