This was a gotcha for me. I finally figured out what the issue was after racking my brain for days. …
PowerShell DSC
Deploy SQL Server 2019 with PowerShell DSC
This is still applicable for deploying SQL Server 2019 with PowerShell DSC onto Windows Server 2019, with and without Desktop …
UPDATE – Deploy SQL Server 2017 with PowerShell DSC
The original post for this article was back in 2018 but since then I’ve been deploying SQL Server 2017 on …
Configuring Office 365 via PowerShell Desired State Configuration
We have used Nik Charlebois’ solutions such as ReverseDSC to extract configurations from existing services such as Microsoft SQL Servers …
Deploy SQL Server 2017 using PowerShell DSC
I didn’t get a chance to try this yet, but I will soon. Getting into DSC wasn’t a direct route …
Download the Pester Wiki from GitHub
Pester Pester is the ubiquitous test and mock framework for PowerShell. Pester GitHub Repo: https://github.com/pester/Pester To read the Pester Wiki …
Create Bootable ISO file
If you’ve written PowerShell script’s to create virtual machines, attach the ISO file to the virtual machine, boot up the …