Installing latest PowerShell Core 6.0 Release on Linux just got easier!
As we continue our journey from Alpha releases and eventually to Beta, you can continue to download the latest releases from our GitHub repository. However, our goal has always been to enable...
View ArticleBuilding a GitHub Dashboard using PowerShell, AzureStorageTable,...
Last week, I published a PowerShell Community Dashboard and today, I’m going to share the code and cover some of the learnings.The code is published as a module on the PowerShell Gallery. Make sure you...
View ArticleManaging Security Settings on Nano Server with DSC
We have released DSC resources building upon the previously released security and registry cmdlets for applying security settings. You can now implement Microsoft-defined security baselines using DSC....
View ArticleCode Coverage – Part 2
In my last post on code coverage, I shared the process for you to collect coverage for your environment. This week, I’ll be describing a way to use our tools to create new tests and show how you can...
View ArticleUsing PowerShell Modules in Azure Functions
Previously, I blogged about how I created PowerShell GitHub Dashboard using Azure Functions to run a PowerShell script and didn’t use PowerShell Modules as I didn’t find an easy way to do it with Azure...
View Article