your network contains one Active Directory forest named adatum.com. The forest contains a single domain.
The site topology for the forest is shown in the exhibit.
Each site contain s one domain controller.
You need to ensure that replication between site2 and site4 occurs in 15 minutes or less.
What command should you run? To answer select the appropriate options in the answer area.
Answer Area
New-AdReplicationSiteLink
New-ADReplicationLinkBridge
Set-ADReplicationConnection
Set-ADReplicationSiteLink
Set-ADReplicationSiteLinkBridge
-name
SiteLink3
SiteLink6
SiteLink1, SiteLink2
-SitesIncluded Site2, Site4
–ReplicationFrequencyinMinutes 15
–Cost
70
110
400
Answer: pending
Answer should be “Set-ADReplicationSiteLink”.
Example:
Set-ADReplicationSiteLink England-Brazil -Cost 50 -ReplicationFrequencyInMinutes 15
Reference:
http://blogs.technet.com/b/poshchap/archive/2014/05/30/active-directory-replication-cmdlets-site-creation.aspx
https://technet.microsoft.com/en-us/library/hh852257%28v=wps.630%29.aspx
I think answer is Set-ADReplicationSiteLink which same answer for Question 4 as in both cases the outcome is to modify replication sites time interval.
(Set-ADReplicationSiteLink –SitesIncluded Site2,Site4 – ReplicationFrequencyinMinutes 15 –Cost 70)
Answer: New-AdReplicationSiteLink -SitesIncluded Site1,Site4 -Cost 70
Explanation: See Example 2: Create a replication site link and set properties for it (https://technet.microsoft.com/en-us/library/hh852320(v=wps.630).aspx)
Lower the cost should be higher priority. Notice I put I am not sure if this is written incorrectly or we need to actually refer to the site topolgy exhibit which would appear int he exam. I would assume the name would be SiteLink2-SiteLink4 but that option is not there. So this is something you will have to pay attention to when you do the exam.
Also, the answer could possibly be New-ADReplicationSiteLink no? We can’t tell if the link exists or not already because again we are missing the diagram\topology in the question.
I think the output is “New-AdReplicationSiteLink -name SiteLink3 -SitesIncluded Site2, Site4
–ReplicationFrequencyinMinutes 15 –Cost 70”, because we need to create a new sitelink for replicate the sites.
I tested in my lab the commands “Set-ADReplicationSiteLink –SitesIncluded Site2,Site4 – ReplicationFrequencyinMinutes 15 –Cost 70”, but it doesn’t works, the output that i receive is “Set-ADReplicationSiteLink : Cannot convert ‘System.Object[]’ to the type ‘System.Collections.Hashtable’ required by
parameter ‘SitesIncluded’. Specified method is not supported.
At line:1 char:43
+ set-AdReplicationSitelink -SitesIncluded Site2, Site4 -replicationFrequencyInMi …
+ ~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Set-ADReplicationSiteLink], ParameterBindingException
+ FullyQualifiedErrorId : CannotConvertArgument,Microsoft.ActiveDirectory.Management.Commands.SetADReplicationSite”.
Site2 & Site4 aren’t a site links.
In the example link of @Ferdush he first creates a new Site, after the subnet, even after a SiteLink and for last Set-AdReplicationSiteLink.
My first thought was New-AdReplicationSiteLink -name SiteLink3 -SitesIncluded Site2, Site4 also.
Without the exhibit its hard to say 100% but is does seem like a very likely answer.
Hi need help to find answer for these questions:
Q1:
your network contains one active directory domain.the domain contains the servers configured as shown in the following table.
server1 domain controllers
dns server
server2 domain controllers
dns server
server3 dns server
server1 hasthe zones shown in the following table:
zone name zone type Isautocreated Isdsintegrated Isreverselookupzone Issigned
adatum.com primary false false false false
contoso.com primary false true false false
litwareinc.com secondary false true false false
server3 has the following output:
zone name zone type Isautocreated Isdsintegrated Isreverselookupzone Issigned
contoso.com secondary false true false false
litwareinc.com primary false true false false
use the drop down list must select trhe answer choice that completes each assignment.
—you can protect [answer choice] by using dnssec:
only adatum.com
only contoso.com
only litwareinc.com
only contoso.com and adatum.com
contoso.com,adatum.com and litwareinc.com
—on server1,you configure permissions for the contoso.com zone.the permission will be efficitive on [answer choice]:
server1 only
server1 and server2 only
server1 and server3 only
server1,server2 and server3.
Q2:
Can you answer the following question nead help thanks
You run Get-FSRMClassificationule and you receive the following output
ClassificationMechanism : Content Classfier
ContentRegularExpression : {\d{2,}}
ContentString :
ContentStringCaseSensitive :
Description :
Disabled : False
Flags :
Lastmodified : 4/18/2015 12:59:47 AM
Name : Rule2
Namespace : {D:\}
Parameters : {FSRMClearPropertyInternal = 0}
Property : Property2
PropertyValue : Value2
ReevaluateProperty : Overwrite
PSComputerName :
ClassficationMechanism : FolderClassifier
ContentRegularExpression :
ContentString :
ContentStringCaseSensitive :
Description :
Disabled : False
Flags :
Lastmodified : 4/15/2015 9:17:16 PM
Name : Rule1
Namespace : {D:\}
Parameters : {FSRMClearPropertyInternal = 0}
Property : Property1
PropertyValue : Value1
ReevaluateProperty : Aggregate
PSComputerName :
You have a file named file1 that is stored on drive D and has the following content
“111000000000111111”
You run the classification with all of the rules
Use the drop-down menus top select the answer choice that completes each statement.
File1 has [answer choice]
Only Property1 set to value1
Only Property2 set to value2
Property1 set to value1 and property2 set to value2
Neither Property1 nor Property2 set
If you modify File1 [answer choice]
Only the value of Property1 is
Only the value of Property2 is
the value of Property1 and Property2 are
Neither the value of Property1 nor the value of Property2 is
this question was on my exam, picture was like a circle containing site1-site5.
So I decided to create new Sitelink6 and this was my answer:
New-AdReplicationSiteLink -name SiteLink6 -SitesIncluded Site2, Site4
Had the same question as well today. The picture illustrates 5 sites conected as follows:
clockwise order: Site1 -> Site3 ->Site5
Cost between Site1 and Site2 was 100 and between Site3 and Site5 400 if i remember well
Refresh intervals were mostly 40min
Counterclockwise order: Site1 -> Site2 ->Site4 -> Site5
Cost between Site1 and Site2 was 50 and cost between Site2 and Site 4 was 40.
There was no SiteLink6 in the picture.
So i assume the answer is:
New-ADReplicationSiteLink -name SiteLink6 -SitesIncluded Site2, Site4
–ReplicationFrequencyinMinutes 15 –Cost 70