Podcast
Questions and Answers
What is the primary function of the Microsoft Management Console (MMC)?
What is the primary function of the Microsoft Management Console (MMC)?
Which of the following snap-ins can be added to a custom MMC based on the lab instructions?
Which of the following snap-ins can be added to a custom MMC based on the lab instructions?
What does User Account Control (UAC) primarily manage?
What does User Account Control (UAC) primarily manage?
In a custom MMC, how can you save your changes after adding snap-ins?
In a custom MMC, how can you save your changes after adding snap-ins?
Signup and view all the answers
Which of the following is a default User Account Control setting?
Which of the following is a default User Account Control setting?
Signup and view all the answers
What command is used to run an application with a different user account's permissions?
What command is used to run an application with a different user account's permissions?
Signup and view all the answers
What happens when User215 tries to access C:\SECURE APP\calc.exe after permissions are denied?
What happens when User215 tries to access C:\SECURE APP\calc.exe after permissions are denied?
Signup and view all the answers
What is the purpose of the GPUPDATE /FORCE command?
What is the purpose of the GPUPDATE /FORCE command?
Signup and view all the answers
Why is the interactive logon message important?
Why is the interactive logon message important?
Signup and view all the answers
Which of the following is NOT a characteristic of Software Settings in Group Policy?
Which of the following is NOT a characteristic of Software Settings in Group Policy?
Signup and view all the answers
What is the main function of Windows Settings in Group Policy?
What is the main function of Windows Settings in Group Policy?
Signup and view all the answers
Why does the interactive logon message not appear in Users Configuration?
Why does the interactive logon message not appear in Users Configuration?
Signup and view all the answers
What permissions are assigned to User215 for the calc.exe file in the specified setup?
What permissions are assigned to User215 for the calc.exe file in the specified setup?
Signup and view all the answers
What is the security setting for the behavior of the elevation prompt for standard users when UAC is set to Never Notify?
What is the security setting for the behavior of the elevation prompt for standard users when UAC is set to Never Notify?
Signup and view all the answers
Which Group Policy change is necessary to ensure that the Student (Administrator Account) must enter credentials every time UAC appears?
Which Group Policy change is necessary to ensure that the Student (Administrator Account) must enter credentials every time UAC appears?
Signup and view all the answers
What happens to the secure desktop prompting for elevation when UAC is set to Never Notify?
What happens to the secure desktop prompting for elevation when UAC is set to Never Notify?
Signup and view all the answers
Which of the following settings is NOT defined when UAC is configured to Never Notify?
Which of the following settings is NOT defined when UAC is configured to Never Notify?
Signup and view all the answers
What is the effect of enabling virtualization of file and registry write failures in the context of UAC?
What is the effect of enabling virtualization of file and registry write failures in the context of UAC?
Signup and view all the answers
When the elevation prompt is set to prompt for credentials, which user group is affected most significantly?
When the elevation prompt is set to prompt for credentials, which user group is affected most significantly?
Signup and view all the answers
Which behavior of the elevation prompt is maintained across different UAC settings for standard users?
Which behavior of the elevation prompt is maintained across different UAC settings for standard users?
Signup and view all the answers
What must be enabled to detect application installations and prompt for elevation?
What must be enabled to detect application installations and prompt for elevation?
Signup and view all the answers
What is the primary purpose of enabling the policy 'Don't display username at sign-in'?
What is the primary purpose of enabling the policy 'Don't display username at sign-in'?
Signup and view all the answers
Who retains permission to 'Shut down the system' after removing USERS from the policy?
Who retains permission to 'Shut down the system' after removing USERS from the policy?
Signup and view all the answers
What is one consequence of applying the setting 'Show first sign-in animation' as Disabled?
What is one consequence of applying the setting 'Show first sign-in animation' as Disabled?
Signup and view all the answers
What happens to Standard User Accounts when the option to 'Shut down the system' is removed?
What happens to Standard User Accounts when the option to 'Shut down the system' is removed?
Signup and view all the answers
How can the policy applied under Administrative Templates for 'Disable the Display Control Panel' be implemented?
How can the policy applied under Administrative Templates for 'Disable the Display Control Panel' be implemented?
Signup and view all the answers
What are the filtering options available for managing Administrative Templates settings?
What are the filtering options available for managing Administrative Templates settings?
Signup and view all the answers
What effect does the filtering tool have for users applying settings?
What effect does the filtering tool have for users applying settings?
Signup and view all the answers
What must be done to ensure that the changes made in Computer Configuration settings take effect immediately?
What must be done to ensure that the changes made in Computer Configuration settings take effect immediately?
Signup and view all the answers
What is the primary purpose of the policy that prevents access to the command prompt?
What is the primary purpose of the policy that prevents access to the command prompt?
Signup and view all the answers
What happens when the policy to prohibit access to the Control Panel is applied specifically to the KIOSK user?
What happens when the policy to prohibit access to the Control Panel is applied specifically to the KIOSK user?
Signup and view all the answers
Which tool must be created to apply user-specific policies for the KIOSK user?
Which tool must be created to apply user-specific policies for the KIOSK user?
Signup and view all the answers
What is the result of running the Remote Desktop program at user logon for the KIOSK user?
What is the result of running the Remote Desktop program at user logon for the KIOSK user?
Signup and view all the answers
Why is the MMC created for the KIOSK user limited to user configuration only?
Why is the MMC created for the KIOSK user limited to user configuration only?
Signup and view all the answers
What happens when Group Policy targets standard users in this scenario?
What happens when Group Policy targets standard users in this scenario?
Signup and view all the answers
What does the setting to hide the Programs Control Panel achieve for the KIOSK user?
What does the setting to hide the Programs Control Panel achieve for the KIOSK user?
Signup and view all the answers
What immediate effect does changing the policy for the command prompt have on the KIOSK user?
What immediate effect does changing the policy for the command prompt have on the KIOSK user?
Signup and view all the answers
Study Notes
Microsoft Management Console (MMC)
- MMC is a tool for managing Windows systems and accessing various management tools.
- You can access MMC through the command line, use the MMC interface, or create a customized MMC with your preferred tools.
- MMC provides access to tools like Services, Performance, Disk Management, Device Manager, Event Viewer, and more.
- You can create a custom MMC by adding snap-ins like Group Policy Object Editor, Hyper-V Manager, Local Users and Groups, and saving it for easy access.
User Account Control (UAC)
- UAC defines the level of user interaction required for system changes.
- It allows you to set different levels of prompting for standard users and administrators.
- The default UAC setting is "Notify me only when apps try to make changes to my computer."
- The "Admin Approval Mode" setting determines the behavior of UAC for administrators and can prompt for consent (default) or elevate without prompting.
- The "Behavior of the elevation prompt for standard users" setting can prompt for credentials (default).
- The various UAC settings can be accessed and modified through both Group Policy and the Windows GUI.
- Changes made to UAC settings in the GUI are reflected in Group Policy, and vice versa.
- Specific settings like "Admin Approval Mode for the Built-In Administrator account" remain "Not Defined" by default.
RUNAS
- The RUNAS command allows you to execute a program with the permissions of another user account.
- It's helpful for testing standard user access or making changes for a standard user account while using your administrative credentials.
- You can use RUNAS command to run applications with specific user permissions, even if that user has no access to them ordinarily.
- To make a user account unable to access a specific executable file, you can modify the file security settings to deny all permissions to that user.
Group Policy
- Group Policy is a tool for managing computers and users in a network.
- It allows you to implement security settings, manage software deployment, and control user experience.
- Group Policy settings can target computers or users.
- The "Software Settings" section is used for deploying software installations and removals, allowing for targeted software deployment to specific computers or users.
- "Windows Settings" section controls security settings, but user settings in this section are limited and do not contain many options.
Administrative Templates
- Administrative Templates contain policies for controlling settings that might change with new software versions or features.
- They can also accommodate manually imported settings.
- Policies can target specific computers or users depending on the Administrative Template selected.
- You can search and filter the vast collection of administrative templates to find specific settings.
- Filtering can be based on various criteria, including whether settings are removed, configured, commented, or based on specific technologies.
Single User Policy
- On a single workstation, it can be challenging to apply specific user policies.
- To create a user-specific policy, you need to create a custom MMC with the Group Policy snap-in pointed at the specific user account.
- By pointing the Group Policy snap-in towards a specific user account, you can apply policies that only affect that user.
- This approach is especially useful for managing public use computers or kiosks where specific user restrictions are required.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
This quiz covers essential tools for managing Windows systems, focusing on the Microsoft Management Console (MMC) and User Account Control (UAC). You will learn how to customize MMC and understand the different levels of user interaction defined by UAC. Test your knowledge on snap-ins, UAC settings, and their impacts on system management.