Skip to main content

Windows 365 PowerShell

Manage Cloud PCs from the shell

WindowsCloudPC wraps Microsoft Graph beta endpoints in practical PowerShell commands for inventory, usage reporting, snapshots, reprovisioning, and licensing.

Install-Module WindowsCloudPC -Scope CurrentUser
Connect-CloudPC

Get-CloudPCUsage |
  Sort-Object DaysSinceLastSignIn -Descending |
  Format-Table CloudPcName,UsageStatus,DaysSinceLastSignIn
0.1.24Gallery version
101Total downloads
33Commands
297Test specs