A user named User1 uses a shared computer that runs Windows 

题目
单选题
A user named User1 uses a shared computer that runs Windows 7. User1 is a member of group namedGroup1. The computer contains a folder named Folder1. You need to configure the permissions on Folder1to meet the following requirements: User1 must be allowed to delete all files in Folder1  Members of Group1 must be able to create files in Folder1  All other members of Group1 must be prevented from deleting files they did not create in Folder1All users must be prevented from modifying the permissions on Folder1. What should you do?()
A

Assign Group1 the Write permission. Assign User1 the Modify permission.

B

Assign Group1 the Modify permission. Assign User1 the Write permission.

C

Deny Group1 the Write permission. Assign User1 the Modify permission.

D

Deny Group1 the Modify permission. Assign User1 the Write permission.

参考答案和解析
正确答案: A
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You have a computer that runs Windows 7. The computer is a member of a domain. You share D:/data asData. You assign Everyone Full control share permissions to the folder. No other share permissions areassigned to the folder. From another computer, you attempt to create a file in the Data share by using a domain account named User1. You receive the following error message: Destination Folder Access Denied.You need to ensure that you can create files in the Data share by using the User1 account.  What should you do?()

  • A、Create a local user named User1.
  • B、Add User1 to the local Power Users group.
  • C、Assign User1 Write NTFS permission on the D:///data folder.
  • D、Assign User1 Full control share permissions to the Data share.

正确答案:C

第2题:

Your network consists of a single Active Directory domain. All servers run Windows Server 2003 Service Pack 2 (SP2). All client computers run Windows XP Professional Service Pack 3 (SP3). A user named User1 has a computer named Computer1. You need to prevent changes made to User1’s desktop from being saved when User1 logs off of Computer1. What should you do? ()

  • A、Log on to Computer1 as an administrator. Rename User1’s user profile folder to User1.man.
  • B、Log on to Computer1 as an administrator. In User1’s user profile, rename ntuser.ini to ntuser.man.
  • C、Implement a roaming user profile for User1. In User1’s roaming user profile, rename ntuser.dat to ntuser.man.
  • D、Implement a roaming user profile for User1. In User1’s roaming user profile, deny User1 the Read permission for ntuser.ini.

正确答案:C

第3题:

You have a stand-alone server named Server1 that runs Windows Server 2003 Service Pack 2 (SP2).A user named User1 is a member of the Administrators group on Server1.User1 attempts to log on to Server1 and receives the following error message.Other members of the Administrators group can log on to Server1.You need to ensure that User1 can log on to Server1.What should you do? ()

A. From the properties of the User1 account, modify the Session settings.

B. From the properties of the User1 account, modify Environment settings.

C. From the local security policy on Computer1, modify the Deny log on locally setting.

D. From the local security policy on Server1, modify the Impersonate a client after authentication setting.


参考答案:C

第4题:

Your network contains an Active Directory domain named contoso.com.   The network has a branch office site that contains a read-only domain controller (RODC) named RODC1.   RODC1 runs Windows Server 2008 R2.   A user named User1 logs on to a computer in the branch office site.   You discover that the password of User1 is not stored on RODC1.   You need to ensure that User1’s password is stored on RODC1.   What should you modify()

  • A、the Member Of properties of RODC1
  • B、the Member Of properties of User1
  • C、the Security properties of RODC1
  • D、the Security properties of User1

正确答案:B

第5题:

You have a file server named Server1 that runs Windows Server 2003 Service Pack 2 (SP2). Shadow Copies is enabled on all volumes and daily backups are performed by using Windows Backup. A user named User1 has a computer named Computer1 that runs Windows XP Professional Service Pack 3 (SP3). User1 is denied the right to log on to Server1. You need to ensure that User1 can recover previous versions of files on Server1 without help from an administrator. What should you do? ()

  • A、On Server1, install twcli32.msi.
  • B、On Server1, create an Automated System Recovery (ASR) backup.
  • C、On Computer1, install twcli32.msi.
  • D、On Computer1, create an Automated System Recovery (ASR) backup.

正确答案:A

第6题:

You have a computer named Computer1 that runs Windows 7. The computer is a member of an ActiveDirectory domain. The network contains a file server named Server1 that runs Windows Server 2008. Youlog on to the computer by using an account named User1. You need to ensure that when you connect toServer1, you authenticate by using an account named Admin1.  What should you do on Computer1?()

  • A、From User Accounts, select Link online IDs.
  • B、From Windows CardSpace, select Add a card.
  • C、From Credential Manager, select Add a Windows credential.
  • D、From Local Security Policy, modify the Access this computer from the network user right

正确答案:C

第7题:

You are the administrator of your company’s network. A user named Stephen in the graphics department logs on to his Windows 2000 Professional computer. He installs a shared color laser printer. The color laser printer is connected to a computer named Server1. The next day Stephen returns and logs on to a Windows NT Workstation 4.0 computer. Stephan reports that when he attempts to print a document to the shared color laser printer, the printer is not included in the list of available printers. You want to allow Stephen to send print jobs to the shared color laser printer from any computer on the network. What should you do?()

  • A、Configure a roaming user profile for Stephen’s user account.
  • B、Configure the server properties of the printer system folder to connect to the shared printer.
  • C、Install the printer driver for the print device on the Windows NT workstation computer.
  • D、Upgrade the Windows NT Workstation computer to Windows 2000 Professional, and then import the profile settings for Stephen’s user account.

正确答案:A

第8题:

You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. DB1 is available to a Windows group which is named WIIKIGO/Supervisors. A Windows user named User1 is a member of the WIIKIGO/Supervisors group. WIIKIGO/Supervisors is a member of the db_owner role in the DB1 database. You must make sure that the SQL Server instance is available to User1. In the DB1 database, which Transact-SQL statement(s) should you execute?()  

  • A、 DROP LOGIN "WIIKIGO/User1"; 
  • B、 EXEC dbo.sp_droprolemember 'db_owner', 'WIIKIGO/User1';
  • C、 EXEC dbo.sp_revokedbaccess 'WIIKIGO/User1';EXEC dbo.sp_revokelogin 'WIIKIGO/User1'; 
  • D、 CREATE LOGIN "WIIKIGO/User1" FROM Windows;DENY CONNECT SQL TO "WIIKIGO/User1";

正确答案:D

第9题:

Your network consists of a single Active Directory domain. All servers run Windows Server 2003 Service Pack 2 (SP2). All client computers run Windows XP Professional Service Pack 3 (SP3). A user named User1 has a computer named Computer1. You need to prevent changes made to User1’s desktop from being saved when User1 logs off of Computer1. What should you do? ()

  • A、Log on to Computer1 as an administrator. Rename User1’s user profile folder to User1.man.
  • B、Log on to Computer1 as an administrator. In User1’s user profile, rename ntuser.ini to ntuser.man.
  • C、Implement a roaming user profile for User1. In User1’s roaming user profile, rename ntuser.dat to ntuser.man.
  • D、Implement a roaming user profile for User1. In User1’s roaming user profile, deny User1 the Read permission for ntuser.ini.

正确答案:C

第10题:

A user named User1 uses a computer that runs Windows XP Professional. You need to enable User1 to create local user accounts. You must minimize the rights assigned to the User1 account.  Which group should you add User1 to?() 

  • A、Administrators
  • B、Power Users
  • C、Users 
  • D、Network Configuration Operators

正确答案:B

更多相关问题