当前位置:MCITP(70-640)题库

问题:

[单选]

You have a Windows PowerShell script that 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()

A . import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (ConvertHost-
B . import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (ConvertTo-
C . import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (Read-To
D . import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (Read-Host

您有一台运行 Windows 7 的计算机。您需要为标准用户提供更新适用于显示适配器的驱动程序的权限。从“本地组策略”中,您应该修改什么?() 计算机的设备安装设置。 用户的显示设置。 计算机的驱动程序安装设置。 用户的驱动程序安装设置。 水压试验的范围有哪些? You are the network administrator for your company. All network servers run Windows Server 2003. A member server named Server1 hosts several hundred folders, which are located on multiple volumes on the server. A backup job on Server1 is configured to run a normal backup of the folders every Saturday at 1:00 A.M. On Wednesday morning, you discover that you need to install a new application on Server1 before the close of business that day. You need to back up all folders on Server1 as quickly as possible so you can install the new application. What should you do? () Create a new backup job that specifies the folders and runs once only.。 Run the existing backup job.。 Enable Volume Shadow Copy for the volumes that contain the folders.。 Create an Automated System Recovery (ASR) set.。 You need to design desktop and security settings for the client computers in the Seattle call center. Your solution must be implemented by using the minimum amount of administrative effort.Which two actions should you perform?() On each client computer in the call center, configure a local policy that lists only authorized programs in the Allowed Windows Programs list。 Using NTFS permissions, assign the Deny – Read permission for all unauthorized executable files to the client computer domain accounts。 Design a Group Policy object (GPO) that enforces a software restriction policy on all client computers in the call center。 Design a Group Policy object (GPO) that implements an IPSec policy on all client computers in the call center. Ensure that the IPSec policy rejects connections to any Web servers that the company does not operate。 每个矿井必须有()以上能行人的安全出口。 一个。 至少二个。 至少三个。

You have a Windows PowerShell script that 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()

参考答案:

  参考解析

本题暂无解析

在线 客服