You need to give the human resources department a file that contains the last logon time and the custom attrib
Your network contains an Active Directory forest.
The forest schema contains a custom attribute for user objects.
You need to give the human resources department a file that contains the last logon time and the
custom attribute values for each user in the forest.
What should you use?
Which script should you run?
You have a Windows PowerShell scriptthat contains the following code:
import-csv Accounts.csv | Foreach {New-ADUser -Name$_.Name -Enabled $true – AccountPassword $_.
password}
When you run the script, you receive an error message indicating that the format of the password is
incorrect.
The script fails.
You need to run a script that successfully creates the user accounts by using the password contained
in accounts.csv.
Which script should you run?
You need to resolve the issue that causes Application1 to fail
Your network contains an Active Directory forest.
The functional level of theforestis Windows Server 2008 R2.
Your company’s corporate security policystates that the password for each user account must be
changed at least every 45 days.
You have a user accountnamed Service1.
Service1is used by a network applicationnamed Application1.
Every 45 days, Application1 fails.
After resetting the password for Service1, Application1 runs properly.
You need to resolve the issue that causes Application1 to fail.
The solution must adhere to the corporate security policy.
What should you do?
What should you use?
Your network contains an Active Directory forest.
You add an additional user principal name (UPN) suffix to the forest.
Youneed to modify the UPN suffix of all users.
Youwant to achieve this goal by using the minimum amount of administrative effort.
What should you use?
Which Group Policy settings should you configure?
Your network contains a single Active Directory domain.
All client computersrun Windows Vista Service Pack 2(SP2).
You need to prevent all users from running an application named App1.exe.
Which Group Policy settings should you configure?
You need to ensure that all client computers can apply Group Policy preferences
Your network containsan Active Directory domain.
All domain controllersrun Windows Server 2008 R2.
Client computersrun either Windows XP Service Pack 3 (SP3) or Windows Vista.
You need to ensure that all client computers can apply Group Policy preferences.
What should you do?
You need to audit user access to the administrative shares on the client computers
Your network contains an Active Directory domain.
All domain controllersrun Windows Server 2008 R2.
Client computersrun either Windows 7 or Windows Vista Service Pack 2(SP2).
You need to audit user access to the administrative shares on the client computers.
What should you do?
You need to create a central store for the Group PolicyAdministrative templates
Your network contains an Active Directory domainnamed contoso.com.
You need to create a central store for the Group PolicyAdministrative templates.
What should you do?
Which Windows PowerShell cmdletshould you use?
You configure and deploy a Group Policy object (GPO)that contains AppLocker settings.
You need to identify whether a specific application file is allowed to run on a computer.
Which Windows PowerShell cmdletshould you use?
You need to apply the PSO to a domain user named User1
You create a Password Settings object (PSO).
You need to apply the PSO to a domain user named User1.
What should you do?