PSMobile is a Powershell provider by Microsoft MVP Oisin Grehan for Windows Mobile Pocket PC and Smartphone devices that allows you to remotely invoke applications and manage, explore and manipulate the file system and registry of your mobile device using command line from your Windows desktop computer.

Key features of PSMobile include:

+ Copy, Move, Delete items between folders on your device (including Storage Card) with standard PowerShell Cmdlets
+ Move/Copy files to/from your device and your desktop with ConvertTo-WMFile and ConvertFrom-WMFile
+ Get device information and manipulate and explore the registry with a rich device object returned from Get-WMDevice


PSMobile: Windows Mobile Powershell Provider to Manage & Explore Pocket PC, Smartphone from Computer

+ Invoke-Item against remote items to or execute or trigger their associated applications
+ Invoke-Item with -Local switch to attempt to execute a remote file in the context of your local desktop (e.g. office docs or images/videos)
+ New “Mode” attributes specific to Windows Mobile file attributes: (I)nRom, Rom(M)odule
+ File/Folder objects’ attributes can be modified with .Attributes properties just like FileInfos etc.
+ Tab completion with MoW’s PowerTab Download

Click here to download PSmobile Windows Powershell provider for Windows Mobile.