Page 119 of 159

Azure Ebooks – Mai 2015

Salut !

Je profite de cet article pour vous annoncer la sortie de 3 nouveaux ebooks gratuits portant sur Microsoft Azure.

Microsoft Azure Essentials: Azure Machine Learning
Jeff Barnes
April 2015
237 pages
This third ebook in the “Microsoft Azure Essentials” series introduces Microsoft Azure Machine Learning, a service that a developer can use to build predictive analytics models (using training datasets from a variety of data sources) and then easily deploy those models for consumption as cloud web services. The ebook presents an overview of modern data science theory and principles, the associated workflow, and then covers some of the more common machine learning algorithms in use today.

Microsoft Azure Essentials: Azure Automation
Michael McKeown
April 2015
112 pages
The “Microsoft Azure Essentials” series helps you advance your technical skills with Microsoft Azure. “Microsoft Azure Essentials: Azure Automation” will help IT pros and Windows PowerShell developers understand the core concepts around Azure Automation. Using a highly scalable workflow execution environment, Azure Automation allows you to orchestrate frequent deployment and life cycle management tasks using runbooks based on Windows PowerShell Workflow functionality.

Microsoft Azure Essentials: Fundamentals of Azure
Michael S. Collier and Robin E. Shahan
February 2015
246 pages
The “Microsoft Azure Essentials” series helps you advance your technical skills with Microsoft Azure. “Microsoft Azure Essentials: Fundamentals of Azure” introduces developers and IT professionals to the wide range of capabilities in Azure. The authors—both Microsoft MVPs in Azure—present conceptual and how-to content for seven key areas and describe management tools and business cases.

Lien vers la page de téléchargement: http://www.microsoftvirtualacademy.com/ebooks
Bonne lecture,

PowerShell – Network Commands

Hi all !

This my first « short » article in english, and I’m very exitected to share with you. The goal of this article is to introduce common network commands « ping, nslookup » but in PowerShell !

 

Ipconfig | Get-NetIPConfiguration or Get-NetIPAddress

Get-NetIPConfiguration

 

 

 

 

 

 

 

Ping | Test-NetConnection zigmax.net

Test-NetConnection

 

 

 

With detailed: Test-NetConnection -ComputerName zigmax.net -InformationLevel Detailed

Test-NetConnection2

 

 

Nslookup | Resolve-DnsName zigmax.net

Resolve-DnsName

 

 

Route print | Get-NetRoute -Protocol Local -DestinationPrefix 192.168*

Get-NetRoute

 

 

Traceroute | Test-NetConnection zigmax.net –TraceRoute

Test-Net-Traceroute

 

 

 

 

 

 

 

Netstat | Get-NetTCPConnection | Group State, RemotePort | Sort Count | FT Count, Name -Autosize

Get-NetTCPConnection

 

 

Do not hesitate to share your comments with us!

Bye.

Québec Global Azure BootCamp

Salut !

azurebootcamp

Samedi 25 Avril avait lieu le Global Azure BootCamp, j’ai eu l’opportunité d’assister au chapitre de Québec City. Nous avons pu assister aux conférences suivantes:

Je profite de cet article pour vous faire part du lancement d’une nouvelle communauté: Microsoft Azure Québec. Vous pouvez vous inscrire sur le meetup AzureQC

Au plaisir,

« Older posts Newer posts »

© 2025 ZiGMaX IT Blog

Theme by Anders NorenUp ↑