I’m back!
再不更新
blog
就要挨骂了。今天给大家带来点新知识
,Microsoft windows powershell!(
后面的都简称
Ps)
什么是
ps
?它能给我们带来什么?
Windows PowerShell
是专为系统管理员设计的新
Windows
命令行外壳程序。该外壳程序包括交互式提示和脚本环境
,
两者既可以独立使用也可以组合使用。
与许多外壳程序一样
,
Windows PowerShell
为您提供了对计算机上文件系统的访问。此外
,
使用
Windows PowerShell
提供程序
,
还可以访问其他数据存储区
,
如注册表和数字签名证书存储区
,
与访问文件系统一样容易。
Windows PowerShell
有很大不同
·
Windows PowerShell
不处理文本。相反
,
它基于
。
NET
平台处理对象。
·
Windows PowerShell
附带了具有一致界面的大量内置命令。
在传统的外壳程序中,命令是从非常简单(如
attrib
。
exe
)到非常复杂(如
netsh
。
exe
)的可执行程序。
(原创作品首发51CTO博客,转载请注明出处:[url]http://babyxc.blog.51cto.com/[/url])
在
Windows PowerShell
中
,
大多数
cmdlet
都非常简单
,
它们设计为与其他
cmdlet
组合使用。例如
,“
get
”
cmdlet
仅检索数据
,“
set
”
cmdlet
仅建立或更改数据
,“
format
”
cmdlet
仅设置数据格式
,“
out
”
cmdlet
仅将输出定向到指定的目标。看了一些最基本的概念性问题,我们现在开始动动手。ps:
PowerShell is designed to run on all recent versions of Windows including those based on x64 processors
。
The only prerequisite for installing PowerShell is that you must first install v2
。
0 of the Microsoft
。
NET Framework
。
Note that PowerShell will preinstall in certain situations
。
For example, PowerShell is part of the Exchange Server 2007 administrative tools
。这是运行
ps
的需求
!(原创作品首发51CTO博客,转载请注明出处:[url]http://babyxc.blog.51cto.com/[/url])
Ps
的启动有
3
种方式。
若要从
“
开始
”
菜单启动
Windows PowerShell
,
请依次单击
“
开始
”
、
“
所有程序
”
、
0
和
powershell
SessionId
,可以停止在其他会话中的所有进程实例:
|