Instructor: Craig Duckett SQL SERVER WALK-THROUGH LAB 13 Lecture 13: Thursday, May 10 th, 2018 Microsoft Azure and SQL SERVER INTRO

Size: px
Start display at page:

Download "Instructor: Craig Duckett SQL SERVER WALK-THROUGH LAB 13 Lecture 13: Thursday, May 10 th, 2018 Microsoft Azure and SQL SERVER INTRO"

Transcription

1 Instructor: Craig Duckett SQL SERVER WALK-THROUGH LAB 13 Lecture 13: Thursday, May 10 th, 2018 Microsoft Azure and SQL SERVER INTRO 1

2 Assignment 2 GRADED! RETURNED! WOOT! Assignment 3 is due LECTURE 20, Tuesday, June 5 th Database Presentation is due LECTURE 20, Tuesday, June 5 th Final Exam is LECTURE 21, Thursday, June 8 th 2

3 3 x 150 Points (450 points Total) Assignment 1 GRADED! Assignment 2 GRADED! Assignment 3 (Stage 3): DUE LECTURE 20 Tuesday, June 5 th Database Presentation: DUE LECTURE 20 Tuesday, June 5 th 3

4 Tuesday (LECTURE 12) Database Design for Mere Mortals: Chapters 8, 9 Thursday (LECTURE 13) The Language of SQL: Chapters 11, 12 4

5 NO LECTURE: ICE 13 Walk-Through using SQL Server Microsoft Azure REFERENCE ONLY Virtual Server REFERENCE ONLY 5

6 ICE 13 Walk-Through 6

7 Microsoft Azure REFERENCE ONLY 7

8 What is Microsoft Azure? What is Azure? In short, it s Microsoft s cloud platform: a growing collection of integrated services compute, storage, data, networking, and app. Azure provides both infrastructure-as-a-service (IaaS) and platform-as-aservice (PaaS). Azure supports any operating system, language, tool, and framework from Windows to Linux, SQL Server to Oracle, C# to Java. It puts the best of Windows and Linux ecosystems at your fingertips, so you can build great applications and services that work with every device. With Azure you can build and deploy a wide variety of modern applications for Android, ios, and Windows that take full advantage of the cloud including web, mobile, media and line-of-business solutions. Automatically scale up and down to meet any need. 8

9 The Microsoft Azure Pass Codes One month free trial: 9

10 Microsoft Azure Recommended Training: Videos, Slide Presentations, Assessments (MVA) Microsoft Azures Fundamentals: Websites (Lessons 1-9, 4 Hours) 10

11 Microsoft Azure: Account Setup and Pre-Requisites with Visual Studio WHEN USING VISUAL STUDIO 2013 with AZURE In order to get Microsoft Azure to play nice with other Microsoft applications that you already have installed (e.g., Visual Studio, SQL Server, etc.) there are a number of steps and pre-requisites that must be completed first, or you may find yourself having a difficult time of it, so it is recommended that you use a version of Visual Studio 2013 (the free Community version is perfectly okay, as well as Pro, Ultimate, Developer, Premium, etc.) If you are using Visual Studio 2012, then you will have to install the Azure SDK. A compact version installs with Visual Studio 2013, so if you want additional Azure Tools you could also download and install it. 11

12 After you have successfully created an Azure account, login (using your Microsoft username and password) to the Azure Management Portal at: On the Azure Management Portal, at the bottom left of the web page, click + NEW then click COMPUTE, click VIRTUAL MACHINE, click FROM GALLERY.

13 Select a Server and instance of SQL Server (I selected SQL Server 2012 Standard, but you might select it or something else, like SQL Server 2014 Standard)

14 Give your Virtual Machine a name (e.g., bit275), and create a username and password that you will remember (the Password must contain an upper-case letter, lower-case letter, number, and special character like an exclamation point)

15 Use the default settings on the 3 rd page, and click through to page 4

16 Use the default settings on the 4 th page, and click the checkmark button to finish

17 Your virtual machine will start installing with the Status of Starting (Provisioning) Expect the virtual machine status to proceed through: Starting (Provisioning) Stopped Starting (Provisioning) Running (Provisioning) Running NOTE: This cycle through the Status process may take up to minutes to complete.

18 You can watch your Status in more detail by clicking in the fluctuating green bars in the lower righthand corner, then selecting Details After your virtual machine has been successfully created, select OK

19 When provisioning completes, click on the name of your virtual machine to go to the DASHBOARD page. At the bottom of the page, click Connect to create a remote desktop.rdp file (see next slide)

20 Save the remote desktop.rdp file locally by selecting Save File (if not already selected) then OK. Copy or move this file somewhere where you can access it easily (USB thumb drive or desktop on your personal laptops, NOT on the Cascadia PC desktop because you don t want to lose it).

