PowerShell


How To use PowerShell to Install and Import Modules and Connect to Azure–Step by Step

<# ========= Connect-AzureRm.ps1 ======================================= Name: Connect-AzureRm.ps1 Purpose: Connect to Azure from Powershell. Includes installing modules, importing modules, authenticating (including multi-factor) and selecting the subscription Author: Dan Stolts – dstolts&microsoft.com – http://ITProGuru.com Script Home: http://ITProGuru.com/Scripts Syntax/Execution: Copy portion of script you want to use and paste into PowerShell (or ISE) Disclaimer: […]


How To use PowerShell to Install and Import Modules and Connect to Azure–Step by Step

<# ========= Connect-AzureRm.ps1 ======================================= Name: Connect-AzureRm.ps1 Purpose: Connect to Azure from Powershell. Includes installing modules, importing modules, authenticating (including multi-factor) and selecting the subscription Author: Dan Stolts – dstolts&microsoft.com – http://ITProGuru.com Script Home: http://ITProGuru.com/Scripts Syntax/Execution: Copy portion of script you want to use and paste into PowerShell (or ISE) Disclaimer: […]


Techstravaganza 2017 Event

ITProGuru Session: Azure & Windows Nano Server with Docker; Hybrid is possible (Track: Azure)Containers, the next wave of virtualization, are changing everything!  Add it to an ultra-small and supper efficient OS like Nano and you have an incredible platform. Now with Docker running on Windows and Docker Containers built into […]


Connect-AzureRm from Powershell HOW TO installing & import modules, authenticate (including multi-factor) and selecting the subscription Step-By-Step

Name: Connect-AzureRm.ps1 Purpose: Connect to Azure from Powershell.  Includes installing modules, importing modules, authenticating (including multi-factor) and selecting the subscription     Author: Dan Stolts – dstolts&microsoft.com – http://ITProGuru.com         Script Home: http://ITProGuru.com/Scripts Syntax/Execution:       Copy portion of script you want to use and paste into PowerShell (or ISE)        Disclaimer: Use at […]


Connect-AzureRm from Powershell HOW TO installing & import modules, authenticate (including multi-factor) and selecting the subscription Step-By-Step

Name: Connect-AzureRm.ps1 Purpose: Connect to Azure from Powershell.  Includes installing modules, importing modules, authenticating (including multi-factor) and selecting the subscription     Author: Dan Stolts – dstolts&microsoft.com – http://ITProGuru.com         Script Home: http://ITProGuru.com/Scripts Syntax/Execution:       Copy portion of script you want to use and paste into PowerShell (or ISE)        Disclaimer: Use at […]


Lab Guide Working with Containers on Windows 10–Includes Docker and Nano Step-By-Step

Hands on Lab Guide for Free Online Labs at: https://labondemand.com/Launch/40A59076 Working with Containers on Windows 10 Access machines from: https://labondemand.com/Launch/40A59076   Objective In this lab, you will gain fundamental knowledge for managing Windows Server containers on Windows 10 by using Docker commands. You will learn how to: Install the pre-requisites […]


Lab Guide Working with Containers on Windows 10–Includes Docker and Nano Step-By-Step

Hands on Lab Guide for Free Online Labs at: https://labondemand.com/Launch/40A59076 Working with Containers on Windows 10 Access machines from: https://labondemand.com/Launch/40A59076   Objective In this lab, you will gain fundamental knowledge for managing Windows Server containers on Windows 10 by using Docker commands. You will learn how to: Install the pre-requisites […]


DevOps, Containers, Windows Server 2016 and Azure Event Burlington MA Nov 18

Hands On Lab Event coming to Burlington MA Friday, November 18, 2016    8:00 AM to 4:30 PM Microsoft Corporation  5 Wayside Road, Burlington, MA (edit map) The Boston Area Windows Server User Group (www.WindowsBoston.com) is sponsoring a training class “DevOps, Containers, Windows Server 2016 and Azure” for their members and […]


ITProGuru Events Newsletter 2016-02 Iowa Caucus app, Free Azure Architect Training, Talent Gap and MUCH MORE

Previously: Jan Edition,  Feb Edition, … View Online Current Version at http://itproguru-app.azurewebsites.net/newsletter ITProGuru Events  Microsoft Official Newsletter 2/18/2016 Edition: 2016 Vol 2 Jump to: ♦ TechNet Events ♦ Online ♦ Community Events ♦ Third Party Events ♦ Subscribe Now ♦ What’s Next ♦ Events by Regions coming soon ♦ New […]


Provision Storage Configuration with PowerShell-Part 2 of Using Storage Spaces Deployment Guide

ProvisionStorageConfiguration.ps1 https://gallery.technet.microsoft.com/scriptcenter/Storage-Spaces-Automated-3caf249a After hardware validation, you can begin creating Storage Pools and Virtual disks from the disks. Run the ProvisionStorageConfiguration.ps1 script with: PS>> .ProvisionStorageConfiguration.ps1 PS>> .ProvisionStorageConfiguration.ps1 -Automated PS>> .ProvisionStorageConfiguration.ps1 –PhysicalDisks <physical disk objects> The first option is recommended and will add all of the SAS disks to the storage pool. […]


How To Get Started Automating Azure Infrastructure As A Service with PowerShell Step-By-Step

Getting Started with PowerShell for Azure Install PowerShell Azure Module: The first thing we have to do is download the Azure PowerShell Module.  You can get to it from http://azure.microsoft.com/en-us/downloads/ (uses Web Platform Installer) Click on install and follow the prompts. Run Azure Powershell: that you have installed the module, […]