`
blogfeifei
  • 浏览: 1217976 次
文章分类
社区版块
存档分类
最新评论

Windows Server 2008: Install Windows PowerShell

 
阅读更多

PowerShell, Microsoft’s replacement for the commandline, is included with Windows Server 2008, but you do need to install it. Here are the steps you need to take to get PowerShell up and running on your server:


1. Click Start and select Server Manager.

2. When the Server Manager window appears, go to the left pane and select Features.

3. On the right, click the Add Features link.

4. Scroll down the list and check the Windows PowerShell checkbox.

5. Click Next.

6. Click Install.

7. When the installation is complete, Windows should display that the installation succeeded.

8. Click Close.

9. Close the Server Manager.

10. To open PowerShell, go to the Start Menu, click All Programs and expand the Windows PowerShell 1.0 folder to get to the shortcut to Windows PowerShell.

<!-- google_ad_section_end -->
分享到:
评论

相关推荐

    Windows server Powershell 部署DHCPv6.docx

    通过PowerShell,你可以使用`Install-WindowsFeature DHCP –IncludeManagementTools`命令来添加DHCP服务及相关的管理工具。这个命令将安装DHCP服务器角色以及所需的管理工具,让你能够通过图形界面或命令行进行配置...

    Windows-Server-2012-R2安装SQL-Server-2012出现的问题.docx

    "Windows Server 2012 R2 安装 SQL Server 2012出现的问题" 在安装 SQL Server 2012 时,可能会出现一些问题,例如 OS 和 SQL Server 语言不同导致的报错、安装停留在启用操作系统功能 NetFx3 界面上、安装 .NET ...

    数据保护:Windows Server 2008 R2 中的备份基础.doc

    《数据保护:Windows Server 2008 R2 中的备份基础》 Windows Server 2008 R2 提供了一套全新的备份工具,旨在帮助IT专业人员更好地保护其服务器数据。相较于旧版的NTBackup,这个新工具集提供更高效、更便捷的备份...

    Windows PowerShell 中文讲座

    值得注意的是,Windows Server 2008中已经内置了PowerShell,但需要手动安装才能启用。 **安装Windows PowerShell 1.0** 在Windows Server 2008上,PowerShell被视为一个“功能”。安装可以通过图形界面的“服务器...

    Windows 2008 R2常用的25个PowerShell命令

    在本文中,我们将深入探讨Windows 2008 R2中常用的25个PowerShell命令,这些命令覆盖了系统管理、网络配置、软件更新等多个方面,是每个Windows系统管理员都应该掌握的基本技能。 1. **导航到Windows注册表:** ...

    Windows Install Clean Up+SRVINSTW

    然而,值得注意的是,由于Windows Install Clean Up已经不再支持新的操作系统版本,如Windows 8及更高版本,对于这些系统,推荐使用“程序和功能”中的“更改/修复”选项或者通过Windows PowerShell的`msiexec`命令...

    windowsserver core如何进到gui界面.doc

    `Install-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra` 这将安装图形化界面所需的组件,并显示安装进度条。 步骤 6: 重启系统 重启系统以确保安装生效。 步骤 7: 进入图形化界面 重启系统后,系统...

    PSOracleQuery:PowerShell函数从Windows查询Oracle数据库

    这是一个PowerShell模块,可以使用OS身份验证或数据库用户凭据从Windows查询Oracle数据库。 用户可以传递查询或SQL文件以对数据库运行。 它适用于Windows和Linux服务器上托管的数据库。 依存关系 要访问数据库,该...

    PSPKI:PowerShell PKI模块

    PowerShell PKI模块项目介绍...文献资料所有文档都可以在PKI解决方案上找到:使用PowerShell从PowerShell库下载并安装PowerShell PKI模块Install-Module - Name PSPKI模块要求Windows PowerShell 3.0或更高版本.NET Fra

    Windows Server 2012 R2 或 2016无法安装.Net 3.5.1

    3. 使用Windows PowerShell的Install-WindowsFeature命令安装.NET Framework 3.5.1核心功能: ```powershell Install-WindowsFeature Net-Framework-Core ``` 4. 再次设置Windows更新策略,恢复到之前的设置,以...

    Windowsserver2012R2命令安装IIS和net3.5.docx

    在Powershell中,可以使用`Install-WindowsFeature`命令指定源文件路径进行安装,例如: ``` Install-WindowsFeature NET-Framework-Core –Source G:\Sources\sxs ``` 这里的`G:\Sources\sxs`是.NET Framework 3.5...

    解决Windows Server 安装后无法使用无线与音频 问题

    install-windowsfeature Wireless-Networking 之后重启。 运行cmd输入: sc config WlanSvc start= auto && sc start Audiosrv 2.音频服务 运行cmd输入: sc config Audiosrv start= auto && sc start Audiosrv ...

    node.js插件工具

    C:\Windows\System32\WindowsPowerShell\v1.0\; c:\python32\python;C:\MinGW\bin;C:\Program Files\GTK2-Runtime\lib; C:\Program Files\MySQL\MySQL Server 5.5\bin;C:\Program Files\nodejs\; C:\Users\rg\App...

    Windows Server 2021 GUI与Core的切换方法.docx

    2. **安装GUI组件**:执行命令`Install-WindowsFeature Server-Gui-Shell -Restart`。这将安装图形界面所需的组件,并自动重启服务器。 3. **返回到GUI界面**:重启后,您将回到完整的GUI环境中。 #### 四、注意...

    加域的Win10电脑不能运行windows Hello的解决方法

    如果域服务器是 Windows Server 2008R2 的话,我们需要额外配置以支持 Windows 10 的组策略。具体步骤如下: 1. 下载 ADMX 模板:https://www.microsoft.com/en-us/download/details.aspx?id=53430 2. 在 DC 的 \\...

    Windows Server 2012 R2 简体中文语言包

    Windows Server 2012 R2 简体中文语言包 打开PowerShell,输入“LPKSetup.exe”,单击“install display languages”,单击“browse...”来选择下载好的语言包(zh-cn下的lp)

    OpenSSH-Win64.zip

    New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -PropertyType String -Force New-ItemProperty -Path "HKLM:\...

    SQLServerLoginMonitor:使用PowerShell和Windows Task Scheduler API对可远程访问SQL Server数据库进行蛮力攻击防御

    SQL Server登录监视器使用PowerShell和Windows Task Scheduler API对可远程访问SQL Server数据库进行蛮力攻击防御。 本文中的更多详细信息: : 安装: 以本地Windows管理员(或域管理员)身份登录运行SQL Server的...

    windows server 2016安装docker的方法步骤

    在Windows Server 2016中安装Docker是一项重要的任务,因为这将允许你利用容器技术来部署和管理应用程序。Windows Server 2016原生支持两种类型的容器:Windows Server容器和Hyper-V容器,这两种容器都提供了一种轻...

    Windows:Ansible_客户端部署.pdf

    对于Windows 7和Server 2008 R2的部署,还有必要执行一个特定的补丁安装脚本Install-WMF3Hotfix.ps1。这个脚本可以被下载自GitHub上Ansible相关的仓库。安装这个脚本时,需要将其文件拷贝至Windows机器,并使用...

Global site tag (gtag.js) - Google Analytics