• 网络学院
  • IT资讯
  • 操作系统
  • 网络技术
  • 软件应用
  • 办公软件
  • 编程技术
  • 网站架设
  • 数据库类
  • 平面设计
  • 多媒体类
  • 游戏资讯
  • 教学论文
  • 认证考试
使用组策略部署软件安装考题分析(1)
  站点:
  • 首 页
  • 最新软件
  • 文章教程
  • 国内软件
  • 国外软件
  • 绿色软件
  • 源码下载
  • 字体下载
使用组策略部署软件安装考题分析(1)
软件发布 使用组策略部署软件安装考题分析(1)
网络软件 系统工具 应用软件 联络聊天 图形图像 多媒体类 行业软件 游戏娱乐 编程开发 安全相关 教育教学 数码软件 绿软下载
热门软件: QQ 瑞星 pplive e话通 木马克星 千千静听 office2000 五笔字根 Photoshop 视频分割
返回文章教程首页 >> 文章首页 >> 认证考试 >> 微软认证 >> MCSE真题 >> 使用组策略部署软件安装考题分析(1)

使用组策略部署软件安装考题分析(1)

添加时间: 2007-4-1 6:54:02  作者: 微软认证参考  阅读次数:169   来源: http://www.d9soft.com

       

问题:
  你是一个Windows 2000 网络 的 管理 人员。你的网络包含5台Windows 2000 Server服务器和100台Windows 2000 Professional的客户机。

  你希望部署一个运行在Windows 2000 Professional上的应用程序的升级。你希望当用户登录到域的时候自动安装软件的更新。

  你该怎么办?

A. 创建一个分布式文件系统(DFS)。将应用程序的更新放在DFS根文件夹中。
B. 为应用程序的更新创建一个Microsoft Windows安装包。配置RIS使用该安装包。
C. 为应用程序的更新创建一个Microsoft Windows安装包。在所有的计算机上应用本地计算机策略来部署这个安装包。
D. 为应用程序的更新创建一个Microsoft Windows安装包。在组策略中部署这个安装包。

正确答案:D

注解:为了通过Windows 2000网络自动安装Windows安装包,你应该将安装包应用到组策略中。

错误答案:

A. DFS用于组织网络文件夹,并不用于部署应用程序的更新。
B. RIS用于部署Windows 2000 Professional的自动安装,并不用于部署应用程序的更新。
C. 将安装包部署到所有本地计算机策略中将会需要花费很大的管理精力。将其部署到组策路中会更加简单。

利用"路由和远程访问"插件排错

问题

  你在配置了路由和远程访问功能的Windows 2000 Server上安装了第二台Modem。拨号用户报告他们不能够使用新的Modem来连接到服务器。

  你该怎么样来帮助找到问题的原因?

A. 使用“路由和远程访问”插件来查找是否两个Modem都正常工作。
B. 从命令行模式运行Net Config Server命令
C. 从命令行模式运行Net Statistics命令
D. 使用Regedt32在HKEY_LOCAL_MACHINE System CurrentControlSet Services RemoteAccess键值中查看Error Control值

正确答案:A

解释:“路由和远程访问”插件能够用于检测modem的端口状态。

错误答案:

B. Net Config Server命令用于在服务器的工作时显示或改变服务器服务的设置。这并不能诊断Modem问题。

C. Net Statistics命令用于显示本地工作站或服务器服务的统计日志。它并不能诊断modem的问题。

D. 在Windows 2000种,系统配置信息位于注册表中。这用于简化对于一台计算机或网络的管理;然而,一个错误的注册表键值会使整个操作系统崩溃。因此不推荐修改注册表。

 

系统的监控与优化之NTFS文件压缩

问题:

What happens to a compressed file when you move it from a NTFS partition folder to a non-NTFS partiiton folder?

A.Windows 2000 automatically uncompresses the file or folder
B.the file remains compressed
C.The file or folder inherits whatever the compression state of the target folder is
D.The file or folder is recompressed

select the 1 best answer

  当你妆一个使用NTFS格式分区中的使用文件压缩后的文件移动到一个非NTFS分区的文件夹时,会发生什么事?

解答:

  当这样操作的时候,压缩过的文件在非NTFS格式中将是解压后的状态,即在非NTFS格式中,不存在文件压缩。

NTFS 压缩概述:

NTFS 压缩在使用 NTFS 文件系统的卷上可用,NTFS 压缩有以下功能和限制:

·您可以使用 NTFS 压缩来压缩个别文件和文件夹,也可以压缩完整的 NTFS 卷。
·您可以压缩文件夹而不压缩其内容。
·您可以使用 NTFS 压缩文件而不用把它们解压缩,因为它们的解压缩和再压缩无须用户干预。
·您可以使用不同的颜色来显示 NTFS 压缩文件和文件夹的名称以便于识别。
·在使用 NTFS 压缩文件时您可能会注意到性能有所下降。在打开压缩文件时,Windows 自动为您·解压缩它;在关闭该文件时,Windows 重新压缩它。此过程可能会降低计算机的性能。
·NTFS 压缩文件和文件夹仅在存储在 NTFS 卷上时才保持压缩状态。
·您不能对 NTFS 压缩文件进行加密。

正确答案:A

参考资料:

MCSE Training Kit Microsoft Windows 2000 Server Exam 70-215,2nd Ed --Chapter13:Monitoring and Optimization--Lesson 1:Disk Monitoring and Optimization

Data Compression