21 Double-click on the.rdp file to open Use the name of the machine as the domain name, followed by your administrator name in this format: machinename\username. Type your password and connect to the machine. The first time you log on, several processes will complete, including setup of your desktop, Windows updates, and completion of the Windows initial configuration tasks (sysprep). After Windows sysprep completes, SQL Server setup completes configuration tasks. These tasks make cause a delay of a few minutes while they complete. may not return the correct name until SQL Server setup completes, and SQL Server Management Studio may not be visable on the start page.

22 Double-click on the.rdp file to open. At the The publisher of this remote connection can t be identified window, click Connect

23 At the Enter your credentials window, enter the name of your virtual server followed by a bask-slash \ and then the username and password you created previously.

24 At the The identity of the remote computer cannot be verified window, click Yes.

25 The first time you log on, several processes will complete, including setup of your desktop, Windows updates, and completion of the Windows initial configuration tasks (sysprep). After Windows sysprep completes, SQL Server setup completes configuration tasks. These tasks make cause a delay of a few minutes while they complete. may not return the correct name until SQL Server setup completes, and SQL Server Management Studio may not be visible on the start page. Once you are connected to the virtual machine with Windows Remote Desktop, the virtual machine works much like any other computer. Connect to the default instance of SQL Server with SQL Server Management Studio (running on the virtual machine) in the normal way

26 Click the Windows button in the lower left-hand corner to change to the Start Screen.

27 Select the down arrow in the lower left-hand corner to go to the Application screen

28 In the Application screen, scroll over and select SQL Server Management Studio

29 The SQL Server Management Studio will appear launching the app

30 The Connect to Server login screen will appear; select Connect

31 SQL Server will connect and launch and open the Object Explorer column

32 You are now free to start creating and managing databases in the Azure cloud!

33 Turning off Internet Explorer Enhanced Security Configuration Keeping the Internet Explorer Enhanced Security Configuration enabled on your servers is recommended to help ensure that your servers are not inadvertently exposed to malware or other browser-based attacks. However, in some environments you might wish to turn off the Internet Explorer Enhanced Security Configuration protections to enable easier browsing for administrators or standard users. To turn off Internet Explorer Enhanced Security Configuration 1. Close any Internet Explorer browser windows that you might have open. 2. Open Server Manager 3. If your server is running Windows Server 2008 R2, in the Security Information section of Server Summary, click Configure IE ESC to open the Internet Explorer Enhanced Security Configuration dialog. If your server is running Windows Server 2012, click Configure this local server to open the Local Server configuration page. Then, in the Properties area, next to IE Enhanced Security Configuration, click On to open the Internet Explorer Enhanced Security Configuration dialog. 4. To allow members of the local Administrators group to use Internet Explorer in its default client configuration, under Administrators click Off. To allow members of all other groups to use Internet Explorer in its default client configuration, under Users click Off. Note Once the Internet Explorer Enhanced Configuration is turned off for one set of users, Server Manager will display Off next to Internet Explorer Enhanced Security Configuration. 5. Click OK to apply your changes.

34 Lecture 13: In-Class Exercise From the menu bar, select Lectures and go to the Lectures 13 bar and select Lecture 13 ICE to begin working on today's in-class exercises. 34

PowerSchool Parent Portal Directions

PowerSchool Parent Portal Directions P a g e 1 PowerSchool Parent Portal Directions If you need to create a new account OR if you need to link additional students to your account, please follow the instructions below. If you already have

More information

Introduction to the Azure Portal

Introduction to the Azure Portal Page 1 of 17 Introduction to the Azure Portal The new Azure portal is an all-in-one, work-anywhere experience. Now you can manage App Service Apps, databases and Visual Studio Team Services projects in

More information

Remote Desktop How to guide

Remote Desktop How to guide CaseMap Remote Desktop for Windows User Contents How to open Remote Desktop Connection and Login to the Terminal Server... 2 How to save your connection settings and create a shortcut on your desktop...

More information

Querying with Transact-SQL

Querying with Transact-SQL Querying with Transact-SQL Getting Started with Azure SQL Database / SQL Server Overview Transact-SQL is an essential skill for database professionals, developers, and data analysts working with Microsoft

More information

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Course details Course Outline Module 1: Introduction to Azure This module explains cloud computing, and compares cloud computing and

More information

Developing SQL Databases

Developing SQL Databases Developing SQL Databases Getting Started Overview Database development is more than just creating a table with rows and columns. This course introduces features and technologies for developing a database.

More information

Provisioning Databases

Provisioning Databases DAT219x Provisioning Databases Lab 00 Getting Started Estimated time to complete this lab is 60 minutes Overview In this lab, you will provision a Microsoft Azure Virtual Machine (VM) that will be used

More information

Getting View Client File

