Showing results for PowerShell - PowerShell Team

Jul 10, 2023
Post comments count5
Post likes count2

JSON Adapter Feedback Provider

Steven Bucher Jim Truher
Steven,
Jim

This blog outlines a new feedback provider developed by the PowerShell Team to inform users of native executables that can output `JSON`.

PowerShellFeedback Providers
Jul 6, 2023
Post comments count2
Post likes count4

What are Feedback Providers?

Steven Bucher
Steven Bucher

This is an introduction to the concept of feedback providers in PowerShell. What they are, how to use them and why we are implementing them.

PowerShell
May 8, 2023
Post comments count0
Post likes count5

PSReadLine 2.3.1-beta1 Release

Steven Bucher
Steven Bucher

We are very excited to annouce the release of PSReadLine 2.3.1-beta1 is now available on the PowerShell Gallery! We have added a brand new tool tip feature to help give more descriptions to predictor results.

PowerShellPSReadLine
Jan 23, 2023
Post comments count2
Post likes count7

PowerShell/OpenSSH Team Investments for 2023

Steve Lee
Steve Lee

Team investments for 2023 across PowerShell, PowerShellGallery, OpenSSH, and supporting tools

PowerShellRoadmapOpenSSH
Dec 5, 2022
Post comments count0
Post likes count0

PowerShell Extension for Visual Studio Code October 2022 Update

Andy Jordan
Andy Jordan

We are excited to announce that the October update to the PowerShell Extension for Visual Studio Code is now available on the extension marketplace. This October stable release incorporates a number of bugfixes throughout September and early October, though is not based on the latest preview, v2022.10.1-preview, as the refactors involved in e...

PowerShellVisual Studio Code
Jun 27, 2022
Post comments count1
Post likes count1

Hosting PowerShell in a Python script

Jim Truher
Jim Truher

How to use Python to call the PowerShell engine without running the PowerShell executable

PowerShellPython