A company has 100 client computers that run Windows 8.
You need to assign static IPv6 addresses to the client computers.
Which Windows Powershell cmdlet should you run?
A.
Set-NetTCPSetting
B.
Set-NetIPInterface
C.
Set-NetlPv6Protocol
D.
set-NetIPAddress
Explanation:
Modifies IP address configuration properties of an existing IP address
https://technet.microsoft.com/en-us/library/hh826150(v=wps.630).aspx
set-NetIPAddress will not assign an IP address, it will only modify an existing one. Creating a new IP address would require new-NetIPAddress.
https://technet.microsoft.com/en-us/library/hh826151(v=wps.630).aspx
The answer is correct, let me explain:
The Set-NetIPAddress can be used to set an IP address if one isn’t currently assigned. The New-NetIPAddress can be used to set an IP address if an address is already assigned.
First time for 70-687 Windows 8.1 exam and PASSED! The 70-687 exam was not as hard as I have thought, yep!
I prepared for the 70-687 exam 3 months, read the Windows 8.1 Configuring book (Wrote by Jodi Bellew), watched the Windows 8.1 Configuring videos on CBT nuggets for at leaset three times and also installed Windows 8.1 in VMware for testking, and trained vce from premium 70-687 dumps (vce file and pdf file both are available here: https://tr.im/boMzY) for three times, 100% helpful……and did many other things for passing!
Now, I am going for my next 70-688 exam ASAP!
Good Luck to All!!
Please send me a mail at [email protected] as soon as possible. Thanks.
D- is correct one.