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.25Gallery version
113Total downloads
37Commands
330Test specs