exam questions

Exam 70-741 All Questions

View all questions & answers for the 70-741 exam

Exam 70-741 topic 1 question 101 discussion

Actual exam question from Microsoft's 70-741
Question #: 101
Topic #: 1
[All 70-741 Questions]

HOTSPOT -
You have a DirectAccess server that is accessible by using the name directaccess.fabrikam.com.
On the DirectAccess server, you install a new server certificate that has a subject name of directaccess.contoso.com, and then you configure DNS records for directaccess.contoso.com.
You need to change the endpoint name for DirectAccess to directaccess.contoso.com.
What command should you run? To answer, select the appropriate options in the answer area.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
tetin20
Highly Voted 5 years, 6 months ago
I think Set-DaServer -ConnectToAddress is the right choice based on documentation
upvoted 7 times
KFL_
5 years, 2 months ago
I agree. I think that Set-DaServer -ConnectToAddress seems to be the correct answer. https://docs.microsoft.com/en-us/powershell/module/remoteaccess/set-daserver?view=win10-ps Look at example 4: PS C:\>Set-DAServer -ConnectToAddress daserverNew.com
upvoted 3 times
...
[Removed]
4 years, 7 months ago
Set-DAEntryPoint with the Computername switch allows for settings a global setting: https://docs.microsoft.com/en-us/powershell/module/remoteaccess/set-daentrypoint?view=win10-ps The Set-DAServer only applies to a single server. This information is not sent to the clients I believe.
upvoted 1 times
...
...
coleman
Highly Voted 5 years ago
Set-DaEntryPoint -ComputerName directaccess.contoso.com
upvoted 6 times
V1980
4 years, 1 month ago
As usual, 99% of the time look for the coleman > Specifies the IPv4 orIPv6 address, or host name, of a server included in the entry point. https://docs.microsoft.com/en-us/powershell/module/remoteaccess/set-daentrypoint?view=win10-ps#parameters
upvoted 5 times
gd1f365
4 years ago
He is wrong. Set-DAEntryPoint is obviously wrong, as we need the end point, not entry. -ComputerName is not the correct switch either, it is -ConnectToAddress, as along with Set-DaServer: Specifies the DA server or NAT public, if DA server is deployed behind a NAT, address to which clients connect. Specified as host name or IPv4 address.
upvoted 4 times
...
...
...
panda
Most Recent 3 years, 11 months ago
I believe all three cmdlets are correct. In this question you must specify only any parameter related to the cmdlet you determined as correct one. Set-DAServer -ConnectToAddress Set-DaEntryPoint -ComputerName Set-DaClient -ComputerName
upvoted 1 times
...
Nuclear
3 years, 11 months ago
It is documented on Microsoft Docs. Correct answer is Set-DaEntryPoint --ConnectToAddress directaccess.contoso.com Ref : https://docs.microsoft.com/en-us/powershell/module/remoteaccess/set-daserver?view=win10-ps
upvoted 2 times
lofzee
3 years, 11 months ago
dude you literally linked the same webpage that i did and gave a different answer. I am 100% sure the answer is Set-DAServer because look at Example 4 on the page me and you both linked.
upvoted 4 times
Nuclear
3 years, 11 months ago
You are totally right. In fact, I read many questions and all made me dizzy. I wanted to share the Microsoft page and didn't know that you also shared the same page.
upvoted 1 times
...
...
...
lofzee
3 years, 11 months ago
its clear nobody here has a clue. I'm going with Set-DAServer -ConnectToAddress - purely because of what is says under the ConnectToAddress parameter on here: https://docs.microsoft.com/en-us/powershell/module/remoteaccess/set-daserver?view=win10-ps
upvoted 2 times
...
GoldenFox
3 years, 12 months ago
I think Set-DaEntryPoint -ComputerName is correct. Description The Set-DAEntryPoint cmdlet configures entry point settings, including the name of the server in the entry point, the name of the entry point, and the IP address used for global load balancing on the specified entry point. -ComputerName Specifies the IPv4 orIPv6 address, or host name, of a server included in the entry point.
upvoted 2 times
...
alexnt
4 years, 5 months ago
Set-DaClient does not have the properties "-ConnectToAddress" & "-EntrypointName" Set-DaEntryPoint does not have the properties "-ConnectToAddress" & "-EntrypointName" Also have a look at the 1st comment in the link: https://directaccess.richardhicks.com/2017/07/10/top-5-directaccess-troubleshooting-powershell-commands/ So I believe correct is Set-DaServer -ConnectToAddress
upvoted 3 times
GoldenFox
4 years ago
-Name Specifies the name of the entry point. TABLE 6 Type: String Aliases: EntryPointName
upvoted 1 times
...
Mountie
4 years ago
Set-DAEntryPoint [-ComputerName <String>] [-Name <String>] [-GslbIP <IPAddress>] [-PassThru] [-NewName <String>] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>]
upvoted 1 times
...
...
Kamikazekiller
4 years, 5 months ago
Set-DAServer -ConnectToAddres
upvoted 4 times
...
promaster
4 years, 5 months ago
I have reason to believe it's Set-DAServer -ConnectToAddress -ConnectToAddress ..."When the ConnectTo address is changed, the SSL certificate is also changed appropriately. Following are the rules associated with assigning a proper certificate. -- This cmdlet looks for an appropriate SSL certificate on the computer. -- If an appropriate SSL certificate is not found, then a self-signed certificate is created." https://docs.microsoft.com/en-us/powershell/module/remoteaccess/set-daserver?view=win10-ps
upvoted 2 times
...
divexman
4 years, 6 months ago
- Set-daentrypoint it's wrong it's not a multisite Directaccess - Set-daclinet does not have the properties -conecttoadress and -entrypointname - The property Computername only indicates where the cmdlet applied Set-Daserver -ConnectToAddres is correct
upvoted 6 times
...
GenjamBhai
4 years, 7 months ago
Set-DAServer -ConnectToAddress <new_fqdn>
upvoted 3 times
ve22
4 years, 7 months ago
Thanks!
upvoted 1 times
...
...
Ario
4 years, 9 months ago
Set-DaClient -ConnectToAddress
upvoted 2 times
...
xziomal9
5 years ago
Correct answer: Set-DaClient -ConnectToAddress https://docs.microsoft.com/en-us/powershell/module/remoteaccess/set-daserver?view=win10-ps
upvoted 1 times
xziomal9
5 years ago
Check "Example 4".
upvoted 1 times
Sparrow033
4 years, 10 months ago
Example 4 clearly says that it is: Set-DAServer -ConnectToAddress, why do you put client?
upvoted 4 times
...
...
...
simcauley
5 years ago
I see nothing to suggest that the answer provided isn't correct. Set-DaServer is applicable per-server, or per-cluster in a LOAD BALANCING SCENARIO, or per-site such as in a MULTI-SITE deployment.The question does not state this and suggests we are talking about a single direct access server. Therefore Set-DaEntryPoint fulifles the requirement.
upvoted 3 times
lbs
4 years, 6 months ago
I agree. The answer is correct.
upvoted 1 times
...
...
PatS
5 years ago
Rather Set-DaServer -ConnectToAddress https://directaccess.richardhicks.com/2017/07/10/top-5-directaccess-troubleshooting-powershell-commands/?unapproved=26585&moderation-hash=a6ccc0d6440be4e662703f4a9520b906#comment-26585 https://docs.microsoft.com/en-us/powershell/module/remoteaccess/set-daserver?view=win10-ps and read about Get-DAServer so now I think that is correct answer
upvoted 1 times
...
MsT
5 years, 2 months ago
Based on the documentation from the MCSA book by Prof. Will Panek: Set-DaClient ComputerName
upvoted 4 times
PatS
5 years, 1 month ago
Regarding MCSA Windows Server 2016 Practice Tests: Exam 70-740, Exam 70-741, Exam 70-742″ Crystal Panek, William Panek 7.26 You are the administrator for your company network. You have a DirectAccess server that is accessible by using the name directaccess.abc.com. On the DirectAccess server you install a new server certificate that has the same subject name. You then configure the DNS records for directaccess.abc.com. What cmdlet should you run if you need to change the endpoint name for DirectAccess to directaccess.abc.com? A. Set-DaServer -ConnectToAddress directaccess.abc.com B. Set-DaEntryPoint -EntrypointName directaccess.abc.com C. Set-DaEntryPoint -ComputerName directaccess.abc.com D. Set-DaClient -ComputerName directaccess.abc.com Ans D. The Set-DAClient cmdlet configures the properties related to a DirectAccess (DA) client. The -ComputerName parameter specifies the IPv4 or IPv6 address, or host name, of the computer on which the Remote Access server computer–specific tasks should be run. But when I studied Powershell documentation I’m not sure that Set-DAClient is correct. https://docs.microsoft.com/en-us/powershell/module/remoteaccess/set-daclient?view=win10-ps
upvoted 5 times
...
...
dan
5 years, 5 months ago
noppy is correct using dritter's link but look at the set-daentrypoint cmd and it inclused the info that noppy is talking about as far as changing the computername for the server and the global load balancing
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago