Get method of the PS_DhcpServerv4Filter class

Gets the list of all MAC addresses from the allow or deny list on the DHCP Server.

Syntax

uint32 Get(
  [in]  string             List,
  [in]  string             ComputerName,
  [out] DhcpServerv4Filter cmdletOutput[]
);

Parameters

List [in]

The list from which the MAC address(es) are to be retrieved. Valid values are Allow, Deny.

Allow ("Allow")

Deny ("Deny")

ComputerName [in]

DNS name or IP address of the target computer running the DHCP server service.

cmdletOutput [out]

An embedded instance of the DhcpServerv4Filter class.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\DHCP
MOF
DhcpServerPsProvider.mof
DLL
DhcpServerPsProvider.dll

See also

PS_DhcpServerv4Filter