{'Description':'DNS name or IP address of the target computer running the DHCP server service.','In':True}
Description
string
1
✓
-
{'Description':'Description string for the MAC address filter being added','In':True}
MacAddress
string
2
✓
-
{'Description':'MAC address(es) which are to be added to the MAC address filter list','In':True}
List
string
3
✓
-
{'Description':'The list to which the MAC address(es) is/are to be added. Permissible values for this parameter are Allow and Deny.','In':True,'ValueMap':['Allow', 'Deny'],'Values':['Allow', 'Deny']}
Force
boolean
4
✓
-
{'Description':'If specified, if the MAC address(es) is already present in the allow or deny list, the same will be deleted and the new entry created for the same.
This would be useful in the case where the MAC address specified is already present in one list (e.g. allow) and the same MAC address now needs to be added to the other list (e.g. deny) instead.
If not specified, the cmdlet will fail if the specified MAC address is already present in any of the lists.','In':True}
PassThru
boolean
5
✓
-
{'Description':'If this parameter is specified, the cmdlet returns the PowerShell object which is added.','In':True}
{'Description':' Type Name Description
DhcpServerv4Filter
{
string List Filter List; valid values are {Allow, Deny}
string Description Description for the filter record
string MacAddress Filter pattern (hardware address). Input format is a hexstring with or without hyphen separation. A trailing wild card can be present to indicate partial match. For example. 00-1F-3B-7C-B7-89, 00-1F-3B-7C-B7-*, 001F3B7CB789. Output format is hex string with hyphen separation
}','EmbeddedInstance':'DhcpServerv4Filter','Out':True}
{'Description':'The list from which the MAC address(es) are to be retrieved. Valid values are Allow, Deny.','In':True,'ValueMap':['Allow', 'Deny'],'Values':['Allow', 'Deny']}
ComputerName
string
1
✓
-
{'Description':'DNS name or IP address of the target computer running the DHCP server service.','In':True}
{'Description':' Type Name Description
DhcpServerv4Filter
{
string List Filter List; valid values are {Allow, Deny}
string Description Description for the filter record
string MacAddress Filter pattern (hardware address). Input format is a hexstring with or without hyphen separation. A trailing wild card can be present to indicate partial match. For example. 00-1F-3B-7C-B7-89, 00-1F-3B-7C-B7-*, 001F3B7CB789. Output format is hex string with hyphen separation
}','EmbeddedInstance':'DhcpServerv4Filter','Out':True,'Stream':True}
Description
'Gets the list of all MAC addresses from the allow or deny list on the DHCP Server. '
{'Description':' Type Name Description
DhcpServerv4Filter
{
string List Filter List; valid values are {Allow, Deny}
string Description Description for the filter record
string MacAddress Filter pattern (hardware address). Input format is a hexstring with or without hyphen separation. A trailing wild card can be present to indicate partial match. For example. 00-1F-3B-7C-B7-89, 00-1F-3B-7C-B7-*, 001F3B7CB789. Output format is hex string with hyphen separation
}','EmbeddedInstance':'DhcpServerv4Filter','Out':True}
Description
'Deletes the specified MAC address or MAC address pattern from allow list or deny list of the Server. '