1
1
{
2
2
"items" : [
3
- " Install modules from PowerShell Gallery: Install-Module <module name>" ,
4
- " Download scripts from PowerShell Gallery: Install-Script <script name>" ,
5
- " Scripts installed with 'Install-Script' can be run from the shell" ,
6
- " Modules installed with 'Install-Module' are persisted across sessions" ,
7
- " Discover installed Azure modules: Get-Module Az* -ListAvailable" ,
8
- " Cmdlet help is available: help <cmdlet name>" ,
9
- " Manage Azure Active Directory: Get-Command -Module AzureAD*" ,
10
- " Customize your experience: save your profile to $HOME/.config/PowerShell" ,
11
- " To edit files in the shell, type: code, vim, emacs, vi or nano" ,
12
- " Save files to $home/clouddrive for persistence across sessions" ,
13
- " Download files or directories from the cloudshell: Export-File" ,
14
- " Read more about PowerShell in CloudShell: https://aka.ms/pscloudshell/docs" ,
15
- " Switch to PowerShell from Bash: pwsh" ,
16
- " Switch to Bash from PowerShell: bash" ,
17
- " To Connect and Manage Exchange Online: Connect-EXOPSSession" ,
18
- " To provide feedback about Azure PowerShell, take a quick survey: https://aka.ms/azpssurvey?Q_CHL=SHELL"
3
+ " Azure Cloud Shell now includes Predictive IntelliSense! Learn more: https://aka.ms/CloudShell/IntelliSense"
19
4
]
20
5
}
0 commit comments