Azure Automation can be an excellent PowerShell script orchestration tool. But as-is, you only have a limited number of PowerShell modules you can use in that environment. Luckily, though, we can ...
Azure Cognitive Services is a suite of APIs provided by Microsoft that allows mere mortals to tap the power of artificial intelligence (AI) in many different ways. Broken out in six different areas ...
The Redmond-based Microsoft Corporation has successfully turned on the PowerShell Module Browser site. Earlier this month, the Microsoft Docs team announced that the PowerShell Module Browser, a web ...
There are lots of ways to create MSSQL databases via PowerShell. We could invoke a T-SQL query using the CREATE DATABASE term, we could write some code to use the [Create() method with SMO] or, if ...
One of the most basic, common activities when using a cloud service like Microsoft Azure is to simply upload some files. Even though the cloud seems like some complicated entity in which you can't ...
PowerShell may not be the most common tool for casual users, but it’s easily the most versatile utility available on Windows ...
Microsoft’s Azure DevOps offers a feed-based artifact repository for your own and third-party code that’s well worth a look. Continuous integration and continuous delivery (CI/CD) is one of the ...