News

One of the subjects that administrators who are new to PowerShell sometimes have difficulty with is ForEach loops. That being the case, I wanted to take the opportunity to explain how these loops ...
To get the most out of PowerShell, you should take advantage of loops. The commands are essential to automating time-consuming, mundane computer tasks and improving operational efficiency. In this ...
Bypassing the Azure Portal and going straight to PowerShell will provide you with more options for managing Microsoft's cloud. Due to Microsoft's mission to provide services to a "cloud-first ...
To query any SQL database from PowerShell, you need to have the SQLPS module installed along with a few supporting packages. I am going to be focusing on the SQL Server 2012 packages in this article.
Deploying ARM Templates Once we have the ARM template defined, we then need a way to deploy it to our Azure subscription. One way to do that is with PowerShell and the Azure PowerShell module. If you ...