Streamlining Automation: Integrating Scripts with Logic Apps Tuesday, January 7, 2025 5:00 PM Martina Grom Calling scripts from an Automation Account in a Logic App is particularly useful when the tasks to be performed are too complex to implement directly in a Logic App. It is also useful when scripts need to be reused multiple times without rewriting them in each Logic App. See how to enhance your Logic Apps with Automation Account Scripts. Azure | Cloud | Developer | English | Logic apps | Microsoft365 | Office365 | PowerShell | Security | Tools Mediumlink | Permalink | Comments (0) | Post RSS mehr
Working with Microsoft Entra ID Applications - Part 1 Monday, May 6, 2024 10:00 AM Toni Pohl Microsoft Entra ID (or Azure AD) applications are cloud-based applications that can be integrated with Azure AD for authentication and authorization purposes. Using such applications provides a way to centrally manage and secure access to your cloud-based applications and services using Azure AD identities and credentials. Azure | Cloud | Developer | English | Entra | Microsoft | Microsoft365 | Office365 | Security | PowerShell | App Mediumlink | Permalink | Comments (0) | Post RSS mehr
Activate the sensitivity label for Groups and Sites with Graph PowerShell Monday, April 22, 2024 4:00 PM Toni Pohl Need to activate the Microsoft 365 sensitivity labels for Groups and Sites? This must be done with PowerShell. Find the current working script here. English | Microsoft | Microsoft365 | Microsoft Teams | Office365 | PowerShell | SharePoint | Security | Governance | Graph Mediumlink | Permalink | Comments (0) | Post RSS mehr
Replacement of MSOnline and Azure AD Powershell modules Thursday, August 17, 2023 10:00 AM Toni Pohl I know some habits are hard to break. We still see some IT administrators using the outdated tools. We recommend admins using older Azure AD, Azure AD Preview or MS Online modules to use MS Graph modules instead. Renew your tools! Cloud | Azure | Developer | English | Graph | Microsoft | Microsoft365 | Office365 | PowerShell | Tools Mediumlink | Permalink | Comments (0) | Post RSS mehr
Create a file with specific size Thursday, August 25, 2022 11:00 PM Toni Pohl Sometimes it is useful to create a file of a specific size to test network or internet speed or to upload it to a specific application. This is how you can create a file with a specific file size in Windows and with PowerShell. Developer | English | PowerShell | Tools | Windows Mediumlink | Permalink | Comments (0) | Post RSS mehr
Copy a SharePoint list with PnP PowerShell Friday, April 22, 2022 9:00 PM Toni Pohl In the Microsoft 365 world, sometimes you want to copy a custom list in SharePoint Online to another SharePoint site in the same or in a different M365 tenant. While there are third-party tools for this, there is an easy-to-use method for such a scenario using PnP PowerShell. This article shows how it works with a step-by-step example. Cloud | Developer | DirSync | Microsoft365 | Office365 | SharePoint | Tools | PowerShell Mediumlink | Permalink | Comments (0) | Post RSS mehr
Export email messages from Exchange Online to a CSV file with Graph PowerShell Tuesday, December 28, 2021 9:00 AM Toni Pohl I had to export email messages to a CSV file from a specific folder in my Outlook mailbox. Nothing special, just a quick export. I noticed that Outlook allows messages to be exported, but the date of the message is missing in the export file! Really? So here is a workaround to quickly export email messages using Graph PowerShell. Developer | English | Exchange | Microsoft | Microsoft365 | Office365 | PowerShell | Tools Mediumlink | Permalink | Comments (0) | Post RSS mehr
Message Trace in Delegate365 Friday, July 9, 2021 9:00 PM Toni Pohl When you run a message trace operation to get status information about specific emails, the result can vary, depending on time zone settings. See a sample here. Delegate365 | English | Microsoft | Microsoft365 | Office365 | PowerShell | atwork Mediumlink | Permalink | Comments (0) | Post RSS mehr
Work with the Delegate365 PowerShell in the Azure Cloud Shell Friday, May 21, 2021 2:00 PM Martina Grom Delegate365 provides a PowerShell module to access data in Delegate365 in scripts. You can import the Delegate365 module locally, or use it in the Azure Cloud Shell as well. See here, how to use the module in Azure Cloud Shell. Delegate365 | English | Microsoft365 | Office365 | PowerShell | atwork | Serverless | Tools Mediumlink | Permalink | Comments (0) | Post RSS mehr
Working with Azure AD schema extensions in Graph PowerShell Thursday, March 4, 2021 5:00 PM Toni Pohl Schema extensions enable to store extended custom data directly to objects in Azure AD. This article describes how to access data we defined and added in Introducing user schema extensions in Delegate365 with the Microsoft Graph PowerShell module. Delegate365 | English | Developer | Cloud | Microsoft | Microsoft365 | Office365 | PowerShell | Tools | atwork Mediumlink | Permalink | Comments (0) | Post RSS mehr
Azure Logic Apps Toolbox 5-Custom JSON payloads Thursday, January 14, 2021 8:51 PM Christoph Wilfing Did you ever have the problem of pushing different JSON payloads to a logic app and hitting errors due to JSON schema mismatches? The usual HTTP Request forces you to define the JSON Schema at the beginning. For every tiny difference in the later used properties you need to create your own Logic App even if the process is the same. I will show you an example of a single Logic App deciding at runtime which JSON schema to use for decoding the post body payload. Stay tuned! Azure | Cloud | Developer | English | Flow | Logic apps | Microsoft | PowerShell Mediumlink | Permalink | Comments (0) | Post RSS mehr
Working with Azure AD schema extensions and Microsoft Graph Tuesday, December 29, 2020 10:30 PM Toni Pohl Azure Active Directory is Microsoft´s Cloud Identity system that stores user, license, group, apps, device data and more data in a secure way. As developers, we can extend many of these resources with custom extension. This can be useful to store additional metadata, such as a cost center or personal data for a user, for a group or other resource types. Unfortunately, there isn't much documentation on that. Here's how to do this step-by-step for the user resource with Azure AD schema extensions in real life. Azure | Cloud | Developer | English | Graph | Microsoft | Microsoft365 | Office365 | PowerShell Mediumlink | Permalink | Comments (2) | Post RSS mehr