0.1.24Gallery version
101Total downloads
33Commands
297Test specs
Documentation by task
Start with the workflow you need, then jump into generated command help when you need parameters and examples.
Windows 365 PowerShell
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,DaysSinceLastSignInStart with the workflow you need, then jump into generated command help when you need parameters and examples.