Data compression enables you to compress files and folders on NTFS volumes. Compressed files and folders occupy less space on an NTFS-formatted volume, which enables you to store more data. The compression state for each file and folder on an NTFS volume is set to either compressed or uncompressed.

认识Windows中用户名称的限定

问题:

Which of the following is a valid logon name?

A.“Matt_Brown”

B.Matt_Brown
C.Matt-Brown
D.Brown,Matt


select the 2 best answers

选择两个可用的登录名。

解答:

  上述四个哪两个才是合法(或者说是合理)的用户名呢?只需要看它们是否包含有不合法的字符即可判断。

  登录名不可以包含:" / [ ] ; : = ,+ * ? < >

所以,
正确答案:BC

参考资料:MCSE Trainking Kit Microsoft Windows 2000 Server Exam 70-215 ,2nd Ed--Chapter 7 Administering Microsoft Windows 2000 Server --Lesson 2 : Administering User Accounts

原文如下:

 Naming Conventions

The naming convention establishes how users are identified in the domain. A consistent naming convention will help you and your users remember user logon names and locate them in lists.

The following table summarizes several points to consider in determining a naming convention for your organization:

Consideration  Explanation 
Unique user logon names  User logon names for domain user accounts must be unique to the Directory. Domain user account names must be unique within the OU where you create the domain user account. Local user account names must be unique on the computer where you create the local user account. 
20 characters maximum  User logon names can contain up to 20 uppercase or lowercase characters; the field accepts more than 20 characters, but Windows 2000 recognizes only the first 20. 
Invalid characters  The following characters are invalid: " / [ ] : ; = , + * ? < > 
User logon names are not case sensitive You can use a combination of special and alphanumeric characters to help uniquely identify user accounts. User logon names are not case sensitive, but Windows 2000 preserves the case. 
Employees with duplicate names  If two users are named John Doe, you can use the first name and the last initial and then add letters from the last name to differentiate the duplicate names. In this example, one user account logon name could be Johnd and the other Johndo. Another possibility would be to number each useR logon name, for example, Johnd1 and Johnd2. 

Type of employee  In some organizations, it is useful to identify temporary employees by their user account. For example, to identify temporary employees, you can use a T and a dash in front of the user's logon name: T-Johnd. Or you might use a parenthetical phrase, such as John Doe (Temp). 
Service account naming conventions  Many background services require user accounts in order to operate. Consider appending the name of the user account with an abbreviated generic name such as svc for service or a service type name such as exc for a background account used by Microsoft Exchange services.

 

上下文章:

 

上一篇文章: 正确利用磁盘限额进行管理题分析(1) 下一篇文章: 自动私有IP寻址技术考题分析(1)

相关文章:

  • 卡巴斯基全功能安全软件2009白皮书
  • Linux之父:最烦安全人士大肆宣扬软件漏洞
  • 趋势科技:杀毒软件不可能永远免费
  • Vista组策略编辑器隐藏和限制分区
  • 金山软件7.28毒报:匿名下载器下载木马

相关软件:

  • 光华反手机病毒软件 S60智能手机(英文版) E60
  • 光华反手机病毒软件 S80/90智能手机 C80
  • 光华反手机病毒软件 S80智能手机(英文版) E80
  • LSC企业监控软件 3.0
  • 佳宜采购管理软件 2.08 SQL网络版
  • 佳宜采购管理软件 2.08 企业版

 

快速导航

  • 网络学院
  • 精品汇聚
  • 字体下载
  • 教程下载
  • ASP源码
  • PHP源码
  • Net源码
  • JSP 源码

微软认证分类导航

  • MCSE模拟题
  • MCSE真题
  • MCSE指导
  • MCSE介绍
  • MCSE动态

本类经典文章推荐

  • 70-210试题(二)
  • MCSE模拟题(iis)
  • 70-059TCP/IP 4.0 试题回顾(3)(...
  • 70-059TCP/IP 4.0试题回顾(13)(1)
  • 70-059TCP/IP 4.0试题回顾(12)(1)
  • 70-059TCP/IP 4.0试题回顾(11)
  • 70-059TCP/IP4.0试题回顾(10)(1)
  • 70-059TCP/IP 4.0 试题回顾(9)
  • 70-059TCP/IP 4.0 试题回顾(8)(...
  • NTWorkStation(1)

MCSE真题阅读排行

  • 用驱动程序数字签署保障系统安全(...
  • 使用组策略部署软件安装考题分析(...
  • MCSE模拟题(iis)
  • 70-210试题(二)
  • 合理分配使用磁盘分区考题分析(1)
  • 70-219 考题中文翻译版(1)
  • 自动私有IP寻址技术考题分析(1)
  • The best 70-215 dump(1)
  • 利用DNS支持活动目录考题分析(1)
  • 70-059TCP/IP 4.0 试题回顾(3)(...

微软认证阅读总排行

  • MCSD简介
  • 微软考试成绩查询最新办法
  • hacktool.Rootkit病毒的删除方法
  • 让WindowsXP也能快速锁定计算机(1)
  • 尴尬!微软反盗版验证技术被自己攻...
  • 如何在WinXP中重新安装或修复IE6
  • 如何清除Windows系统托盘上的图标
  • 微软MSCE认证又出新招
  • 微软认证系统工程师 (MCSE)(1)
  • 将软件更新集成到Windows安装源文...

广告位置

字母检索 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 回到顶部

关于我们 | 版权声明 | 免责条款 | 广告联系 | 软件发布 | 下载帮助 | 下载排行 | 网站地图 | 特别鸣谢 | 友情连接

copyright; 2005-2008 D9soft.com 第九软件网 版权所有