Worüber bloggt Österreich? In der Blogothek könnt ihr die aktuellsten Beiträge der Österreichischen Blogs durchsuchen. Derzeit befinden sich Blogartikel zum Thema Microsoft Graph in der Blogothek, die natürlich immer direkt auf eure Blogs verlinken. Es sollte euch also mehr Traffic & neue Leser bringen! Stöbern und Neues entdecken, in der Blogheimat Blogothek!
Möchtet ihr nicht hier erscheinen? Einfach unter "Blog verwalten" die Blogothek Sichtbarkeit auf nein stellen.
Blogbeiträge zum Thema Microsoft Graph

Transfer German Umlaute with Invoke-RestMethod
Right now, I am working on a PowerShell script to Sync Tasks from Notion to my Microsoft Todo and back. In that case, I am using “Invoke-RestMethod” many times. And as I am in Austria and write some ToDos in German, I have to use “Uml...
PowershellMicrosoft Graph ApiMicrosofttodoMsgraphMsgraphapiNotionPowershell
Enable Lost Mode for Intune Device with PowerShell and Microsoft Graph API
I had a Requirement these days to activate the Device Lost Mode for a Mobile Intune Device during the User Leaving Process. So I checked MS Graph API if that is possible, and, yes it is. ! NOTE, as I have written this Post, this Request is under BETA M...
PowershellGraphapiIntuneLostmodeMsgraphMsgraphapiPowershell
Send Mail with Attachment, PowerShell, and Microsoft Graph API
I received a huge response to my previous Article to send a Mail with MS GRAPH API and a lot asking me, “How to add an Attachment” to that Mail. So here we are. Let’s send an Email with a DOCX Attachment with PowerShell and MS GRAPH A...
PowershellAttachmentGraphapiMsgraphMsgraphapiPowershellSendmail
Create Microsoft ToDo Task with PowerShell and Microsoft GRAPH API
Now it is time to create some Microsoft ToDo Tasks with PowerShell and MS Graph API. To learn more from Microsoft GRAPH API, see my Blog Series:Part 1 – Authentication and Azure App – Use Microsoft Graph API with PowerShell – Part 1 » TechG...
PowershellGraphapiMicrosofttodoMsgraphMsgraphapiPowershellTodo
Send Mail with PowerShell and Microsoft Graph API
We all know that the Basic Authentication end is near and that I am a huge fan of Microsoft Graph API, so I am providing an example on “How to send an Email with PowerShell and Microsoft Graph API.” To learn more from Microsoft GRAPH API, s...
PowershellGraphapiMsgraphMsgraphapiPowershellSendmail
Paging in Microsoft Graph REST API
I have written a Blog Series, on how to use Microsoft Graph REST API Part 1 – Authentication and Azure App – Use Microsoft Graph API with PowerShell – Part 1 » TechGuyPart 2 – Oauth2.0 – Use Microsoft Graph API with PowerShell – Part 2
PowershellMicrosoft GraphMicrosoft Graph ApiPowershell
Use Microsoft Graph API with PowerShell – Part 4
Ok, we are now at the final Post in this Series. We have gone throught the following Parts Part 1 – Authentication and Azure App – Use Microsoft Graph API with PowerShell – Part 1 » TechGuyPart 2 – Oauth2.0 – Use Microsoft Gr...
AzureMicrosoft Graph ApiPowershell
Use Microsoft Graph API with PowerShell – Part 3
You read the third part of this series, do a lot of examples. This should help you to build your own Requests as you need them. Part 1 – Authentication and Azure App – Use Microsoft Graph API with PowerShell – Part 1 » TechGuyPart 2 R...
AzureMicrosoft Graph ApiPowershell
Use Microsoft Graph API with PowerShell – Part 2
You read the second Part in this Series, where we will take care of the PowerShell Script itself and how Authentication will work. OAUTH2 is the Keyword here, so be as secure as possible. Variables So first, we will define some variables. At one point,...
AzureMicrosoft Graph ApiPowershell