ITF (FC0-U61) Skills Lab: Multifactor Authentication and Run As
Exercise 1: Enabling Multifactor Authentication
Task 1: Enable Smart Card Logon
Connect to the Windows Server 2019 Virtual Machine
- Log in to the domain controller.
Open Active Directory Users and Computers
- In Server Manager, go to Tools > Active Directory Users and Computers.
Locate the User Account
- Expand the domain in the navigation pane.
- Navigate to NAmerica > Operations.
- Locate and right-click on User - Matthew B, then select Properties.
Enable Smart Card Logon
- In the Matthew B Properties window, go to the Account tab.
- Scroll to Account options, check Smart Card is required for interactive logon, and click OK.
Close All Windows
- Exit all open windows and dialog boxes.
Task 2: Verify Smart Card Logon Capability
Connect to the Windows 10 Virtual Machine
- On the login screen, select Other User.
Attempt to Log in as Matthew B
- Enter Matthew B’s credentials.
- A prompt will appear stating that a smart card is required for login.
Close the Windows 10 Virtual Machine
- Sign out and shut down the Windows 10 VM.
Exercise 2: Perform Administrative Tasks with Run As
Task 1: Move a Computer to Another Organizational Unit (OU)
Connect to the Windows Server 2019 Virtual Machine
- Log in to the domain controller.
Open Active Directory Users and Computers
- In Server Manager, go to Tools > Active Directory Users and Computers.
Locate the Computer Object
- Expand the domain and select the Computers folder.
- Locate PLABWIN10, right-click, and select Move....
Move the Computer to the Engineers OU
- In the Move dialog box, expand EMEA > Engineers.
- Click OK.
Close All Windows
- Exit all open windows and dialog boxes.
Task 2: Enable "Run as a Different User" Option
Connect to the Windows 10 Virtual Machine
- Log in as Admin.
Open Local Group Policy Editor
- Search for gpedit in the Start menu and select Edit Group Policy.
Enable the "Run as a Different User" Command
- Navigate to:
User Configuration > Administrative Templates > Start Menu and Taskbar
- Locate Show "Run as a different user" command on Start, right-click, and select Edit.
- Select Enabled, then click OK.
- Navigate to:
Close All Windows
- Exit the Local Group Policy Editor.
Task 3: Verify "Run as a Different User" Policy
Open Computer Management with Alternate Credentials
- Search for Computer Management, then right-click and select Run as a different user.
Log in as Isaac S.
- Enter Isaac S’s credentials.
- The Computer Management console will open.
Test Access Rights
- Navigate to Storage > Disk Management.
- An error message appears:
"You do not have access rights to Logical Disk Manager on this machine."
Close All Windows
- Exit all open windows and dialog boxes.
Task 4: Disable Secondary Logon via Group Policy
Connect to the Windows Server 2019 Virtual Machine
- Log in to the domain controller.
Open Group Policy Management
- In Server Manager, go to Tools > Group Policy Management.
Create a New Group Policy Object (GPO)
- Expand:
Forest > Domains > Your Domain > EMEA > Engineering
- Right-click Engineering, then select Create GPO in this domain and link it here....
- Name the policy Disable Secondary Logon, then click OK.
- Expand:
Edit the New GPO
- Right-click Disable Secondary Logon, then select Edit.
- Navigate to:
Computer Configuration > Policies > Windows Settings > Security Settings > System Services
Disable the Secondary Logon Service
- In System Services, right-click Secondary Logon and select Properties.
- Check Define this policy setting, select Disable, and click OK.
Close All Windows
- Exit all open windows and dialog boxes.
Task 5: Test the Secondary Logon Functionality
Update Group Policy and Restart
- Open PowerShell and run:
gpupdate /force
- Restart the computer with:
restart-computer
- Open PowerShell and run:
Attempt to Use "Run as a Different User"
- Log in as Admin.
- Search for Computer Management, right-click, and select Run as a different user.
- Enter Jan R’s credentials and click OK.
Confirm Policy Enforcement
- An error message appears:
"The service cannot be started either because it is disabled or because it has no enabled devices associated with it."
- An error message appears:
Verify Administrator Access is Unaffected
- Log in as Elizabeth W.
- Search for Services, right-click, and select Run as administrator.
- When prompted, enter Admin credentials and press Enter.
- The Services console will open, confirming that administrator privileges are still available.
Completion
You have successfully completed the virtual lab for configuring multifactor authentication and administrative tasks using "Run As."