Software 42309 Published by

Microsoft has released PowerShell 7.1.1.





PowerShell

PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing tools and is optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models. It includes a command-line shell, an associated scripting language and a framework for processing cmdlets.

7.1.1 - 2021-01-14

General Cmdlet Updates and Fixes

  • Avoid an exception if file system does not support reparse points ( #13634) (Thanks @iSazonov!)
  • Make AppLocker Enforce mode take precedence over UMCI Audit mode ( #14353)

Code Cleanup

  • Fix syntax error in Windows packaging script ( #14377)

Build and Packaging Improvements

  • Use one feed in each nuget.config in official builds ( #14363)
  • Fix path signed RPMs are uploaded from in release build ( #14424)
  • Fix issue with unsigned build ( #14367)
  • Move macOS and NuGet packages to ESRP signing ( #14324)
  • Move Windows packages signing to use ESRP ( #14060)
  • Move Linux packages to ESRP signing ( #14210)
  • Migrate 3rd party signing to ESRP ( #14010)
  • Don't do a shallow checkout ( #13992)
  • Move to ESRP signing for Windows files ( #13988)
  • Add checkout step to release build templates ( #13840)


PowerShell 7.1.1