PowerShell Skripte in der Cloud ausführen mit Azure Automation (PowerShell Kurs Folge 38)

Поделиться
HTML-код
  • Опубликовано: 17 янв 2025

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

  • @klausbrinkmann7519
    @klausbrinkmann7519 3 месяца назад +1

    Hallo Andreas, wieder ein tolles Video!! Ich habe eine Anmerkung zu der Identity. Zukünftig sollte das wohl ohne MFA nicht mehr gehen oder? In einem Powershellscript sollen die Member aus einer Gruppe ausgelesen und per Mail verschickt werden. Wie kann ich das machen? Schon mal vielen Dank 🙂

    • @diecknet
      @diecknet  3 месяца назад +1

      Hallo Klaus. Doch doch, das geht auch weiterhin ohne MFA. Eine Managed Identity benötigt kein MFA, sondern wird ja automatisch & sicher (hoffentlich xD) durch Microsoft Entra verwaltet. Du kannst der Managed Identity dann Rechte zum Gruppen lesen und E-Mail verschicken per Graph API zuweisen. Ist eigentlich ein cooles Beispiel, vielleicht sollte ich mal ein Video dazu machen ;-)

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

      @@diecknet Fände ich gut 🙂

  • @dreamyuyi
    @dreamyuyi 6 месяцев назад

    Hello, thanks for your video! I'm trying to follow your steps but I can't see the option "runtime enviorement" when I want to create a runbook. Could you please help me with that? Thanks in advance!

    • @diecknet
      @diecknet  6 месяцев назад

      Maybe you don't have the new experience enabled yet. That should be possible at the main page of the Automation Account. For me it's automatically on when I create an Automation Account.
      If that doesn't help, then you could also just leave the runtime environment and add modules to the whole Automation Account instead of to a Runtime Environment