Documentation
Install DesktopManager
Install DesktopManager as a PowerShell module or NuGet package.
Install DesktopManager before trying the curated desktop automation examples.
Install-Module -Name DesktopManager -Scope CurrentUser
Import-Module DesktopManager
For .NET application integration, reference the DesktopManager NuGet package instead.