Powershell 7.1의 새로운 기능

3673 단어 powershellspanish
Powershell이 ​​시간이 지남에 따라 새 작업을 다시 시작합니다. Windows Powershell에는 Windows 7 SP1 및 Windows Server 2008 R2 SP1이 포함되어 있으며 .NET Framework, 기존 .NET 버전, 다중 플랫폼 버전이 아닌 .NET Core 버전이 있습니다. Windows, Linux 및 macOS에서 사용할 수 없는 새로운 버전의 다중 플랫폼과 같은 새로운 버전인 siendo una .NET Core를 사용하는 Microsoft LANZó PowerShell Core. Microsoft는 PowerShell Core를 사용할 수 없는 코드를 포함하고 있습니다GitHub. PowerShell의 강력한 추진력은 PowerShell como framework de automatización en multiples plataformas y casos de uso, finalmente, separar Powershell de los lanzamientos de Windows le permite a Microsoft 채택 una postura mucho más agresiva para lanzar nuevas funciones y características de PowerShell, cada tres 메시지.

라스 프린시펄은 PowerShell 7.1 개정판에서 개정되었습니다.

  • .NET Core 5.0 구성

    PowerShell Core의 Cada 버전은 .NET Core의 새 버전과 상관 관계가 있습니다. .NET Core 3.1(LTS) 기반의 PowerShell 7.0, .NET 5.0 기반의 PowerShell 7.1. PowerShell Core의 모든 다운로드 버전은 LTS(Largo Plaza) 및 버전 설정을 지원하는 elegir entre ediciones입니다. PowerShell 7.1은 Powershell 7.0.3에서 LTS와 함께 사용할 수 있는 버전입니다.

  • PSReadLine 2.1.0 포함

    El autocompletado con Tab existe hace mucho tiempo en varios IDE de programación, esto permite escribir solo una parte de un comando, pulsar Tab y el comando completo se escriba automáticamente. 금지 사항은 PowerShell의 cmdlet에 존재하는 것, Azure PowerShell의 cmdlet에 포함된 것, Tab의 전체 기능을 포함하는 것, 아직 작동하지 않음, 작동하지 않는 것입니다.

    Predictive Intellisense es la próxima evolución del autocompletado con Tab, ya que predice qué comando es posible que desee ingresar según el historial del cmdlet. Predictive Intellisense는 PSReadLine을 모듈로 사용할 수 있습니다. PowerShell 7.1 이전 버전은 PSReadLine 모듈을 설치하기 위해 설치해야 하는 시대입니다. PowerShell 7.1에 PSReadLine 2.1.0 모듈을 설치하려면 단독으로 cmdlet을 조정해야 합니다.
    Set-PSReadLineOption -PredictionSource History
    
    Luego de habilitar el modulo, cuando se escribe un cmdlet verá una sugerencia basada en Predictive Intellisense. 예를 들어, PSReadLine 모듈을 설치할 필요 없이 이미 이미지에 저장하려면 PowerShell 7.1에 미리 결정된 모듈을 포함해야 합니다.



  • Microsoft Store의 Publicado

    PowerShell Core에서 다운로드할 수 있는 가능성이 있는 Microsoft 스토어를 다운로드할 수 있습니다. PowerShell 7.1에 대한 이전 버전, PowerShell에 대한 새로운 버전이 필요한 시대página oficial de PowerShell en GitHub . Para quienes ejecutan de PowerShell como parte de la Tienda Windows permitirá encontrar, descargar e instalar PowerShell Core con menos esfuerzo, adicionalmente esto incluye que Microsoft Store permite realizar las actualizaciones disponibles junto con las actualizaciones regulares que se muestran en la tienda .



  • 마지막으로, Microsoft는 PowerShell 7.1 버전의 문제를 해결하고 정정 오류를 수정하기 위해 문제를 해결하기 위해 이전 버전을 열거했지만 Ubuntu 20.04와 호환되는 Ubuntu 20.04를 포함하여 PowerShell 7.0은 이전 시대가 아닙니다.

    Para ver una lista completa de las nuevas funciones específicas, las actualizaciones de cmdlet y otras mejoras en esta version, ingrese a https://docs.microsoft.com/en-us/powershell/scripting/whats-new/what-s-new-in-powershell-71?view=powershell-7.1 .

    좋은 웹페이지 즐겨찾기