READ Free Dumps For Microsoft- 70-410
Question ID 10315 | You have a server named Server1 that runs Windows Server 2012 R2.
You configure IPSec rules for connections to Server1.
On Server1, you plan to create an inbound firewall rule that contains the following settings:
Allows inbound connections to an application named App1.exe
Applies to the domain profile
Overrides any block rules
You need to identify the minimum information required to create the rule.
Which two pieces of information should you identify? Each correct answer presents part of the solution.
|
Option A | the list of computers that are authorized to use the application
|
Option B | the list of Active Directory users who are authorized to use the application
|
Option C | the hash of the application
|
Option D | the name of the IPSec policies that apply to Server1
|
Option E | the local path of the application
|
Correct Answer | AE |
Explanation Explanation/Reference: E: To add a program to the rules list, you must specify the full path to the executable (.exe) file used by the program. Reference: Add or Edit Firewall Rule https://technet.microsoft.com/en-us/library/cc753558.aspx
Question ID 10316 | Your network contains one Active Directory forest named contoso.com. The forest contains a single domain. All domain controllers run Windows Server 2012 R2.
You need to modify the membership of a group named Group1 to include two users named User1 and User2.
What command should you run? To answer, select the appropriate options in the answer area.
Select three.
|
Option A | Use command Add-GroupMember
|
Option B | Use command Add-ADGroupMember
|
Option C | As first parameter use Group1
|
Option D | As first parameter use User1, User2
|
Option E | As first parameter use {User1, User2}
|
Option F | As second parameter use User1, User2
|
Correct Answer | BCG |
Explanation Explanation/Reference: Explanation: Correct answer is: Add-ADGroupMember Group1 User1, User2 Add-ADGroupMember adds one or more members to an Active Directory group. Example: Command Prompt: C:\PS>Add-ADGroupMember SvcAccPSOGroup SQL01, SQL02 Adds the user accounts with SamAccountNames SQL01, SQL02 to the group SvcAccPSOGroup. Reference: Add-ADGroupMember https://technet.microsoft.com/en-us/library/ee617210.aspx