欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
PowerShell
来自开放百科 - 灰狐
(版本间的差异)
小 (→链接) |
小 (→图集) |
||
(未显示1个用户的15个中间版本) | |||
第2行: | 第2行: | ||
Windows PowerShell 是微软公司为Windows环境所开发的壳程序(shell)及脚本语言技术,采用的是命令行界面。这项全新的技术提供了丰富的控制与自动化的系统管理能力。 | Windows PowerShell 是微软公司为Windows环境所开发的壳程序(shell)及脚本语言技术,采用的是命令行界面。这项全新的技术提供了丰富的控制与自动化的系统管理能力。 | ||
+ | |||
+ | ==简介== | ||
+ | PowerShell 使用 [[C Sharp|C#]]编写,现已开源,采用MIT许可协议,可安装在 [[Windows]], [[OS X]] 和 [[Linux]] 操作系统上。 | ||
+ | |||
+ | ==功能== | ||
+ | |||
+ | ==指南== | ||
+ | Debian | ||
+ | $ sudo apt-get install -y powershell | ||
+ | $ pwsh | ||
+ | macOS安装 | ||
+ | $ brew cask install powershell | ||
+ | $ pwsh | ||
+ | $ exit | ||
+ | 升级 | ||
+ | $ brew update | ||
+ | $ brew cask upgrade powershell | ||
+ | |||
+ | ==项目== | ||
+ | *[https://github.com/janikvonrotz/awesome-powershell Awesome PowerShell] [[文件:awesome.png]] | ||
+ | *[https://github.com/alebcay/awesome-shell Awesome Shell] [[文件:awesome.png]] | ||
+ | *[https://github.com/PowerShell/PowerShellGet PowerShellGet] | ||
+ | |||
+ | ==图集== | ||
+ | <gallery> | ||
+ | image:PowerShell-on-OSX.png|OS X | ||
+ | image:PowerShell-on-Debian.png|Debian | ||
+ | image:powershell-on-ubuntu.png|Ubuntu | ||
+ | image:Architecture-of-Windows-PowerShell.png|Windows PowerShell架构 | ||
+ | image:JEA-architecture.png|JEA架构 | ||
+ | image:Privileged-Access-Management.png|PAM | ||
+ | image:Windows-PowerShell.png|Windows PowerShell | ||
+ | </gallery> | ||
==链接== | ==链接== | ||
+ | *[https://msdn.microsoft.com/en-us/powershell PowerShell官网] | ||
+ | *[https://github.com/PowerShell/PowerShell PowerShell @ GitHub] | ||
+ | *[https://www.powershellgallery.com/ PowerShell Gallery] | ||
*[http://technet.microsoft.com/zh-cn/scriptcenter/powershell.aspx 通过 Windows PowerShell 编写脚本] | *[http://technet.microsoft.com/zh-cn/scriptcenter/powershell.aspx 通过 Windows PowerShell 编写脚本] | ||
*[http://docs.huihoo.com/microsoft/powershell-reference-apr2010.pdf Windows PowerShell 速查表] | *[http://docs.huihoo.com/microsoft/powershell-reference-apr2010.pdf Windows PowerShell 速查表] | ||
+ | *[http://technet.microsoft.com/zh-cn/library/ee221100%28en-us%29.aspx Windows PowerShell Owner's Manual] | ||
− | + | [[category:.NET]] | |
− | + | [[category:C Sharp]] | |
− | [[ | + | [[category:windows]] |
+ | [[category:OS X]] | ||
+ | [[category:linux]] |
2022年4月14日 (四) 12:21的最后版本
您可以在Wikipedia上了解到此条目的英文信息 PowerShell Thanks, Wikipedia. |
Windows PowerShell 是微软公司为Windows环境所开发的壳程序(shell)及脚本语言技术,采用的是命令行界面。这项全新的技术提供了丰富的控制与自动化的系统管理能力。
目录 |
[编辑] 简介
PowerShell 使用 C#编写,现已开源,采用MIT许可协议,可安装在 Windows, OS X 和 Linux 操作系统上。
[编辑] 功能
[编辑] 指南
Debian
$ sudo apt-get install -y powershell $ pwsh
macOS安装
$ brew cask install powershell $ pwsh $ exit
升级
$ brew update $ brew cask upgrade powershell
[编辑] 项目
[编辑] 图集
[编辑] 链接
分享您的观点