News

How do I create a PowerShell module? Open Notepad. Save the file with a PSM1 extension. Done. No, really, that’s it. That’s all it takes to create a script module. Granted, it won’t be a very ...
It's widely known that PowerShell can deploy Microsoft Azure ARM templates using the New-AzResourceGroupDeployment cmdlet, but it's not so common to use PowerShell to create and modify existing ARM ...
This article will go over the basics with you and explain the concept behind ARM templates in general. Once you're comfortable with creating ... the AzureRm PowerShell module (Install-Module ...
PowerShell automation to make the lives of IT easier is what it's all about for James Brundage, founder of Start-Automating.That's what compelled him and his team to create the PipeScript module ...
If you’re planning to combine your PowerShell scripting skills with the VPS facilities offered by AWS, AWSPowerShell is a must-have module, at least on the normal PowerShell version 5.1.
Perhaps one day we'll have a native New-AzureWebVirtualDirectory command inside of the Azure PowerShell module. But until then, we'll just have to build our own. Here's how. Creating and attaching a ...