Your network consists of an Active Directory forest that contains two domains named contoso.com andRegion1.contoso.com. All servers in the network run Windows Server 2003 Service Pack 2 (SP2).You attempt to create a universal security group and obtain the result shown in the exhibit. (Click the Exhibit button.)You need to ensure that you can create universal security groups in the contoso.com domain.What should you do in the contoso.com domain? ()
A. Modify the Default Domain Policy.
B. Modify the Default Domain Controllers Policy.
C. Raise the domain functional level of the contoso.com domain.
D. Add your user account to the Enterprise Administrators group.
第1题:
请在(7)、(8)、(9)处填写恰当的内容。
在Linux系统中设置域名解析服务器,已知该域名服务器上文件named.conf的部分内容如下:
OPtions {
directory '/var/named';
};
zone '.' {
type hint;
file 'named.ca';
}
zone 'localhost' IN {
file "localhost.zone" allow-update{none;};
};
zone '0.0.127.in-addr.arpa'{
type master;
file 'named.local';
};
zone 'test.com'{
type(7);
file 'test.com';
};
zone '40.35.222.in-addr.arpa'{
type master;
file '40.35.222';
};
include "/etc/rndc.key";
该服务器是域test.com的主服务器,该域对应的网络地址是(8),正向域名转换数据文件存放在(9)目录中。
第2题:
Linux 环境中,如果要配置DNS客户端,应该修改的()配置文件。
A./etc/resolv.conf
B./etc/nsswitch.conf
C./etc/named.conf
D./etc/sysconfig/network-scripts/ifcfg-eth0
第3题:
要获取当前目录下的所有文件,要采用下面的方法:
A.Directory.GetLogicalDrives()
B.Directory.GetDirectories()
C.Directory.GetFiles()
D.Directory.GetCurrentDirectory()
第4题:
A.HCU\SAM\SAM\Domains\Account\Users\Names
B.HCR\SAM\SAM\Domains\Account\Users\Names
C.HLM\SAM\SAM\Domains\Account\Users\Names
D.HCR\SAM\Domains\Account\Users\Names
第5题:
Linux 环境中,如果要配置DNS客户端,应该修改()配置文件
A./etc/resolv.conf
B./etc/sysconfig/network-scripts/ifcfg-eth0
C./etc/nsswitch.conf
D./etc/named.conf
第6题:
要获取当前目录下的所有文件,要采用下面的方法:
A.Directory.GetLogicalDrives()
B.Directory.GetLogicalDrives()
C.Directory.GetFiles()
D.Directory.GetCurrentDirectory()