On Jun 4, 1:11 pm, Oisin Grehan <ois...@gmail.com> wrote:
> Given that I've only owned a Windows Mobile device for about 9 months
> (I've got a htc tytn running wm6), what sort of things would you like
> to see in it? Currently I've got filesystem/registry access working,
> read-only.
Ois, this is awesome news, I can't wait to test this out. On the
ideas side, I think it would be awesome to have PIM data access. For
example:
25# Get-PSProvider *mob* | ft -auto
Name Capabilities Drives
---- ------------ ------
WindowsMobile Filter, ShouldProcess {htc_tytn}
26# cd htc_tytn:
htc_tytn:\
27# dir c* | ft name
Directory: Microsoft.PowerShell.Core\WindowsMobile::htc_tytn:\
Name
----
Calendar
Contacts
28# dir contacts | select-object name,workphone -first 2
Name WorkPhone
---- ---------
John Smith +1(404)555-1212
Jane Smith +1(770)555-1212
---
That should keep you busy for a while.