it之家3月5日消息 微软今天宣布了powershell 7的全面可用性,这是powershell自动化工具和配置框架的最新重大更新。it之家曾报道,去年通过powershell core 6,powershell成为跨平台框架,在windows,macos和linux上均受支持。
it之家获悉,微软powershell 7引入了一些新功能,下面是内容介绍:
使用foreach-object -parallel进行pipeline行化
新的运算符
三元运算符:a ? b : c
pipeline 主运算符:|| 和 &&
空分配和合并运算符:?? 和 ??=
简化的动态错误视图和get-error cmdlet,可更轻松地调查错误
兼容性层,使用户能够在隐式windows powershell会话中导入模块
自动新版本通知
直接从powershell 7调用以调用dsc资源的能力(实验性)
powershell 7还包括几个新的cmdlet/api,还有错误修复。
以下操作系统支持powershell 7:
windows 7、8.1和10
windows server 2008 r2、2012、2012 r2、2016和2019
macos 10.13以上
red hat 企业linux(rhel)/ centos 7+
fedora 29+
debian 9+
ubuntu 16.04 以上
opensuse 15+
alpine linux 3.8+
debian和ubuntu的arm32和arm64版本
arm64 alpine linux
关于微软powershell 7更多信息:点此链接。