- Azure for Architects
- Ritesh Modi
- 191字
- 2021-07-08 09:33:32
PowerShell
PowerShell is an object-based command-line shell and scripting language used for administration, configuration, and management of infrastructure and environments. It is built on top of the .NET framework and provides automation capabilities. PowerShell has truly become a first-class citizen among IT administrators and automation developers for managing and controlling the Windows environment. Today, almost every Windows and many Linux environments can be managed by PowerShell. In fact, almost every aspect of Azure can also be managed by PowerShell. Azure provides rich support for PowerShell. It provides a PowerShell module for each resource provider containing hundreds of cmdlets. Users can use these cmdlets in their scripts to automate interacting with Azure. Azure PowerShell module is available through the web platform installer as well as through the PowerShell Gallery. Windows Server 2016 and Windows 10 provides package management and PowerShellGet modules for quick and easy downloads and installation of PowerShell modules from the PowerShell gallery. The PowerShellGet module provides the Install-Module cmdlet for downloading and installing modules on the system. Installing a module is a simple act of copying the module files at well-defined module locations:
Import-module PowerShellGet Install-Module -Name AzureRM -verbose
- 演進(jìn)式架構(gòu)(原書第2版)
- HTML5+CSS3王者歸來
- Reporting with Visual Studio and Crystal Reports
- 潮流:UI設(shè)計(jì)必修課
- PHP程序設(shè)計(jì)(慕課版)
- Web交互界面設(shè)計(jì)與制作(微課版)
- MySQL數(shù)據(jù)庫管理與開發(fā)(慕課版)
- Visual C
- 軟件項(xiàng)目管理實(shí)用教程
- Visual C#.NET程序設(shè)計(jì)
- UVM實(shí)戰(zhàn)
- Java面向?qū)ο蟪绦蛟O(shè)計(jì)
- Python圖形化編程(微課版)
- 人人都能開發(fā)RPA機(jī)器人:UiPath從入門到實(shí)戰(zhàn)
- 從零開始學(xué)UI:概念解析、實(shí)戰(zhàn)提高、突破規(guī)則