Azure Automation (Power Shell): How to Install Power Shell Module for Azure Automation with Power Shell?
- Windows Azure was released by Microsoft in the year of 2010 and later it got renamed to Microsoft Azure in the year of 2014 as it is expanded the cloud support to all the Microsoft Products such as Microsoft Office 365, Microsoft Dynamics, Bing, One Drive, Skype, and Xbox Live and other products of Microsoft.
- History About PowerShell:
- PowerShell is a scripting language developed by Microsoft using .Net Framework in order to develop a platform to minimize the efforts of System/Server Administrator to optimize the time and manage the administration activities in an efficient manner.
- Specialty of Modules in PowerShell:
- As the requirement changes according to the environment that works, PowerShell Modules have been developed "Use it When you need" basis.
- A few of the PowerShell Modules are available:
- PowerShell for Active Directory Operations
- PowerShell for Office 365 Operations
- PowerShell for SharePoint Operations
- PowerShell for Azure Operations
- and many more.................................
- Need of Azure PowerShell Module:
- Automate the all the Operations for cloud (Microsoft Azure)
- Versions of PowerShell Module:
- Current Version of PowerShell Azure Module is 5.3.0 (updated 10 months ago)
- Change in the Powershell Module for Azure is :
- Now the cmdlets name in Azure PowerShell Module are changed from AzureRM to AZ.
- This changed is effective from Dec-2018.
- Steps to Install PowerShell Module in the Windows OS:
- Download the Microsoft Web PI tool from Azure Downloads.
- 1) https://azure.microsoft.com/en-us/downloads/....>Command Line Tools....>PowerShell...>Windows Install
- 2) Open PowerShell in your machine and import the azure module from
- C:\Program Files (x86)\WindowsPowerShell\Modules\Azure\5.1.2\Azure.psd1
- import-module -Name Module Name
- 3) Once Module is loaded the PowerShell Session you can check the module avialability by using the cmdlet like
- Get-Command -Noun *azure*
- it will list all the cmdlets those are part of Azure PowerShell Module.
- Note:This Azure Module will have all the cmdlets related to All the kind of Resources available in Azure which are supporting for the PowerShell Module Guidelines.
Good info. Keep going. waiting to see more useful information.
ReplyDeleteNice
ReplyDelete