Forum Discussion
robnicholsonmalt
Aug 18, 2025Brass Contributor
Why isn't there a PowerShell module for OneDrive?
Out of all the various applications that Microsoft produce, OneDrive stands out as an anomaly. Where is the PowerShell module for managing it? Some very simple requirements by developers are simply m...
Tovar
Aug 19, 2025Iron Contributor
Microsoft never released a dedicated PowerShell module for OneDrive because OneDrive is built on SharePoint Online and Graph API, so management is expected through those interfaces instead. The sync client itself isn’t designed for admin automation, which is why checks like “is sync running” have no cmdlet support—you have to rely on Graph queries, logs, or registry checks as workarounds.