Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 3.8 KB

Readme.md

File metadata and controls

40 lines (32 loc) · 3.8 KB

University repository

This repository has been created to collect the required material to set up DevTest Labs in Univerisities. This is useful both for IT admin and students because the former won't have to maintain physical machines, the latter will always have fresh machines available both for classes and self-service usage.

Documentation folder

This folder contains three useful files:

Src folder

This folder contains:

Creating the appropriate Azure credential file to run the scripts from command line

In 'powershell' do the following:

Login-AzureRmAccount
Set-AzureRmContext -SubscriptionId "XXXXX-XXXX-XXXX"
Save-AzureRMProfile -Path "$env:APPDATA\AzProfile.txt"

This saves the credentials file in the location on disk where the script look for by default.