Tuesday, May 20, 2008

Explore your mobile device with Windows PowerShell

 

Oisin Grehan [MVP] has released a beta version of his PowerShell provider for mobile devices: SmartPhone, PocketPC and Windows Mobile. Now you can start browsing your mobile like any other PowerShell drive:


ps c:\> add-pssnapin psmobile
ps c:\> cd mobile:
ps mobile:\> cd \temp
ps mobile:\temp> copy \windows\*.gif .
ps mobile:\temp> ii banner.gif
ps mobile:\temp> ii -local banner.gif
ps mobile:\temp> ii \windows\tasks.exe
ps mobile:\temp> convertfrom-wmfile *.gif c:\temp\

 

This is COOL!

Get all the details and download it at CodePlex.

No comments: