2008R2core模式下安装PowerShell[为企业部署Windows Server 2008系列十一]

简介:
windows server 2008 R2版本发布一段时间了,再三斟酌后还是决定将2008R2的应用也写进本次2008主题中来。
很多朋友喜欢core模式,甚至喜欢命令行,那么安装了core模式的你,再给core模式的2008R2安装上PowerShell 那真是将命令行发挥到极致了(帅呆了!!)。
对,我也是这样想的!
那么下面我们一起来看看如何在core模式下安装PowerShell:
第一步:用下面的命令列出当前服务器的功能和状态:
DISM /Online /Get-Features
1
第二步:启用 NetFx2-ServerCore 的功能:
DISM /Online /Enable-Feature /FeatureName: NetFx2-ServerCore
2
第三步:启用PowerShell功能:
DISM /Online /Enable-Feature /FeatureName: MicrosoftWindowsPowerShell
3
完成了上面三步后,我们就可以切换到PowerShell的安装目录尽情的使用她了:
cd c:\windows\system32\windowsPowerShell\v1.0
PowerShell
4
总结:其实在上面步骤中,安装PowerShell只需要两条命令:“DISM /Online /Enable-Feature /FeatureName: NetFx2-ServerCore”、“DISM /Online /Enable-Feature /FeatureName: MicrosoftWindowsPowerShell”。
而上述命令中的DISM是2008R2系统中才有的一条映像文件管理命令。




本文转自 angerfire 51CTO博客,原文链接:http://blog.51cto.com/angerfire/200165,如需转载请自行联系原作者
目录
相关文章
|
13天前
|
数据安全/隐私保护 Windows
安装 Windows Server 2019
安装 Windows Server 2019
|
13天前
|
Windows
安装 Windows Server 2003
安装 Windows Server 2003
|
14天前
|
NoSQL Shell MongoDB
Windows 平台安装 MongoDB
10月更文挑战第10天
28 0
Windows 平台安装 MongoDB
|
4天前
|
Linux 网络安全 虚拟化
适用于Linux的Windows子系统(WSL1)的安装与使用记录
并放到启动文件夹,就可以开机自动启动了。
9 0
|
12天前
|
监控 关系型数据库 MySQL
PowerShell 脚本编写 :自动化Windows 开发工作流程
PowerShell 脚本编写 :自动化Windows 开发工作流程
16 0
|
13天前
|
Windows
安装Windows XP系统
安装Windows XP系统
|
20天前
|
边缘计算 安全 网络安全
|
16天前
|
网络协议 Windows
Windows Server 2019 DHCP服务器搭建
Windows Server 2019 DHCP服务器搭建
|
16天前
|
网络协议 定位技术 Windows
Windows Server 2019 DNS服务器搭建
Windows Server 2019 DNS服务器搭建