52
PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti NL” ` >> -WindowsAzureMVP:$true

PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

Embed Size (px)

Citation preview

Page 1: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\> Start-Session `

>> -Title “Bursting to the Cloud in 1 Hour” `>> -Presenter “Patriek van Dorp” `>> -Function “Technology Consultant at Sogeti NL” `>> -WindowsAzureMVP:$true

Page 2: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 3: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>TOPIC

about_CloudComputingSHORT DESCRIPTION

Almost every organization has developed or is developing some sort of Cloud strategy.

LONG DESCRIPTIONThe presenter was too lazy to write a longlong description. Just pay attention and listen!

-- More --

Get-Help about_CloudComputing

Page 4: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\> PS C:\>Customer : Needs to be given information

about the benefits of Cloud Computing

Own Organization : Needs to be made aware of the chances that Cloud Computing offers

PS C:\>

$sentiment = Get-CloudSentiment “Pre 2010”

$sentiment | Format-List

cls

Page 5: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>Role Skill--------- -----Developer Learn to deal with load balanced…Developer Learn to design for failureDeveloper Learn new application patternsDeveloper Learn about true statelessnessDeveloper Learn to deal with ‘throttling’Developer Learn words like ‘idempotent’ Developer Learn how to convince and excite a

sales personPS C:\>

$sentiment | Get-ITSkills

cls

Page 6: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>PS C:\>Customer : Has heard of Cloud Computing,

but thinks it’s still very scary stuff

Own Organization : Realizes Cloud Computing is important and starts special programs to help customers overcome their fear of the Cloud

PS C:\>

$sentiment = Get-CloudSentiment “2010”

$sentiment | Format-List

cls

Page 7: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>Role Skill--------- -----Developer Keep up with rapid new developmentsDeveloper Upgrade to new SDK (twice)Developer Deal with broken code due to new SDKDeveloper Deal with real-world issuesDeveloper Learn how to convince and excite a

sales personPS C:\>

$sentiment | Get-ITSkills

cls

Page 8: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>PS C:\>Customer : The benefits seem to outweigh

the fears and the customer starts asking about this Windows Azure platform

Own Organization : Is struggling to provide an answer for the specific integration needs of customers

PS C:\>

$sentiment = Get-CloudSentiment “2011”

$sentiment | Format-List

cls

Page 9: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>Role Skill--------- -----Developer Keep up with rapid new developmentsDeveloper Upgrade to new SDK (twice)Developer Deal with broken code due to new SDKDeveloper Find solution for integrating with…Developer Learn how to convince and excite a

sales personPS C:\>

$sentiment | Get-ITSkills

cls

Page 10: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>PS C:\>Customer : Needs to be explained that

Windows Azure is now also becoming an Infrastructure-as-a-Service offering, which offers great integration support

Own Organization : Is using Windows Azure Virtual Machines and Windows Azure Virtual Network in Preview for Dev/Test and Training environments

PS C:\>

$sentiment = Get-CloudSentiment “2012”

$sentiment | Format-List

Show-CloudServiceModels

Page 11: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

Application Application Application Application

Data Data Data Data

Runtime Runtime Runtime Runtime

Middleware Middleware Middleware Middleware

OS OS OS OS

Virtualization Virtualization Virtualization Virtualization

Servers Servers Servers Servers

Storage Storage Storage Storage

Network Network Network Network

On-premises IaaS PaaS SaaS

Invest Less

Manage Less

Pay Less

Page 12: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>PS C:\>Customer : Needs to be explained that

Windows Azure is now also becoming an Infrastructure-as-a-Service offering, which offers great integration support

Own Organization : Is using Windows Azure Virtual Machines and Windows Azure Virtual Network in Preview for Dev/Test and Training environments

PS C:\>PS C:\>

$sentiment = Get-CloudSentiment “2012”

$sentiment | Format-List

Show-CloudServiceModelscls

Page 13: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>Yet another happy CFO!PS C:\>

Invest-Less | Manage-Less | Pay-Less

cls

Page 14: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>Role Skill--------- -----Developer Keep up with rapid new developments…Developer Learn about Hyper-VDeveloper Learn about CIDR network addressingDeveloper Learn about VPNDeveloper Learn about LinuxDeveloper Learn how to convince and excite an

IT ProPS C:\>

$sentiment | Get-ITSkills

cls

Page 15: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>PS C:\>Customer : The benefits do outweigh the

doubts and the customer is defining integral Cloudstrategies

Own Organization : Is facilitating customers to plan for complete datacenter migrations including business process changes and changes in service management [In Awe]

PS C:\>

$sentiment = Get-CloudSentiment “2013”$sentiment | Format-List

Show-SkySight

Page 16: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 17: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>PS C:\>Customer : The benefits do outweigh the

doubts and the customer is defining integral Cloudstrategies

Own Organization : Is facilitating customers to plan for complete datacenter migrations including business process changes and changes in service management [In Awe]

PS C:\>PS C:\>

$sentiment = Get-CloudSentiment “2013”$sentiment | Format-List

Show-SkySight

cls

Page 18: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>Role Skill--------- -----Developer Keep up with rapid new developments…IT Pro Learn about Windows Azure VMIT Pro Learn about Windows Azure VNETIT Pro Learn about Cloud ServicesIT Pro Learn about LinuxIT Pro Learn how to convince and excite a

sales personPS C:\>

$sentiment | Get-ITSkills

cls

Page 19: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>Role Skill--------- -----Developer Learn (Windows Azure) PowerShellIT Pro Learn (Windows Azure) PowerShellPS C:\>

$sentiment | Get-ITSkills -MostImportant

Show-Reason “Why PowerShell?”

Page 20: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 21: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 22: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 23: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 24: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 25: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 26: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 27: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\> Get-AzureServiceLabel : virtualacademy-adminDescription : AffinityGroup : Location : West EuropeStatus : CreatedDateModified : 28-6-2013 09:39:28DateCreated : 28-6-2013 09:36:56Url : https://management.core.win

dows.net/bbd919c9-5654-49e2-a

Page 28: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>Role Skill--------- -----Developer Learn (Windows Azure) PowerShellIT Pro Learn (Windows Azure) PowerShellPS C:\>PS C:\>

$sentiment | Get-ITSkills -MostImportant

Show-Reason “Why PowerShell?”

cls

Page 29: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\> Start-Demo `

