Greg Tate

Explore articles and content from this author

Greg Tate

12 articles published

3 min read

What You Missed This Week in PowerShell!

Blogs

Using VSTS for Your Company’s Private PowerShell Library

by Justin Rice on July 28th
Interested in sharing your collection of PowerShell tools for your team to use? First-time blogger Justin Rice walks you through publishing a PowerShell module to an internal PSRepository using VSTS.

Creating a Function or Script with PowerShell Dynamic Parameters

By Aaron Guilmette on July 30th
Learn how to create parameters with validation data that you can tab-complete prior to runtime. In this example Aaron uses a set of Skype numbers as potential values for a parameter to his function.

3 min read

What You Missed This Week in PowerShell!

Blogs

PowerShell Core Now Available as a Snap Package

by The PowerShell Team on July 20th
Oh, Snap! Core’s support matrix on Linux grows broader with the inclusion of a Snap Package to the line-up. Check out the PS team’s blog for details on what this means and how you can try it out.

PowerShell Modules in Azure Functions

by Axel Bøg Andersen on July 22nd
Hit a snag taking your modules to Azure Functions? Eliminate the hassle of using extra tools and learn how to load your modules directly to Azure Functions.