Showing results for February 2017 - PowerShell Team

Feb 24, 2017
0
0

Using PowerShell Modules in Azure Functions

Steve Lee
Steve Lee

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 Functions.  Stefan informed me that you can easily do it using FTP!  Today, I'm publishing a guest blog post that Stefan authored that walks you thr...

Feb 22, 2017
0
0

Code Coverage – Part 2

James.W.Truher
James.W.Truher

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 measure the increase of coverage for PowerShell Core after adding new tests. To recap, we can collect code coverage with the OpenCover module, and then...

Feb 21, 2017
0
0

Managing Security Settings on Nano Server with DSC

Zachary Alexander
Zachary Alexander

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. AuditPolicyDsc SecurityPolicyDsc GPRegistryPolicy Install all 3 from the Gallery with the command: A sample configuration, below, takes the Security...

Feb 9, 2017
0
0

Building a GitHub Dashboard using PowerShell, AzureStorageTable, AzureFunction, and PowerBI

Steve Lee
Steve Lee

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 get v1.1 as I found an issue where if you're not a member of the PowerShell Org on GitHub, you won't have permission to query the members so I chan...

Feb 1, 2017
0
0

Installing latest PowerShell Core 6.0 Release on Linux just got easier!

Steve Lee
Steve Lee

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 installation through popular existing Linux package management tools like apt-get and yum.I am pleased to announce that we have now published PowerShell Core...