Working with Azure AD schema extensions in Graph PowerShell
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...
View ArticleWork with the Delegate365 PowerShell in the Azure Cloud Shell
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...
View ArticleMessage Trace in Delegate365
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.Show messages in the mail clientIn this...
View ArticleExport email messages from Exchange Online to a CSV file with Graph PowerShell
I had to export email messages from a specific folder in my Outlook mailbox to a CSV file for further processing. Nothing special, just a quick export. I noticed that Outlook allows messages to be...
View ArticleCopy a SharePoint list with PnP PowerShell
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...
View ArticleCreate a file with specific size
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...
View ArticleReplacement of MSOnline and Azure AD Powershell modules
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...
View ArticleActivate the sensitivity label for Groups and Sites with Graph PowerShell
Need to activate the Microsoft 365 sensitivity labels for Groups and Sites? This must be done with PowerShell. Find the current working script here.The article Assign sensitivity labels to Microsoft...
View ArticleWorking with Microsoft Entra ID Applications – Part 1
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...
View ArticleStreamlining Automation: Integrating Scripts with Logic Apps
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...
View Article