-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathAZ-500-Lab-Setup
More file actions
27 lines (15 loc) · 1.07 KB
/
AZ-500-Lab-Setup
File metadata and controls
27 lines (15 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
### Lab Setup
Before you begin
1. [] On @lab.VirtualMachine(SEA-DEV).SelectLink click @lab.CtrlAltDelete to activate the Ctrl + Alt + Delete sequence and bring up the logon page.
>[!KNOWLEDGE] Any links like the one above will send Ctrl+Alt+Delete to the selected machine. This can also be done the **Commands** menu (lightning bolt) in the upper-left hand corner of the screen.
1. [] Sign in as +++@lab.VirtualMachine(SEA-DEV).Username+++ with the password +++@lab.VirtualMachine(SEA-DEV).Password+++.
---
If you have errors installing PowerShell Modules, enable TLS 1.2 in your administrator PowerShell session and try again:
```PowerShell
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12`
```
---
## Download the Lab Files
@lab.Activity(DownloadFromGit)
>[!note] This will copy the latest lab files from GitHub and configure the directories as needed for the remainder of the lab exercises. You will see a 'Success!' message above, once the process is complete.
Once you have received the 'Success!' message, click **Next** to proceed to the lab.