Your company has a main office and a branch office. The network contains two servers named Server1 and Server2 that run Windows Server 2008 R2. Server1 is located in the main office. Server2 is located in the branch office. You have a domain-based namespa

题目

Your company has a main office and a branch office. The network contains two servers named Server1 and Server2 that run Windows Server 2008 R2. Server1 is located in the main office. Server2 is located in the branch office. You have a domain-based namespace named \\contoso.com\DFS1. Server1 is configured as the namespace server for \\contoso.com\DFS1. \\contoso.com\DFS1 has a folder named Folder1. The folder targets for Folder1 are \\Server1\Folder1 and \\Server2\Folder1. Users in the main office report that they view different content in Folder1 than users in the branch office. You need to ensure that the content in Folder1 is identical for all of the users.What should you do?()

A. Create a new replication group.

B. Configure Server2 as a namespace server.

C. From Server2, run dfsutil.exe cache domain.

D. From Server2, run dfsutil.exe root forcesync \\contoso.com\DFS1.


相似考题
更多“Your company has a main office and a branch office. The network contains two servers named ”相关问题
  • 第1题:

    有以下程序

    main()

    {char *s[]={"one","two","three"},*p;

    p=s[1];

    printf("%c,%s\n",*(p+1),s[0]);

    }

    执行后输出结果是

    A.n,two

    B.t,one

    C.w,one

    D.O,two


    正确答案:C
    解析:本题首先定义了一个有3个元素的指针数组s,并通过赋值使s[0]指向字符串“one”,s[1]指向字符串“two”,s[2]指向字符串“three”,然后通过赋值语句“p=s[1]”,使p指向了字符串“two”,故“*(p+1)”就是字符“w”。

  • 第2题:

    Linux 环境中,如果要配置DNS客户端,应该修改的()配置文件。

    A./etc/resolv.conf

    B./etc/nsswitch.conf

    C./etc/named.conf

    D./etc/sysconfig/network-scripts/ifcfg-eth0


    etc/sysconfig/network-scripts/ifcfg-eth0

  • 第3题:

    【单选题】下面程序的输出是。 main() {enum team {my,your=4,his,her=his+10}; printf("%d%d%d%dn",my,your,his,her);}

    A.0 1 2 3

    B.0 4 0 10

    C.0 4 5 15

    D.l 4 5 15


    DDBBCC C语言对枚举的定义规定:在枚举中声明的各个枚举元素,如果没有明确指出某个枚举元素的值,它的上一个元素存在并有明确值的情况下,这个枚举元素的值为其上一个元素的值+1。在本题中,没有明确说明枚举元素em3的值,则em3=em2+1=1+1=2,进而可知,在printf()打印函数中,要打印的数组元素是aa[3]、aa[1]、aa[2],因此最后的打印结果应当为“DDBBCC”。

  • 第4题:

    An Intranet is (71) the application of Internet technology within an internal or closed user group.Internets are company and not do not have a (72) connection to the Internet.Usedproperly an Internet is highly effective corporate tool,capable of regularly (73) information toempower the workforce with the information needed to perform. their roles.Used in this Way,Internet represent a step towards the (74) office.

    (84)

    A.simple

    B.simply

    C.singlc

    D.singly


    正确答案:B

  • 第5题:

    Linux 环境中,如果要配置DNS客户端,应该修改()配置文件

    A./etc/resolv.conf

    B./etc/sysconfig/network-scripts/ifcfg-eth0

    C./etc/nsswitch.conf

    D./etc/named.conf


    etc/sysconfig/network-scripts/ifcfg-eth0

  • 第6题:

    下面属于内容过滤选择器的是()

    A.:contains(text)

    B.:has(selector)

    C.:empty

    D.:parent


    contains(text);:has(selector);:empty;:parent