Getting View Client File Getting View Client File 1. Launch Internet Explorer 2. At address bar enter this URL https://viewvdi.tp.edu.sg/ and press [Enter]. 3. Please click on More information and click on Go on to the webpage

More information

Tableau Server on Microsoft Azure:

Tableau Server on Microsoft Azure: Tableau Server on Microsoft Azure: Deployment Guidelines and Best Practices April 2017 Table of Contents Abstract...3 Introduction to Tableau With Microsoft Azure...3 Option 1 Self Deployment via Azure

More information

Blackboard Questions? Contact the Center for Online Teaching and Learning Phone: (708)

Blackboard Questions? Contact the Center for Online Teaching and Learning   Phone: (708) Collaborate First Time Users - Mac Login to your Blackboard course and find a Blackboard Collaborate Session to enter. Depending on the instructor s directions, you may either enter a session by clicking

More information

etrac ATOM Android App Setup Guide

etrac ATOM Android App Setup Guide etrac ATOM Android App Setup Guide Version: 1.0.0 Published: 10/22/2014 Global DMS, 1555 Bustard Road, Suite 300, Lansdale, PA 19446 2014, All Rights Reserved. Table of Contents Initial Setup... 3 Settings...

More information

GIAC Introduction to Security Fundamentals. Laptop and External Drive Configuration Guide Version 1.1 SEC301

GIAC Introduction to Security Fundamentals. Laptop and External Drive Configuration Guide Version 1.1 SEC301 GIAC Introduction to Security Fundamentals Laptop and External Drive Configuration Guide Version 1.1 SEC301 SEC301 - Hands-on Exercises Addendum Page 1 Table of Contents Background... 3 Create a local

More information

Connection Tests for the ReadyTech environment

Connection Tests for the ReadyTech environment Connection Tests for the ReadyTech environment The second test you will need to perform and pass is the connection test to the ReadyTech environment. The ReadyTech environment is a cloud-based system in

More information

Azure for On-Premises Administrators Practice Exercises

Azure for On-Premises Administrators Practice Exercises Azure for On-Premises Administrators Practice Exercises Overview This course includes optional practical exercises where you can try out the techniques demonstrated in the course for yourself. This guide

More information

What is. Thomas and Lori Duncan