>> “PowerShell! Developer or IT Pro?”

Page 30: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>

Show-RepetativeStrainInjury -Example

Page 31: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 32: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 33: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 34: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 35: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 36: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 37: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>PS C:\>

Show-RepetativeStrainInjury

cls

Page 38: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\> Start-Demo `

>> “Provisioning a new VM”

Page 39: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>

Show-AddingDataDisks -Example

Page 40: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 41: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 42: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 43: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 44: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 45: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti
Page 46: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>PS C:\>

Show-AddingDataDisks

cls

Page 47: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\> Start-Demo `

>> “Adding Disks”

Page 48: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\> Start-Demo `

>> “PowerShell Remoting”

Page 49: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>TOPIC

about_BurstingToTheCloudSHORT DESCRIPTION

Bursting to the Cloud incorporates creating many resources in the Cloud quickly, but it also meansstill utilizing on-premises resources

LONG DESCRIPTIONNo seriously… Don’t expect long descriptions in this lazy presenter’s slides…

-- More --

Get-Help about_BurstingToTheCloud

Page 50: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\> Start-Demo `

>> “Connecting to the Local Network”

Page 51: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>TOPIC

about_PowerShellTrainingSHORT DESCRIPTION

Go to http://www.microsoftvirtualacademy.comSearch for ‘PowerShell’

LONG DESCRIPTIONIt’s free, it’s fun, it’s awesome! [Phfew, I’m exhausted…]

-- More --

Get-Help about_PowerShellTraining

Page 52: PS C:\> Start-Session ` >> -Title “Bursting to the Cloud in 1 Hour” ` >> -Presenter “Patriek van Dorp” ` >> -Function “Technology Consultant at Sogeti

PS C:\>Media Info--------- -----Email [email protected] @pvandorpFacebook http://facebook.com/pvandorpBlog http://onwindowsazure.comPS C:\>

Get-GetLazyPresenterInfo