1-10 of 12 < Previous Next >
1 vote
closed

Support remote process invocation

Think of PSExec (or V2 CTP Invoke-Command) for Windows Mobile. One usage scenario would be to write a script that reinstalls software to your device after you've done a hard reset. The script cou...

id# 10356 | Planned Release: None | Last Updated: Jun 16 at 2:50 PM  by oisin
1 vote

assert failure if changing a CEFile's or CEFolder's attributes fails

$attr = [Nivot.PowerShell.WindowsMobile.CEFileAttributes] 0x844 $file = get-item mobile:\windows\phoneoff.wav # No error until next line: $file.attributes = $attr ------ Note that 0x844 is "System...

id# 10317 | Planned Release: 0.5 Beta | Last Updated: Jun 9 at 9:22 PM  by oisin
1 vote

Needs testing on 64bit Operating System

Some people are reporting problems on 64bit os. Not sure if this is rapi/interop related or not.

id# 10316 | Planned Release: None | Last Updated: Jun 9 at 4:54 PM  by oisin
1 vote

rename-item is not supported

todo.

id# 10308 | Planned Release: 0.5 Beta | Last Updated: Jun 8 at 4:01 PM  by oisin
1 vote

move-item only supports folder as a destination

move-item should allow items to be moved to a location with a new filename, .e.g ps mobile:\my pictures> move .\test.jpg '\storage card\test-backup.jpg'

id# 10309 | Planned Release: 0.5 Beta | Last Updated: Jun 8 at 4:00 PM  by oisin
1 vote

allow interaction with CE databases (contacts, mapi/mail, sms, calendar)

some new work needed here- either with irapistream, or by using .net cf 3.5 / remoting.

id# 10310 | Planned Release: 0.6 Beta | Last Updated: Jun 8 at 3:59 PM  by oisin
1 vote

implement icontentreader / icontentwriter interfaces for get-content support

It would be nice be able to read content from text/binary items on the device. ps> get-content '.\program files\myapp\readme.txt' blah blah blah ps>

id# 10311 | Planned Release: 0.5 Beta | Last Updated: Jun 8 at 3:57 PM  by oisin
1 vote
closed

Get-WMDevice cmdlet for direct access to device

A new cmdlet for accessing properties and methods controlling the device directly. PS Mobile:\Storage Card> $device = Get-WMDevice PS Mobile:\Storage Card> $device.DeviceRegistryLocalMachine.Name ...

id# 10288 | Planned Release: 0.4.1 Beta | Last Updated: Jun 6 at 7:24 PM  by oisin
1 vote
closed

new-item is not implemented yet

so md/mkdir (which actually uses new-item -itemtype directory under the covers) does not work yet.

id# 10204 | Planned Release: 0.4.1 Beta | Last Updated: May 20 at 9:15 PM  by oisin
1 vote
closed

rmdir fails

due to silliness in the act of last minute refactoring, some code was removed that was essential to rd/rmdir working correctly in the provider

id# 10203 | Planned Release: 0.4.1 Beta | Last Updated: May 20 at 9:15 PM  by oisin

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 12 < Previous 1 2 Next >
Updating...