|
|
|
1-10 of 12
< Previous Next >
|
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
$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
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
todo.
id# 10308 | Planned Release: 0.5 Beta | Last Updated: Jun 8 at 4:01 PM
by oisin
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
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
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
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
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
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
|
|
1-10 of 12
< Previous 1 2 Next >
|
|
|
|
|
|
|