Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124

Microsoft has rolled out a new set of PowerShell scripts that give IT admins a much simpler way to view, export, and delete users’ Windows settings backup data. Instead of hand-crafting calls against the Microsoft Graph windowsSetting APIs, admins can now run a couple of purpose-built cmdlets and get the job done in minutes.
Managing Windows backup data through raw Graph API calls has always been possible, but it was a tedious process that required admins to understand endpoint structures, authentication flows, and payload formatting. This new tooling wraps all of that complexity into two straightforward scripts, lowering the barrier for day-to-day data governance and compliance tasks.

The release ships with two key scripts:
Get-WindowsBackup
Get-WindowsBackup -UserId user@domain.com
Remove-WindowsBackup -UserId user@domain.com
Running Get-WindowsBackup with no parameters returns your own backup data — no special permissions needed. To view or remove another user’s data, you’ll need the Microsoft 365 Backup Administrator role assigned to your account.
Microsoft.Graph.Authentication module (installs automatically on first run)login.microsoftonline.com and the Graph API endpointsMicrosoft is distributing the tooling through the PowerShell Gallery:
Install-Module WindowsBackupAdmin -Scope CurrentUser
Microsoft.Graph.Authentication as a runtime dependency, but Microsoft notes the scripts themselves contain no third-party code.Remove-WindowsBackup with the same caution you’d apply to any destructive Graph or Exchange cmdlet — test in a non-production tenant first.This is a small but genuinely useful quality-of-life release for admins who regularly handle Windows Backup and Restore data across a fleet of devices. It won’t replace a full backup management platform, but for quick lookups, exports, and cleanup tasks, it beats scripting raw Graph calls every time.

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.