Rambling I’m a huge fan of lightning demos. From the community and PowerShell Team lightning demos we get at the summit, to PSPowerHour, to various local groups and conferences using the format.
At the 2019 PowerShell + DevOps Global Summit, we’ll have about 90 minutes for these demos - …
A basic UniversalDashboard running on nginx
Index Prerequisites
Configuration
HTTPS (Optional)
Prerequisites For this writeup, I’m using Ubuntu 18.04. Software packages are geared toward using that version.
First, we’ll need to install our dependencies
There are several ways to install …
Today we’re opening nominations for the 2019 PowerShell Community Heroes! We want to know about those in the community that are doing a wealth of good. Have they written a fantastic script, or posted a blog series that has been exceptionally helpful? Are they doing a mad amount of pull …
Topics include PoshBot, JeaDsc, Azure Pipelines, Arrays and Hashtables, and Pester testing.
Content curated by Brett Bunker, Robin Dadswell, and Mark Roloff.
Writing a PoshBot Plugin to Display TOPdesk Tickets and Assets by Andrew Pla on February 16th
Creating bots for Teams or Slack can make you …
I just spent a month updating one of our PowerShell modules to support Linux and MacOS. I learned a lot that I wanted to share with the community as cross-platform support becomes more and more important.
Use “Environment” Class Properties Instead of “env:” Drive Environment …