Worüber bloggt Österreich? In der Blogothek könnt ihr die aktuellsten Beiträge der Österreichischen Blogs durchsuchen. Derzeit befinden sich Blogartikel zum Thema Msgraph 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 Msgraph

Create Azure Resource Group with PowerShell and MS Graph API
In this post, I want to show you how you create an Azure Resource Group with PowerShell using MS GRAPH API. Some of the Use cases❗✔️Delegate the Azure Resource Group creation✔️Control your Azure Resource Group outside Azure Portal.✔️Mass ...
PowershellAzureGraphapiMsgraphMsgraphapiMsteamsPowershell
Create Azure Guest User with PowerShell and MS Graph API
In this post, I want to show you how you create an Azure Guest User with PowerShell using MS GRAPH API. Some of the Use cases❗✔️Delegate the Guest User Invitation to Azure AD✔️Control your Azure Guest Users outside Azure Portal.✔️Customiz...
PowershellGraphapiMsgraphMsgraphapiMsteamsPowershell
Change a Teams Member to an Owner with PowerShell and MS Graph API
In this post, I want to show you how you can change a Teams Team Member to an Owner with PowerShell using MS GRAPH API. Some of the Use cases❗✔️Make sure not everyone can change a Team Member or Owner✔️Control your Members and Owners of a Tea...
PowershellGraphapiMsgraphMsgraphapiMsteamsPowershell
Change a Teams Owner to a Member with PowerShell and MS Graph API
In this post, I want to show you how you can change a Teams Team Owner to a Member with PowerShell using MS GRAPH API. Some of the Use cases❗✔️Make sure not everyone can change a Team Member or Owner✔️Control your Members and Owners of a Team...
PowershellGraphapiMsgraphMsgraphapiMsteamsPowershell
Create a Channel in Teams with PowerShell and MS Graph API
In this post, I want to show you how you can create a Team Channel in Teams with PowerShell using MS GRAPH API. Some of the Use cases❗✔️Make sure not everyone can create a new Channel✔️Control your Channels outside Teams.✔️Many more…...
PowershellChannelGraphapiMsgraphMsgraphapiMsteamsPowershell
Remove a Member from a Microsoft Teams Team with PowerShell and MS Graph API
In this post, I want to show you how you can remove a Member from a Microsoft Teams Team with PowerShell using MS GRAPH API. Some of the Use cases❗✔️Make sure not everyone can remove a Team Member.✔️Control your Members of a Team outside Team...
PowershellGraphapiMsgraphMsgraphapiMsteamsPowershell
Add a Member to a Microsoft Teams Team with PowerShell and MS Graph API
In this post, I want to show you how you can add a new Member to a Microsoft Teams Team with PowerShell using MS GRAPH API. Some of the Use cases❗✔️Make sure not everyone can add a new Team Member.✔️Control your Members of a Team outside Team...
PowershellGraphapiMsgraphMsgraphapiMsteamsPowershell
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