Powershell

Why use powershell over other Languages?

Special for windows. 

Module Supports , Azure, Active Directory, Office 365, Exchange etc

Cross platform scripts: Linux and win, it can write in windows and run on linux services for Azure platform.

Object oriented pipe - can create own module for team

Linux Enviornment : sudo yum install -y powershell

Bash / Windows command


You can see 100+ of commands used across all platform, windows to cloud, and cloud tools commands it can perform.

Where-Object  Uninstall-Package Set-TimeZone   Register-ScheduledJob  

New-AzureStorSimpleNetworkConfig  Get-Certificate Find-AzureRmResourceGroup

Write-Verbose  Test-AzureStaticVNetIP  Stop-AzureSqlDatabaseCopy

Update-FormatData  Sync-AppvPublishingServer  Start-AzureVM

Update-AzureRmRecoveryServicesAsrRecoveryPlan  Connect-AzureRmAccount

get-help get-process -Full  or  -Detailed (gives parameter details)

get-help get-command  or get-command | more 



get -module -ListAvailable



Visual Studio Integration :



Comments

Popular posts from this blog

Command into Scripts

Powershell Modules