Powershell works ;)

SCRIPTING BLOG

  • Trigger Azure Automation Runbooks Using the Azure Management API

      Introduction This lines providing you step-by-step instructions on how to use a PowerShell script to trigger an Azure Automation Runbook using Azure REST API. We will explore each step from setting up authentication to retrieving the execution output of the runbook. Prerequisites Before starting, ensure that you have the following: Azure Subscription: You need…

  • Reset Microsoft Authentication Methods

    Normally, it isn’t much effort to Reset the Multifactor Authentication Methods.Find the User record in Entra ID and require re-registration of the Multifactor Authentication Methods.If you wondering why we need to reset these authentication methods What are the Reasons for an Reset ? But what if you have a big amount of Tickets a day…

  • Using RBAC and Application Access Policys for Applications using Exchange Online

    As automation heros we are often confronteed with tasks like automating stuff in exchange online. One task we had was not very difficult but also not that straight forward. We are speaking from sending mails over the Graph API. There are multiple aproaches to do it. For sure you can do it wrong and you…

  • Send Mails with Graph API – PowerShell

    Introduction: In this tutorial, we’ll walk through the process of creating a script to send emails using the Microsoft Graph API. We’ll cover all the necessary steps to set up the script and utilize the Graph API effectively. The methods we’ll use for creating the email body can also be applied to other Graph API…

  • Export System Center Orchestrator PowerShell Scripts

    This PowerShell script connects to a SQL Server database, retrieves PowerShell scripts, and saves them to the local filesystem. Parameters Function: Execute-SqlSelectQuery This function executes a SQL query and returns the result. Parameters Expected Result After running the PowerShell script, you can expect to receive a collection of objects representing the results of the SQL…

Erhalte Benachrichtigungen über neue Inhalte direkt per E-Mail.