Azure – MSGraph Powershell New-MgDriveItemChild
I'm trying to use the Microsoft Graph Powershell module to create a a folder in a Sharepoint site's drive. Looking at the documentation here I should be able to do the following: Import-Module Microsoft.Graph.Files $params = @{ name = "New…