Posts by this author

Feb 25, 2021
4
0

PowerShell for Visual Studio Code Updates – February 2021

  We are excited to announce that updates to our PowerShell extension and PowerShell Preview extension are now available on the Visual Studio Code marketplace. This blog will explain what is new in these releases as well as what you can expect from the extension in the coming months. What's new in the PowerShell Extension release This inc...

Visual Studio Code
Jan 7, 2021
4
0

SecretManagement and SecretStore Release Candidates

The SecretManagement and SecretStore release candidate (RC) modules are now available on the PowerShell Gallery. The SecretManagement module helps users manage secrets by providing a common set of cmdlets to interface with secrets across vaults. This module supports an extensible model where local and remote vaults can be registered and unregister...

SecretManagementSecretStore
Dec 2, 2020
2
0

Incident Report – PowerShell Gallery Downtime October 30, 2020

  The PowerShell gallery experienced downtime on October 30th 2020. This report will give context as to what caused the downtime, what actions were taken to mitigate the issue, and what steps we are taking to improve the PowerShell gallery experience moving forward. Downtime Impact The downtime was declared at 2020-10-30 03:29 PDT, and wa...

Nov 16, 2020
4
0

SecretManagement preview 6 and SecretStore preview 4

Two updated preview releases are now available on the PowerShell Gallery: For more information on these modules check out these previous blog posts: Before installing these modules, please uninstall the current preview versions of the modules and restart your PowerShell session. To install these updates run the foll...

SecretManagementSecretStore
Nov 3, 2020
6
0

SecretManagement and SecretStore Updates

Two updated preview releases are now available on the PowerShell Gallery: Before installing these modules please uninstall the current preview versions of the modules and restart your PowerShell session. To install these updates run the following commands: SecretManagement Preview 5 Updates This update to SecretManagement im...

SecretManagementSecretStore
Sep 30, 2020
3
0

SecretManagement and SecretStore Updates

Two updated preview releases are now available on the PowerShell Gallery: Please note that these preview releases contain breaking changes. This version of SecretStore is incompatible with previous versions because the configuration format has changed. The previous file store cannot be read by the new version and you will need to reset...

SecretManagementSecretStore
Sep 16, 2020
6
0

SecretManagement Preview 3

We are excited to announce two modules are now available on the PowerShell Gallery: To install the modules and register the SecretStore vault, open any PowerShell console and run: NOTE: This version of the module has a major breaking changing, if you have used past preview versions of the SecretManagement module, secrets previousl...

SecretManagement
Sep 10, 2020
2
0

PowerShellGet 3.0 Preview 10 Release

In this blog post we are excited to share: PowerShellGet 3.0 Preview Updates PowerShellGet 3.0 preview 10 is now available on the PowerShell Gallery. This blog post will cover all of the feature updates since we last published a blog post ( preview 6). These versions include completed functionality for updating PSResources, input-...

PowerShellGet
Jul 28, 2020
1
0

PSScriptAnalyzer 1.19.1

PSScriptAnalyzer 1.19.1 is now available on the PowerShell Gallery. This minor update fixes a few user-reported bugs and introduces a new rule (which is disabled by default) for avoiding using double quotes for constant strings. To install this version of the module, open any PowerShell console and run:  New Rule AvoidUsingDoubleQuotesForConstant...

Jul 7, 2020
2
0

PowerShellGet 3.0 Preview 6 Release

Since our last blog post we have released two preview versions (previews 4 and 6) of the PowerShellGet 3.0 module. These releases have introduced publish functionality, repository wildcard search, and fixed error handling when a repository is not accessible in Find-PSResource. Note that preview 5 was unlisted due to a packaging error discovered pos...

PowerShellGet