Showing results for 2019 - Page 4 of 5 - PowerShell Team

Mar 29, 2019
Post comments count3
Post likes count0

LiveFyre commenting will no longer be available on the PowerShell Gallery

Sydney Smith
Sydney Smith

Commenting on the PowerShell Gallery is provided by LiveFyre--a third-party comment system. LiveFyre is no longer supported by Adobe and therefore we are unable to service issues as they arise. We have gotten reports of authentication failing for Twitter and Microsoft AAD and unfortunately we are unable to bring back those services. As we canno...

Mar 28, 2019
Post comments count3
Post likes count0

General Availability of PowerShell Core 6.2

Steve Lee
Steve Lee

We're proud to announce that the latest version of PowerShell has been released! This is the third minor supported release of PowerShell Core, the open-source edition of PowerShell that works on Linux, macOS, and Windows! Thanks to everyone that made this release possible, including our contributors, users, and anyone who filed issues and...

Mar 22, 2019
Post comments count2
Post likes count0

PowerShell ScriptAnalyzer Version 1.18.0 Released

Jim Truher
Jim Truher

 ()  is now available on the PSGallery and brings a lot of improvements in the following areas: There are some minor breaking changes such as e.g. requiring the minimum version of PowerShell Core to 6.1 as 6.0 has reached the end of its support lifecycle. With this, it was possible to update the used...

PSScriptAnalyzer
Mar 18, 2019
Post comments count0
Post likes count0

The PowerShell Extension is now in the Azure Data Studio Marketplace

Sydney Smith
Sydney Smith

We are excited to announce the PowerShell Extension is available in the Azure Data Studio (ADS) marketplace! Now you can write PowerShell scripts with the full benefits of PowerShell Editor Services using the excellent IDE-like interface that Azure Data Studio provides. Key Features this Brings to PowerShell Editing in Azure Data Studio ...

Mar 11, 2019
Post comments count0
Post likes count0

Invoke-Sqlcmd is Now Available Supporting Cross-Platform

Steve Lee
Steve Lee

The official SqlServer module now includes a version of the Invoke-Sqlcmd cmdlet that runs in PSCore 6.2 and above. The version of the SqlServer module which contains this cmdlet is 21.1.18095-preview and is available in the PowerShell Gallery. In order to install this preview version of the module, you must run  (or  if you already have it install...

Feb 20, 2019
Post comments count0
Post likes count0

DSC Resource Kit Release February 2019

Katie Kragenbrink [MSFT]
Katie Kragenbrink [MSFT]

We just released the DSC Resource Kit! This release includes updates to 14 DSC resource modules. In the past 6 weeks, 126 pull requests have been merged and 102 issues have been closed, all thanks to our amazing community! The modules updated in this release are: For a detailed ...

DSCDesired State ConfigurationDSC Resource Kit
Jan 28, 2019
Post comments count1
Post likes count1

Parsing Text with PowerShell (3/3)

Steve Lee
Steve Lee

This is the third and final post in a three-part series. In the previous posts, we looked at the different operators what are available to us in PowerShell. When analyzing crashes at DICE, I noticed that some of the C++ runtime binaries where missing debug symbols. They should be avail...

Jan 24, 2019
Post comments count0
Post likes count1

Parsing Text with PowerShell (2/3)

Steve Lee
Steve Lee

This is the second post in a three-part series. The operator The operator splits one or more strings into substrings. The first example is a name-value pattern, which is a common parsing task. Note the usage of the Max-substrings parameter to the operator. We want to ensure that it doesn'...

Jan 23, 2019
Post comments count0
Post likes count0

The PowerShell-Docs repositories have been moved

Sean Wheeler (PowerShell)
Sean Wheeler (PowerShell)

The PowerShell-Docs repositories have been moved from the PowerShell organization to the MicrosoftDocs organization in GitHub. The tools we use to build the documentation are designed to work in the MicrosoftDocs org. Moving the repository lets us build the foundation for future improvements in our documentation experience. Impact of the move...