加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

windows-server-2008-r2 – 如何在Windows Server 2008 R2服务器

发布时间:2020-12-13 23:10:35 所属栏目:Windows 来源:网络整理
导读:我找到了指向 ocsetup MicrosoftWindowsPowerShell 要么 start ocsetup MicrosoftWindowsPowerShell 但它们没有效果. http://support.microsoft.com/kb/976736 标题:如何在运行Windows Server 2008 R2 Core的计算机上安装Windows PowerShell. 来自文章: Me
我找到了指向
ocsetup MicrosoftWindowsPowerShell

要么

start ocsetup MicrosoftWindowsPowerShell

但它们没有效果.

http://support.microsoft.com/kb/976736

标题:如何在运行Windows Server 2008 R2 Core的计算机上安装Windows PowerShell.

来自文章:

Method 1

  1. Run SCONFIG.
  2. Select option 4 (Configure Remote Management).
  3. Select option 2 (Enable Windows PowerShell).
  4. Click OK.

Method 2

Install the following features:

  • NetFx2-ServerCore
  • NetFx3-ServerCore
  • NetFx2-ServerCore-WOW64
  • NetFx3-ServerCore-WOW64
  • MicrosoftWindowsPowerShell
  • MicrosoftWindowsPowerShell-WOW64

The following are examples of the commands that install these features:

  • DISM.exe /online /enable-feature /featurename:NetFx2-ServerCore
  • DISM.exe /online /enable-feature /featurename:NetFx3-ServerCore
  • DISM.exe /online /enable-feature /featurename:NetFx2-ServerCore-WOW64
  • DISM.exe /online /enable-feature /featurename:NetFx3-ServerCore-WOW64
  • DISM.exe /online /enable-feature /featurename:MicrosoftWindowsPowerShell
  • DISM.exe /online /enable-feature /featurename:MicrosoftWindowsPowerShell-WOW64

Note Because Windows PowerShell is built on Microsoft .NET Framework,Microsoft .Net Framework must be installed correctly first for a successful Windows PowerShell installation.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读