简体   繁体   English

Powershell中的打开设备

[英]open-device in Powershell

I am using powershell to connect to a Windows Phone 8 device. 我正在使用Powershell连接到Windows Phone 8设备。 Open-Device was being used before to accomplish this in windows 7, but there is something different going on in windows 8, and I'm not sure what it is. 在Windows 7中曾经使用过Open Device来完成此任务,但是Windows 8中发生了一些不同的事情,我不确定它是什么。 When I run it now, it responds that it does not recognize the cmdlet, function, program, etc.. What does it take to be able to run "open-device" in Windows 8? 当我现在运行它时,它会响应它无法识别该cmdlet,函数,程序等。要在Windows 8中运行“打开设备”怎么办?

For some background, this is for installing an app on a Windows Phone 8 using a .xap file and a .xml license file. 在某些背景下,这是用于使用.xap文件和.xml许可证文件在Windows Phone 8上安装应用程序。

Sorry if the info isn't as thorough as it could be, I'm just an intern with no idea what's actually going on :) 抱歉,如果信息不够详尽,我只是一个实习生,不知道实际发生了什么:)

Give windows phone 8 IP address 给予Windows Phone 8 IP地址

open-device "0.0.0.0" 打开设备“ 0.0.0.0”

or 要么

Open-Device -DeviceIPAddress "0.0.0.0" 打开设备-DeviceIPAddress“ 0.0.0.0”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM