Showing archive results for 2017

Oct 19, 2017
Post comments count0
Post likes count0

Navigate Azure Resources Just Like a File System

JeniTao
JeniTao

At Microsoft Ignite (around 8:15 min), we announced the Public Preview of PowerShell in Azure Cloud Shell.  A unique feature of PowerShell experience in Azure Cloud Shell is navigation of Azure resources via the Azure drive (Azure:).  Today, we are making this feature available on PowerShell Gallery as well as making the source code available o...

Azure Resources NavigationAzurePSDriveCloudShell
Oct 16, 2017
Post comments count0
Post likes count0

Polaris – simple Microservices using only PowerShell

Tyler Leonhardt [MSFT]
Tyler Leonhardt [MSFT]

Polaris - Simple Microservices using only PowerShell Polaris is a cross-platform, minimalist web framework for PowerShell Core 6. With 6 lines of code, you have your very own webserver running and ready to accept requests - all within PowerShell:   Disclaimer We open sourced this as an experiment. It's not an officially support...

Oct 5, 2017
Post comments count0
Post likes count0

DSC Resource Kit Release October 2017

Katie Keim [MSFT]
Katie Keim [MSFT]

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

DSCDSC Resource KitResources
Sep 26, 2017
Post comments count0
Post likes count0

PowerShell in Azure Cloud Shell (Preview) is now publically available in Azure Portal

PowerShell Team
PowerShell Team

Yesterday, at IGNITE 2017, we announced the public availability of PowerShell in Azure Cloud Shell. With the addition of PowerShell in Cloud Shell, alongside Bash in Azure Cloud Shell, you now have the flexibility to choose the shell experience that works best for you. Thank you to our private preview users who helped shape the current experience ...

Sep 12, 2017
Post comments count1
Post likes count0

DSC Future Direction Update

Mark Gray [MSFT]
Mark Gray [MSFT]

PowerShell Core and DSC PowerShell is open sourced and moving over to .Net Standard 2.0 for the reasons outlined in Jeffrey's blog post. Like PowerShell, PowerShell Desired State configuration (DSC) needs to meet customers in this multi-platform, multi-cloud, multi-OS world where they live. In Joey's blog post, he outlined what this means to the fu...

DSCAzure DSC extension
Aug 24, 2017
Post comments count0
Post likes count0

Windows PowerShell 2.0 Deprecation

Joey Aiello
Joey Aiello

We recently announced that Windows PowerShell 2.0 is being deprecated in the Windows 10 Fall Creators Update. Deprecation is a process whereby technologies or applications are marked as legacy, signalling to users that they may be removed in the future, and that should move away from them and towards newer alternatives. We do not currently h...

Aug 23, 2017
Post comments count0
Post likes count0

DSC Resource Kit Release August 2017

Katie Keim [MSFT]
Katie Keim [MSFT]

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

DSCDSC Resource KitResources
Aug 15, 2017
Post comments count0
Post likes count0

PSSwagger – Automatically generate PowerShell cmdlets from OpenAPI (f.k.a Swagger) specification

Manikyam Bavandla [MSFT]
Manikyam Bavandla [MSFT]

As a PowerShell enthusiast or DevOps professional, have you ever thought of having a tool that automatically generates PowerShell cmdlets to manage or access a RESTful Web Service? We are happy to share PSSwagger - the PowerShell Cmdlet generator for OpenAPI based web services. At PowerShell Conference Europe 2017, Jeffrey first showcased PSSwagger...

Jul 28, 2017
Post comments count0
Post likes count0

PowerShell Documentation Migration

Zachary Alexander
Zachary Alexander

  Hi, I’m Zach Alexander and I’m a PM on the PowerShell Team working on documentation. I wanted to let you know that there will be a brief downtime for online PowerShell documentation. This downtime will occur on August 2nd and shouldn’t last more than a few hours. We will start around 4:30pm Pacific and estimate we will be back up by 7:30p...

Jul 14, 2017
Post comments count0
Post likes count0

PowerShell 6.0 Roadmap: CoreCLR, Backwards Compatibility, and More!

Joey Aiello
Joey Aiello

As we've made progress on open-source PowerShell, it's time to start talking more in-depth about: PowerShell Editions There are two editions of PowerShell: Windows PowerShell is the edition of PowerShell built on top of .NET Framework (sometimes referred to colloquially as "FullCLR"): PowerShell Core is the edition o...

Roadmap