News

There are different ways to create a SQL database in Azure. We can use the Azure portal, or we can use PowerShell. Both methods have their advantages, but if you're writing a script to automate a task ...
Posey's Tips & Tricks. Using PowerShell To Back Up SQL Server Express Edition. By Brien Posey; 06/13/2025; For as long as I can remember, I have always configured the computers within my own ...
In a nutshell, the Invoke-RestMethod command is everything Invoke-WebRequest is, but with more built-in JSON parsing. In this article, we'll cover both of these PowerShell commands and learn how each ...