PowerShell Robert Cain in PowerShell Advanced Testing of Your PowerShell Code with Pester Testing your PowerShell scripts is just as important as testing any code. In this article, Robert Cain demonstrates how to... 30 August 2018 19 min read
PowerShell Robert Cain in PowerShell Introduction to Testing Your PowerShell Code with Pester Everyone knows how important code testing is, and to be thorough, you must automate testing. This includes scripts such as... 16 August 2018 23 min read
PowerShell Greg Moore in PowerShell Introduction to PowerShell with SQL Server Using Invoke-SQLCMD PowerShell is the preferred scripting tool used by Windows and Active Directory administrators. It can also be used to administer... 08 August 2018 10 min read
T-SQL Programming Phil Factor in T-SQL Programming The Crimes of Chicago: Working with Data in MongoDB NoSQL databases like MongoDB are gaining popularity, but using the right tools for the job at hand is most important.... 03 August 2018 26 min read
PowerShell Nicolas Prigent in PowerShell Azure and Windows PowerShell: Getting Information In the second part of his series, Nicolas Prigent describes in detail how to automate the login process using PowerShell... 26 June 2018 12 min read
PowerShell Nicolas Prigent in PowerShell Hyper-V and PowerShell: Shielded Virtual Machines In Windows Server 2016, Microsoft have implemented a strong security concept called Shielded Virtual Machines. Shielded VMs have been improved... 04 June 2018 13 min read
PowerShell Nicolas Prigent in PowerShell PowerShell Day-to-Day Admin Tasks – Part 6: Real-Time IT Dashboard Creating a real-time IT dashboard is essential for IT professionals for managing their environments and to be proactive. A Few... 02 May 2018 11 min read
PowerShell Robert Cain in PowerShell Create Azure VMs with PowerShell Part 2 The ability to quickly spin up a virtual machine is one of the great things about Azure. In this article,... 30 April 2018 16 min read
PowerShell Robert Cain in PowerShell Create Azure VMs with PowerShell Part 1 Azure virtual machines are created for many reasons, even just to have an environment to quickly test something out. In... 21 April 2018 23 min read
PowerShell Nicolas Prigent in PowerShell Azure and Windows PowerShell: The Basics IT shops do not want to spend time and energy managing infrastructure and servers as was done in the past.... 29 December 2017 11 min read
PowerShell Robert Cain in PowerShell PowerShell Functions for Reusability and Restartability in Azure The key to efficient development is reusability. When developing scripts for administration, being able to restart a script where it... 29 November 2017 15 min read
General Nicolas Prigent in General Building and Deploying Nano Servers Microsoft has introduced an installation option of Windows Server 2016 that provides an operating system designed and optimized for Cloud... 24 August 2017 9 min read
.NET Michael Sorens in .NET High Performance PowerShell with LINQ PowerShell is a scripting language, and like all scripting languages it struggles to perform well with rapid iterative processes such... 19 May 2017 46 min read
PowerShell Michael Sorens in PowerShell PowerShell Time Saver: Automatic Defaults Because PowerShell needs to be usable as an immediate scripting language by IT professionals who type in commands at a... 30 January 2017 19 min read
PowerShell Nicolas Prigent in PowerShell Managing Hyper-V VMs using PowerShell Direct Virtual machines are easier to manage via PowerShell than with the the Hyper-V Manager console. PowerShell Direct takes this further... 13 December 2016 11 min read
Database DevOps William Brewer in Database DevOps Questions About the Use of PowerShell That you were Too Shy to Ask Let's forget the actual PowerShell code for a moment: Why is PowerShell important? Why should I use it? Where did... 12 December 2016 15 min read
T-SQL Programming Phil Factor in T-SQL Programming Lists With, or Without, Ranges in both T-SQL and PowerShell Whether you are working in a procedural language like PowerShell or in T-SQL, there is something slightly bothersome about having... 01 December 2016 19 min read
PowerShell Nicolas Prigent in PowerShell Hyper-V and PowerShell: The Basics Because it is important with maintaining Virtual Machine environments to be able to repeat routine tasks completely accurately, Windows PowerShell... 18 November 2016 12 min read
T-SQL Programming Phil Factor in T-SQL Programming Using SQLite with PowerShell and SQL Server When you combine PowerShell and SQLite, you can perform powerful magic. Phil Factor is in awe of SQLite and gives... 03 November 2016 14 min read
PowerShell Nicolas Prigent in PowerShell Managing Packages Using Windows PowerShell Windows hasn't had a package manager in the style of the Advanced Packaging Tool (APT) of Linux distributions. Apt-get is... 20 October 2016 11 min read