FIX: We can’t sync this folder or Unable to sync shortcut OneDrive

Before we start! In this blog post I discuss two error messages for OneDrive. They are both about the same problem, just the other way around, but have something to do with an unable to sync to or from OneDrive. I wrote a paragraph for both error messages. Look carefully at the error message so … Continue reading FIX: We can’t sync this folder or Unable to sync shortcut OneDrive

How to use Microsoft Graph REST API Docs for PowerShell users

How to use the Graph API for PowerShellers Before you start, I want to tell you that this is my way of working with the Microsoft Graph API & PowerShell. It may be that you don’t like this & that you prefer another way and that’s fine too. It would be nice if you share … Continue reading How to use Microsoft Graph REST API Docs for PowerShell users

How to upload files to SharePoint with MS Graph API and PowerShell

Uploading files to OneDrive or SharePoint through the Microsoft Graph API with PowerShell In the tutorial below I explain how you can upload files to SharePoint sites including to child directories. There is no way in the tutorial how to do this directly with the Microsoft Graph API URLs. I have written a cmdlet in … Continue reading How to upload files to SharePoint with MS Graph API and PowerShell

How to download files from SharePoint with MS Graph API and PowerShell

Get SharePoint Files in a site and download them to your local device In the tutorial below I explain how you can request all files from SharePoint sites including child directories.You can also download them right away. There is no way in the tutorial how to do this directly with the Microsoft Graph API URLs. … Continue reading How to download files from SharePoint with MS Graph API and PowerShell

How to get the AzureAD AuditLog with the MS Graph API and PowerShell

Auditlog in AzureAD and PowerShell Azure AD contains a lot of audit logging. All kinds of audit logs are written in Azure AD, which are stored for 90 days by default.You can call these logs with the Microsoft Graph API. In the blog below I’m going to explain how to get a list of audit … Continue reading How to get the AzureAD AuditLog with the MS Graph API and PowerShell