Module 11 - Implementing Software Defined Networking
Module 11 - Implementing Software Defined Networking
2. In Hyper-V Manager, click 20741B-LON-DC1, and then in the Actions pane, click Start.
3. In the Actions pane, click Connect. Wait until the virtual machine starts.
1. Switch to LON-DC.
2. In Server Manager, click Tools, and then click Active Directory Users and Computers.
3. In Active Directory Users and Computers, expand Adatum.com, and then click IT.
5. In the New Object – Group dialog box, in the Group name text box, type Network Controller
Admins, and then click OK.
6. In the details pane, double-click Network Controller Admins, and then in the Network
Controller Admins Properties dialog box, on the Members tab, click Add.
7. In the Select Users, Contacts, Computers, Service Accounts, or Groups dialog box, in the Enter
the object names to select (examples) text box, type administrator; Beth, and then
click OK twice.
9. In the New Object – Group dialog box, in the Group name text box, type Network Controller
Ops, and then click OK.
10. In the details pane, double-click Network Controller Ops, and then in the Network Controller
Ops Properties dialog box, on the Members tab, click Add.
11. In the Select Users, Contacts, Computers, Service Accounts, or Groups dialog box, in the Enter
the object names to select (examples) text box, type administrator; Beth, and then
click OK twice.
12. Close Active Directory Users and Computers.
2. In the Run dialog box, type mmc.exe, and then press Enter.
3. In the Console1 – [Console Root] window, click File, and then click Add/Remove Snap-in.
4. In the Add or Remove Snap-ins dialog box, in the Snap-in list, double-click Certificates.
5. Click the Computer account, click Next, click Finish, and then click OK.
6. In the navigation pane, expand Certificates (Local Computer), and then click Personal.
7. Right-click Personal, click All Tasks, and then click Request New Certificate.
8. In the Certificate Enrollment dialog box, on the Before you Begin page, click Next.
Results : After completing this exercise, you should have successfully prepared your
environment for Network Controller.
2. In Server Manager, in the details pane, click Add roles and features.
3. In the Add Roles and Features Wizard, on the Before you begin page, click Next.
6. On the Select server roles page, in the Roles list, select the Network Controller check box,
click Add Features, and then click Next.
11. Right-click Start, point to Shut down or sign out, and then click Restart.
12. In the Choose a reason that best describes why you want to shut down this computer dialog
box, click Continue.
13. After LON-SVR2 restarts, sign in as Adatum\Administrator with the password Pa55w.rd.
2. In Server Manager, in the details pane, click Add roles and features.
3. In the Add Roles and Features Wizard, on the Before you begin page, click Next.
6. On the Select server roles page, in the Roles list, select the Network Controller check box,
click Add Features, and then click Next.
11. Right-click Start, point to Shut down or sign out, and then click Restart.
12. In the Choose a reason that best describes why you want to shut down this computer dialog
box, click Continue.
13. After LON-SVR2 restarts, sign in as Adatum\Administrator with the password Pa55w.rd.
3. At the Windows PowerShell (Admin) command prompt, type the following command, and then
press Enter:
4. At the Windows PowerShell (Admin) command prompt, type the following command, and then
press Enter:
2. At the Windows PowerShell (Admin) command prompt, type the following command, and then
press Enter:
3. At the Windows PowerShell (Admin) command prompt, type the following command, and then
press Enter:
$Certificate = Get-Item Cert:\LocalMachine\My | Get-ChildItem | where {$_.Subject -im
atch "LON-SVR2" }
4. At the Windows PowerShell (Admin) command prompt, type the following command, and then
press Enter:
1. At the Windows PowerShell (Admin) command prompt, type the following command, and then
press Enter:
$cred=New-ObjectMicrosoft.Windows.Networkcontroller.credentialproperties
2. At the Windows PowerShell (Admin) command prompt, type the following command, and then
press Enter:
$cred.type="usernamepassword"
3. At the Windows PowerShell (Admin) command prompt, type the following command, and then
press Enter:
$cred.username="admin"
4. At the Windows PowerShell (Admin) command prompt, type the following command, and then
press Enter:
$cred.value="abcd"
5. At the Windows PowerShell (Admin) command prompt, type the following command, and then
press Enter:
7. At the Windows PowerShell (Admin) command prompt, type the following command, and then
press Enter:
You should receive output that looks similar to the output below:
Tags :
ResourceRef : /credentials/cred1
CreatedTime : 1/1/0001 12:00: 00 AM
InstanceId : e16ffe62-a701-4d31-915e-7234d4bc5a
Etag : W/"1ec59631-607f-4d3e-ac78-94b0822f3a9d"
ResourceMetadata :
ResourceId : cred1
Properties :
Microsoft.Windows.NetworkController.CredentialProperties
Results : After completing this exercise, you should have successfully deployed Network
Controller.