Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fea1dbd

Browse files
author
David Cobb
committed
simplify
1 parent 154dd7c commit fea1dbd

File tree

3 files changed

+28
-46
lines changed

3 files changed

+28
-46
lines changed

‎00 ps7-installation.md‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# INSTALLING POWERSHELL 7
2+
3+
### Many options listed here
4+
### https://www.thomasmaurer.ch/2019/07/how-to-install-and-update-powershell-7/
5+
6+
7+
#### ONE-LINER INSTALLATION
8+
9+
> You can use this single PowerShell command to install the _latest_ PowerShell 7.
10+
11+
```ps
12+
13+
iex & { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI
14+
15+
```
16+

‎00 ps7-installation.ps1‎

Lines changed: 0 additions & 23 deletions
This file was deleted.

‎readme.md‎

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Topic: Take Command of Azure PowerShell
22

33
## Abstract
4+
45
Cloud providers like Azure continually deliver new features and capabilities each day, like pieces to an ever expanding puzzle. I've found an edge to the puzzle in Azure PowerShell, and I'll share that edge with you in this beginner level session.
56

67
Using PowerShell 7, we'll begin from first login, discovering command syntax, common command features and shortcuts, and how command line increases your understanding and ability to build confidently in the cloud.
78

89
## Bio
10+
911
About the Speaker:
1012
[David Cobb](https://davidcobb.net), Principal Consultant of Cobb Information Technologies
1113

12-
David loves to learn and solve problems with technology, and teach others to do the same. He is principal consultant for Cobb Information Technologies since 1996, providing technology training and consulting for his clients. He is a MCT since 2002, certified in Azure DevOps, Admin & Data Platform and AWS Sysops & Architect.
14+
[Speaker Bio](https://www.davidcobb.net/index.php/about-2/)
1315

1416
## Guidance
1517
### This is a CODE-INTENSIVE presentation/tutorial.
@@ -22,34 +24,21 @@ David loves to learn and solve problems with technology, and teach others to do
2224

2325
## Goals for this Session
2426

25-
* Brief background on PS & Azure and the migration to PSCore/PS7
26-
* Into the code with PowerShell basics
27-
* Deeper into the code with PowerShell AZ Module
27+
* What do I need to get started?
28+
* Jump into the code with PowerShell basics
29+
* Get deeper into the code with PowerShell AZ Module
2830
* Learning syntax, command features, shortcuts
2931
* Increase understanding and confidence in Azure using PowerShell
3032

31-
## PowerShell - _Brief_ History
32-
33-
### The Windows Years
34-
35-
* PowerShell for Windows 2-5.1
36-
* Ran on Windows XP-Win10, Windows Server 2003 and forward
37-
* [PowerShell on Wikipedia](https://en.wikipedia.org/wiki/PowerShell)
38-
39-
### The Core of the Matter
40-
41-
* Microsoft made open source .Net Core to enable .Net Devs & Admins to be productive in Linux & macOS
42-
* PowerShell Core is built on .Net Core, and serves I.T. Admins, DevOps folks, AND Devs the same way.
4333

44-
### "But I like PowerShell for Windows, why have they changed it to PowerShell Core?"
34+
##What do I need to get started?
4535

46-
* PowerShell for Windows is not going away, PowerShell Core / PowerShell 7 is a new creation
47-
* Check this [Don Jones post on PowerShell](https://powershell.org/2018/01/can-we-talk-about-powershell-core-6-0/)
48-
49-
## Current State of PowerShell
36+
- An Azure Subscription (Learn about an Azure free account)
37+
-PowerShell 7
38+
- Visual Studio Code (AKA VSCode)
39+
- Useful extensions like 'Azure Account'
5040

51-
* [PowerShell 7 Released](https://devblogs.microsoft.com/powershell/announcing-PowerShell-7-0//)
52-
41+
> All of these are available cross platform for Linux,Mac & Windows
5342
### Installing PowerShell 7
5443

5544
* [Installing Windows PowerShell](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-windows-powershell?view=powershell-7)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /