码迷,mamicode.com
首页 > 系统相关 > 详细

powershell执行脚本

时间:2015-04-01 16:56:31      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:

执行powershell脚本有两种方式:

1、通过命令行参数启动脚本

C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -version 2.0 -noexit -command ". ‘C:\Users\Administrator\Desktop\myshell.ps1‘"

2、通过Import-Module命令导入脚本

Import-Module C:\Users\Administrator\Desktop\myshell.ps1

powershell执行脚本

标签:

原文地址:http://www.cnblogs.com/MrHacker/p/4383836.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!