Which Windows PowerShell cmdlet should you run?

Your company has two offices. The offices are located in Seattle and Montreal.
The network contains an Active Directory domain named contoso.com. The domain contains
two DHCP servers named Server1 and Server2. Server1 is located in the Seattle office.
Server2 is located in the Montreal office. All servers run Windows Server 2012 R2.
You need to create a DHCP scope for video conferencing in the Montreal office. The scope
must be configured as shown in the following table.

Which Windows PowerShell cmdlet should you run?

Your company has two offices. The offices are located in Seattle and Montreal.
The network contains an Active Directory domain named contoso.com. The domain contains
two DHCP servers named Server1 and Server2. Server1 is located in the Seattle office.
Server2 is located in the Montreal office. All servers run Windows Server 2012 R2.
You need to create a DHCP scope for video conferencing in the Montreal office. The scope
must be configured as shown in the following table.

Which Windows PowerShell cmdlet should you run?

A.
Add-DchpServerv4SuperScope

B.
Add-DchpServerv4MulticastScope

C.
Add-DHCPServerv4Policy

D.
Add-DchpServerv4Scope



Leave a Reply 8

Your email address will not be published. Required fields are marked *


rishab

rishab

Add-DhcpServerv4MulticastScope: Adds a multicast scope on the DHCP server.

Lostineurope

Lostineurope

Multicast Address 224.0.0.0-239.0.0.0

Pirulo

Pirulo

Ordinarily, you use DHCP scopes to provide client configurations by allocating ranges of IP addresses from the standard address classes, Class A, B, or C. By using DHCP scopes you can assign IP addresses from the ranges provided by these classes for your DHCP clients to be configured to use unicast (or point-to-point) directed communication between other TCP/IP networked computers.
The multicast address range uses an additional address class, Class D, that includes IP addresses that range from 224.0.0.0 to 239.255.255.255 for use in IP multicasting. Addresses in this class are used for multicasting only and not for regular DHCP scopes.

https://technet.microsoft.com/en-us/library/cc758554%28v=ws.10%29.aspx

sysadmin

sysadmin

Add-DchpServerv4MulticastScope