What is. Thomas and Lori Duncan What is Thomas and Lori Duncan Definition of Cloud computing Cloud storage is a model of data storage where the digital data is stored in logical pools, the physical storage spans multiple servers (and

More information

Azure 209x Practical Exercises Overview

Azure 209x Practical Exercises Overview Azure 209x Practical Exercises Overview This course includes optional exercises where you can try out the techniques demonstrated in the course for yourself. This guide lists the steps for the individual

More information

Computer Setup Guide for SEC301

Computer Setup Guide for SEC301 Computer Setup Guide for SEC301 This document identifies the steps you need to take to make sure that your computer is ready for the lab exercises for SEC301. Prior to coming to class you need to ensure

More information

GMetrix Guide. What is GMetrix? Why GMetrix practice tests?

GMetrix Guide. What is GMetrix? Why GMetrix practice tests? GMetrix Guide What is GMetrix? GMetrix is a skills-based training application software that we use for Computer Applications. GMetrix is performance-based assessment, which allows teachers to properly

More information

Course Overview This five-day course will provide participants with the key knowledge required to deploy and configure Microsoft Azure Stack.

Course Overview This five-day course will provide participants with the key knowledge required to deploy and configure Microsoft Azure Stack. [MS20537]: Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Azure Delivery Method : Instructor-led (Classroom)

More information

How to use IBM/Softlayer Object Storage for Offsite Backup

How to use IBM/Softlayer Object Storage for Offsite Backup IBM/Softlayer Object Storage for Offsite Backup How to use IBM/Softlayer Object Storage for Offsite Backup How to use IBM/Softlayer Object Storage for Offsite Backup IBM/Softlayer Object Storage is a redundant

More information

Check Point vsec for Microsoft Azure

Check Point vsec for Microsoft Azure Check Point vsec for Microsoft Azure Test Drive User Guide 2017 Check Point Software Technologies Ltd. All rights reserved Page 1 Learn More: checkpoint.com Content 1 INTRODUCTION... 3 2 TEST DRIVE OVERVIEW...

More information

Quick Guide to Installing and Setting Up MySQL Workbench

Quick Guide to Installing and Setting Up MySQL Workbench Quick Guide to Installing and Setting Up MySQL Workbench If you want to install MySQL Workbench on your own computer: Go to: http://www.mysql.com/downloads/workbench/ Windows Users: 1) You will need to

More information

Breaking News Lab Transcript: RPAD 3.0 H.323 / H.460 Support. Slide notes

Breaking News Lab Transcript: RPAD 3.0 H.323 / H.460 Support. Slide notes This lab exercise demonstration will outline how to configure and use the new feature of RPAD version 3.0 that allows external endpoints to register with an internal H.323 gatekeeper with H.460 firewall

More information

MyMediasite Blackboard Tool User Guide

MyMediasite Blackboard Tool User Guide MyMediasite Blackboard Tool User Guide Purpose & Outcomes: This document is intended to walk faculty through the process of getting started with the MyMediasite tool within Blackboard. If you wish to use

More information

Multi-factor Authentication Instructions

Multi-factor Authentication Instructions What is MFA? Multi-factor Authentication (MFA) is a security measure to confirm your identity in addition to your username and password. It helps in the prevention of unauthorized access to your account.

More information

Azure Application Deployment and Management: Service Fabric Create and Manage a Local and Azure hosted Service Fabric Cluster and Application

Azure Application Deployment and Management: Service Fabric Create and Manage a Local and Azure hosted Service Fabric Cluster and Application Azure Application Deployment and Management: Service Fabric Create and Manage a Local and Azure hosted Service Fabric Cluster and Application Overview This course includes optional practical exercises

More information

CSP e-exam Quick Start Guide

CSP e-exam Quick Start Guide CSP e-exam Quick Start Guide This document provides instructions on how to prepare to take CSP exams online using the new National CSP online Exam delivery site. The document covers the necessary steps

More information

Fleet365 Dynamics 365User Guide

Fleet365 Dynamics 365User Guide Fleet365 Dynamics 365User Guide Geotab Fleet 365 Dynamics 365/ Azure Cloud Fleet365 support: Contact Us: support@fleet365.net contactus@fleet365.net Contents I. Introduction... 2 Geotab... 2 Fleet 365...

More information

Connect to Wireless, certificate install and setup Citrix Receiver

Connect to Wireless, certificate install and setup Citrix Receiver Connect to Wireless, certificate install and setup Citrix Receiver This document explains how to connect to the Wireless Network and access applications using Citrix Receiver on a Bring Your Own Device

More information

BlueMix Hands-On Workshop

BlueMix Hands-On Workshop BlueMix Hands-On Workshop Lab E - Using the Blu Big SQL application uemix MapReduce Service to build an IBM Version : 3.00 Last modification date : 05/ /11/2014 Owner : IBM Ecosystem Development Table

More information

AZRIL203 Introduction to Azure Active Directory

AZRIL203 Introduction to Azure Active Directory AZRIL203 Introduction to Azure Active Directory This is an infrastructure lab, useful to both ITPro s and Developers to learn the basics of Azure Active Directory. The main focus is on understanding the

More information

Multi-factor Authentication Instructions

Multi-factor Authentication Instructions What is MFA? (MFA) is a security measure to confirm your identity in addition to your username and password. It helps in the prevention of unauthorized access to your account. MFA authentication is typically

More information

DBXL AZURE INSTALLATION GUIDE

DBXL AZURE INSTALLATION GUIDE Page 1 of 48 DBXL AZURE INSTALLATION GUIDE LAST UPDATED: October 25, 2016 ADDING A VIRTUAL MACHINE ON MICROSOFT AZURE Login to your Microsoft Azure site. Create a new Virtual Machine instance by clicking

More information

Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack

Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Course 10995: Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Page 1 of 1 Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Course 10995: 4 days; Instructor-Led Introduction

More information

Version June 2016

Version June 2016 HOSTING GUIDE Version 3.2.3 June 2016 This guide is sold in conjunction with the VETtrak Hosting Serv ice and is current at the time of purchase. Later v ersions are av ailable for download from www.v

More information

XFINITY Welcome Packet

XFINITY Welcome Packet XFINITY Welcome Packet Welcome! Your building comes with a fast, reliable property-wide WiFi network as well as access to our popular XFINITY TV video streaming service for university students. In the

More information

Instructor: Craig Duckett. Lecture 07: Tuesday, April 17 th, 2018 Conflicts and Isolation, MySQL Workbench

Instructor: Craig Duckett. Lecture 07: Tuesday, April 17 th, 2018 Conflicts and Isolation, MySQL Workbench Instructor: Craig Duckett Lecture 07: Tuesday, April 17 th, 2018 Conflicts and Isolation, MySQL Workbench 1 MID-TERM EXAM is LECTURE 10, Tuesday, May 1st Assignment 2 is due LECTURE 12, Tuesday, May 8

More information

Linking OneDrive Files to Local Microsoft Office Installations Interactive Table of Contents

Linking OneDrive Files to Local Microsoft Office Installations Interactive Table of Contents Linking OneDrive Files to Local Microsoft Office Installations Interactive Table of Contents Introduction What is Microsoft OneDrive? Why use OneDrive? Creating and Uploading Microsoft Office Files Introduction

More information

Google Chromebook Starting Guide

Google Chromebook Starting Guide Google Chromebook Starting Guide Now that you have received your Chromebook you will notice that it looks exactly like a laptop, but there are several differences between both devices. Chromebooks are

More information

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date:

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date: Print Audit 6 Version: Date: 37 21-Apr-2015 23:07 Table of Contents Browse Documents:..................................................... 3 Database Documentation.................................................

More information

All - In - One for Hyper- V

All - In - One for Hyper- V All - In - One for Hyper- V INSTALL GUIDE LiveNX All- In- One Server Types and Requirements Here are specifications to LiveNX All- In- One Server types and its OVA requirements. Storage can be expanded

More information

An Introduction to Box.com

An Introduction to Box.com An Introduction to Box.com Box is an online file sharing and cloud content management service and it provides features such as: Security controls Space Mobility Online collaboration Mobile access Version

More information

CONTENTS... 1 OVERVIEW OF SIMNET...

CONTENTS... 1 OVERVIEW OF SIMNET... CONTENTS CONTENTS... 1 OVERVIEW OF SIMNET... 3 COMPUTER REQUIREMENTS... 3 OPTIMIZING YOUR COMPUTER TO RUN SIMNET ONLINE... 3 Changing Pop-Up Blocker Setting... 3 Changing Screen Resolution Settings...

More information

Murray Bridge High School Connecting to the BYOD Network Mac OS X Version 3 Amended 2/10/2014

Murray Bridge High School Connecting to the BYOD Network Mac OS X Version 3 Amended 2/10/2014 Murray Bridge High School Connecting to the BYOD Network Mac OS X 10.7 10.9 Version 3 Amended 2/10/2014 Use of the Murray Bridge High School BYOD (Bring Your Own Device) facilities and network is subject

More information

Microsoft Azure Course Content

Microsoft Azure Course Content Cloud Computing Trainings @ STUCORNER & SHARPENCLOUD Microsoft Azure Course Content Lesson 1: Introduction to Azure 1. Overview of On-premise infrastructure 2. Transition from On-premise to datacenter

More information

Remote Workspace. Nubo End User Guide. Version: 1.3 Date: June, Copyright 2017 by Nubo Inc. All rights reserved. Page 1

Remote Workspace. Nubo End User Guide. Version: 1.3 Date: June, Copyright 2017 by Nubo Inc. All rights reserved. Page 1 Nubo End User Guide Version: 1.3 Date: June, 2017 Copyright 2017 by Nubo Inc. All rights reserved. Page 1 Table of Contents ABOUT THIS GUIDE... 3 1. REGISTRATION & ACTIVATION... 4 A. Install the Nubo App

More information

MICROSOFT OFFICE Desktop Applications. Student User Guide Overview

MICROSOFT OFFICE Desktop Applications. Student User Guide Overview Student User Guide Overview This document provides detailed instructions to students of Baldivis Secondary College on how-to download and install a free copy of Microsoft Office 2016 Desktop applications

More information

Developing Enterprise Cloud Solutions with Azure

Developing Enterprise Cloud Solutions with Azure Developing Enterprise Cloud Solutions with Azure Java Focused 5 Day Course AUDIENCE FORMAT Developers and Software Architects Instructor-led with hands-on labs LEVEL 300 COURSE DESCRIPTION This course

More information

With the X35 there is the ability to use the new remote support feature on the monitor to request assistance. You can add the Horizon support app for

With the X35 there is the ability to use the new remote support feature on the monitor to request assistance. You can add the Horizon support app for Remote Support With the X35 there is the ability to use the new remote support feature on the monitor to request assistance. You can add the Horizon support app for Android or Apple devises and also download

More information

Lab 2: Setting up secure access

Lab 2: Setting up secure access Lab 2: Setting up secure access Oracle Database Cloud Service Hands On Lab This lab is divided into 3 parts 1. Securely Connecting to DBCS instance using Putty 2. Configuring SQL Developer for Secure Access

More information

Downloading, Installing, and Configuring Blackboard Drive

Downloading, Installing, and Configuring Blackboard Drive M06-Downloading, Installing, and Configuring Blackboard Drive Blackboard Learn: Moving Content This handout contains the exact same information as the corresponding Blackboard Learn Moving Content videos

More information

Enter your Appserv username and password to sign in to the Website

Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Windows 10 Device Step 1. To sign in to the Appserv Desktop Access website, either enter the following address into the Microsoft Edge browser address bar, or click

More information

Student Lab Manual MS100.1x: Office 365 Management

Student Lab Manual MS100.1x: Office 365 Management Student Lab Manual MS100.1x: Office 365 Management Lab Scenario You are the system administrator for Adatum Corporation, and you have Office 365 deployed in a virtualized lab environment. In this lab,

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPONT 2013 BUSINESS INTELLIGENCE

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPONT 2013 BUSINESS INTELLIGENCE SHAREPONT 2013 BUSINESS INTELLIGENCE SharePoint 2013 Business Intelligence (SBI2013 version 1.1.0) Copyright Information Copyright 2016 Webucator. All rights reserved. The Author Bruce Gordon Bruce Gordon

More information

SSL VPN Web Portal User Guide

SSL VPN Web Portal User Guide The SSL VPN web portal provides easy access to your organization s web resources via the web browser on your desktop or mobile device. The SSL VPN web portal's responsive interface automatically detects

More information

End User Manual. theicn.org/elearning-how-to

End User Manual. theicn.org/elearning-how-to End User Manual theicn.org/elearning-how-to Welcome to ICN s elearning Portal. This manual is an end user guide, explaining how you as a user can navigate the features and functions of the elearning platform.

More information

Setup Guide: TeraVM on Microsoft Azure. TeraVM Version 11.4

Setup Guide: TeraVM on Microsoft Azure. TeraVM Version 11.4 Setup Guide: TeraVM on Microsoft Azure TeraVM Version 11.4 Help and Support Help and Support The TeraVM Documentation Guides, Online Training Guides and Videos are available on the documentation portal:

More information

Cmpt 101 Lab 1 - Outline

Cmpt 101 Lab 1 - Outline Cmpt 101 Lab 1 - Outline Instructions: Work through this outline completely once directed to by your Lab Instructor and fill in the Lab 1 Worksheet as indicated. Contents PART 1: GETTING STARTED... 2 PART

More information

VMWare View Client Setup and Usage

VMWare View Client Setup and Usage VMWare View Client Setup and Usage Part 1: Accessing the View Client In a browser window, go to https://vdesktop.wm.edu/. Choose which Client you Prefer to Use Each has advantages. The regular client,

More information

[MS20533]: Implementing Microsoft Azure Infrastructure Solutions

[MS20533]: Implementing Microsoft Azure Infrastructure Solutions [MS20533]: Implementing Microsoft Azure Infrastructure Solutions Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft Products Delivery Method : Instructor-led (Classroom)

More information

HOL159 Integrating Microsoft Technologies to Microsoft Dynamics AX 4.0. Hands-On Lab

HOL159 Integrating Microsoft Technologies to Microsoft Dynamics AX 4.0. Hands-On Lab HOL159 Integrating Microsoft Technologies to Microsoft Dynamics AX 4.0 Hands-On Lab Integrating Microsoft Technologies to Microsoft Dynamics AX 4.0 Lab Manual Table of Contents Lab 1: Deploy Enterprise

More information

Introduction to Blackboard. 1. Go to 2. Click the Login button on the left side of the screen.

Introduction to Blackboard. 1. Go to  2. Click the Login button on the left side of the screen. Introduction to Blackboard Logging in: 1. Go to http://blackboard.sc.edu. 2. Click the Login button on the left side of the screen. 3. On the next screen type your Username and Password in the appropriate

More information

My Digital Downloader Instruction Guide *WINDOWS*

My Digital Downloader Instruction Guide *WINDOWS* My Digital Downloader Instruction Guide *WINDOWS* My Digital Downloader is a desktop application to help you manage the download of your audio content. Without My Digital Downloader, when you download

More information

GLOBAL INFOSKILLS SDN BHD

GLOBAL INFOSKILLS SDN BHD 1 COMPUTER TECHNICAL COURSES SCHEDULE 2019( LOCATION:GISB ) JAN FEB MAC APR MAY JUNE MICROSOFT AZURE MS10978 Introduction to Azure for Developers 1 5 3500 7-11 11-15 4-8 1-5 6-10 10-14 MS20487 Developing

More information

GLOBAL INFOSKILLS SDN BHD

GLOBAL INFOSKILLS SDN BHD 1 JAN FEB MAC APR MAY JUNE MICROSOFT AZURE MS10978 Introduction to Azure for Developers 1 5 3500 8-12 5-9 26-30 16-20 21-25 4-8 MS20487 Developing Microsoft Azure and Web Services 1 5 3500 15-19 19-23

More information

Note-Taking Guide. ! Using a - environment, Evernote allows you to access your content anywhere you have an connection.

Note-Taking Guide. ! Using a - environment, Evernote allows you to access your content anywhere you have an connection. Episode: Introduction! Evernote is a tool that allows you to capture and store:! Using a - environment, Evernote allows you to access your content anywhere you have an connection.! A great feature of Evernote

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPOINT 2016 POWER USER

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPOINT 2016 POWER USER SHAREPOINT 2016 POWER USER SharePoint 2016 Power User (SHP2016.2 version 1.0.0) Copyright Information Copyright 2016 Webucator. All rights reserved. Accompanying Class Files This manual comes with accompanying

More information

The MHBE Training Portal Producer Authorization OE

The MHBE Training Portal Producer Authorization OE The MHBE Training Portal Producer Authorization OE 2017-2018 1 Contents Introduction and Overview... 3 Major Training Milestones... 3 OE 17-18 Training Requirement Chart... 3 Step-by-Step Instructions...

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I

CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I Welcome to your CSCI-1100 Lab! In the fine tradition of the CSCI-1100 course, we ll start off the lab with the classic bad joke

More information

Using the Vita Group Citrix Portal

Using the Vita Group Citrix Portal Using the Vita Group Citrix Portal Using the Portal Summary This document is will step you through using the Vita Group Citrix portal. This portal allows you to reset your password if it is expired, unlock

More information

VMWare View Client Setup and Usage

VMWare View Client Setup and Usage VMWare View Client Setup and Usage Part 1: Accessing the View Client In a browser window, go to https://vdesktop.wm.edu/. Choose which Client you Prefer to Use Each has advantages. The regular client,

More information

Server Manager User and Permissions Setup

Server Manager User and Permissions Setup Login and Security Once you successfully create your company databases, the next step is to define the groups and users that can access the TRAVERSE data and the functionality they will have within the

More information

TECHNICAL GUIDE SSO SAML Azure AD

TECHNICAL GUIDE SSO SAML Azure AD 1 TECHNICAL GUIDE SSO SAML Azure AD At 360Learning, we don t make promises about technical solutions, we make commitments. This technical guide is part of our Technical Documentation. Version 1.0 2 360Learning

More information

ShareSync Get Started Guide for Mac

ShareSync Get Started Guide for Mac ShareSync Get Started Guide for Mac ShareSync Overview ShareSync is a file backup and sharing service. It allows you to: Back up your files in real-time to protect against data loss from ransomware, accidental

More information

Creating a trial Windows Azure account and activating MSDN benefits

Creating a trial Windows Azure account and activating MSDN benefits Creating a trial Windows Azure account and activating MSDN benefits What is Azure? In short, it s Microsoft s cloud platform: a growing collection of integrated services compute, storage, data, networking,

More information

SYNTHESYS.NET INTERACTION STUDIO Database Output Actions

SYNTHESYS.NET INTERACTION STUDIO Database Output Actions SYNTHESYS.NET INTERACTION STUDIO Database Output Actions Synthesys.Net Database Output Action 1 DATABASE OUTPUT ACTION DATABASE OUTPUT ACTION WIZARD...3 Database Output Name... 3 Settings... 3 Output Type...

More information

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications Version : 4.00 Last modification date : 13 June 2014 Owner : IBM Ecosystem Development Table of Contents Part 1: Building

More information

GALAXY MOBILE E-LEARNING

GALAXY MOBILE E-LEARNING GALAXY MOBILE E-LEARNING ipad Student User Guide Pelesys Learning Systems Inc. 125 13500 Maycrest Way Richmond, B.C. V6V 2N8, Canada Tel: 604.233.6268 Fax: 604.233.6269 Web: www.pelesys.com Version 2.0

More information

*What s your name? *What s happening in your life today? *(can you say it in forty words or less?)

*What s your name? *What s happening in your life today? *(can you say it in forty words or less?) Write a story using Word - Class http://www.mudie.info/class/index.php?title=write_a_story_using_word Page 1 of 2 6/9/2017 Write a story using Word From Class Session 8 of the computer training course

More information

SCHOOL COLLABORATION SITES Reference Guide

SCHOOL COLLABORATION SITES Reference Guide SCHOOL COLLABORATION SITES Reference Guide Information Technology Services SCHOOL COLLABORATION SITES Reference Guide Information Technology Services 13135 SW 26 ST Miami, FL 33176 Phone 305.995.3770 Fax

More information

MicroStrategy Academic Program

MicroStrategy Academic Program MicroStrategy Academic Program Creating a center of excellence for enterprise analytics and mobility. HOW TO DEPLOY ENTERPRISE ANALYTICS AND MOBILITY ON AWS APPROXIMATE TIME NEEDED: 1 HOUR In this workshop,

More information

Center For Emergency Response and Public Safety

Center For Emergency Response and Public Safety Student Login Instructions Welcome to CERPS (the Center for Emergency Response ), your online learning portal for the Ontario Fire Service. These instructions will help you to log into your online course

More information

User Manual. perfectionlearning.com/technical-support

User Manual. perfectionlearning.com/technical-support User Manual perfectionlearning.com/technical-support 1 User Manual Accessing Math X... 3 Login... 3 Forgotten Password... 3 Navigation Menu... 4 Logout... 4 Admin... 5 Creating Classes and Students...

More information

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY Veritext Vault Instruction Guide 1 Logging In 1. Visit www.veritext.com/vault 2. Click Vault Login 3. Enter your user name and password. (Ensure you have @veritext at the end of your user name.) Be sure

More information

Immersion Day. Getting Started with Linux on Amazon EC2

Immersion Day. Getting Started with Linux on Amazon EC2 January 2017 Table of Contents Overview... 3 Create a new Key Pair... 4 Launch a Web Server Instance... 6 Browse the Web Server... 13 Appendix Additional EC2 Concepts... 14 Change the Instance Type...

More information

Quick Reference Guide WebEx on an ipad

Quick Reference Guide WebEx on an ipad Quick Reference Guide WebEx on an ipad Install WebEx Meetings for ipad In order to schedule and attend WebEx meetings from your ipad you need to download, install and activate the Cisco WebEx Meetings

More information

CME E-quotes Wireless Application for Android Welcome

CME E-quotes Wireless Application for Android Welcome CME E-quotes Wireless Application for Android Welcome This guide will familiarize you with the application, a powerful trading tool developed for your Android. Table of Contents What is this application?

More information

PANOPTO: Using Panopto in Canvas (Faculty)

PANOPTO: Using Panopto in Canvas (Faculty) PANOPTO: Using Panopto in Canvas (Faculty) Panopto is a service that allows you to record and store video and audio (podcast) recordings and link them to your Canvas courses. Panopto recordings and webcasts

More information

Canvas by Instructure User Guide

Canvas by Instructure User Guide Canvas by Instructure User Guide Contents Login to Canvas... 2 Interface Canvas... 3 Dashboard Canvas... 3 Sidebar... 3 Calendar... 4 Notifications... 4 Submit Assignment... 5 Take a Quiz... 5 Gradebook...

More information

How To: Panopto Tutorial for Students

How To: Panopto Tutorial for Students How To: Panopto Tutorial for Students Information Technology Help Desk Colorado Mesa University 8/22/2016 CMU Help Desk: 970-248-2111 or http://whd.coloradomesa.edu Page 0 Table of Contents Table of Contents...

More information

San Jacinto College. Secure SSL VPN Instruction Manual. Contents

San Jacinto College. Secure SSL VPN Instruction Manual. Contents 1 San Jacinto College Secure SSL VPN Instruction Manual The new Secure SSL VPN provides a more secure and convenient method of accessing San Jacinto College resources remotely. This document provides an

More information

VMware Horizon Client Installation Guide (Windows)

VMware Horizon Client Installation Guide (Windows) VMware Horizon Client Installation Guide (Windows) (Please note: The steps in this document must be followed exactly as shown in order to ensure a proper installation.) Requirements: You must have an existing

More information

Roesner Kenney Tax & Accounting

Roesner Kenney Tax & Accounting Roesner Kenney Tax & Accounting Client Portal User Guide 11/2017 1 P age In order to use this guide, you must have been granted access to use the Roesner Kenney Tax & Accounting secure portal. If you are

More information

Holy Cross School Laptop Configuration Instructions for Students Grades 5 10 Windows 10 7/11/2017

Holy Cross School Laptop Configuration Instructions for Students Grades 5 10 Windows 10 7/11/2017 Holy Cross School Laptop Configuration Instructions for Students Grades 5 10 Windows 10 7/11/2017 This documentation is for students that will be using a Windows 10 laptop. A basic understanding of computers

More information

SIS offline. Getting Started

SIS offline. Getting Started SIS offline We highly recommend using Firefox version 3.0 or newer with the offline SIS. Internet Explorer is specifically not recommended because of its noncompliance with internet standards. Getting

More information

XIA Configuration Server

XIA Configuration Server XIA Configuration Server XIA Configuration Server v6 Cloud Services Quick Start Guide Tuesday, 20 May 2014 1 P a g e X I A C o n f i g u r a t i o n C l o u d S e r v i c e s Contents Overview... 3 Creating

More information

Center for Faculty Development and Support. Google Docs Tutorial

Center for Faculty Development and Support. Google Docs Tutorial Center for Faculty Development and Support Google Docs Tutorial Table of Contents Overview... 3 Learning Objectives... 3 Access Google Drive... 3 Introduction... 4 Create a Google Document... 4 Upload

More information

CANVAS DEEP INTEGRATION WITH LAUNCHPAD (FOR INSTRUCTORS)

CANVAS DEEP INTEGRATION WITH LAUNCHPAD (FOR INSTRUCTORS) CANVAS DEEP INTEGRATION WITH LAUNCHPAD (FOR INSTRUCTORS) Table of Contents Get started... 3 What are the first steps I should take to make this process go smoothly?... 4 Confirm that the Macmillan Learning

More information

iosphone & Android App First Time Login Guide

iosphone & Android App First Time Login Guide iosphone & Android App First Time Login Guide If you have logged onto your Admin America portal before please skip to page 4 If you have not logged onto your Admin America portal before please continue

More information