Remove method of the PS_DhcpServerv4MulticastExclusionRange class
Removes a range of addresses previously excluded from a multicast scope.
Syntax
uint32 Remove(
[in] string ComputerName,
[in] string EndRange,
[in] string Name,
[in] string StartRange,
[in] boolean PassThru,
[out] DhcpServerv4MulticastExclusionRange cmdletOutput[]
);
Parameters
-
ComputerName [in]
-
DNS name or IP address of the target computer running the DHCP server service.
-
EndRange [in]
-
End of the range of IP which were previously excluded from the Scope
-
Name [in]
-
Name of the multicast scope from which to remove the IP address exclusion range
-
StartRange [in]
-
Start of the range of IP addresses which were previously excluded from the Scope
-
PassThru [in]
-
If this parameter is specified, the cmdlet return the PowerShell objects which are deleted.
-
cmdletOutput [out]
-
An embedded instance of the DhcpServerv4MulticastExclusionRange class.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 R2 |
Namespace |
Root\Microsoft\Windows\DHCP |
MOF |
|
DLL |
|