GetByScopeId method of the PS_DhcpServerv4Failover class

Gets the failover relationships configured on the server for the specific failover relationship name.

Syntax

uint32 GetByScopeId(
  [in]  string               ComputerName,
  [in]  string               ScopeId[],
  [out] DhcpServerv4Failover cmdletOutput[]
);

Parameters

ComputerName [in]

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

ScopeId [in]

Scope identifier(s) (in IPv4 address format). Properties of the failover relationships on the server to which these scopes are associated are returned.

cmdletOutput [out]

An embedded instance of a DhcpServerv4Failover object.

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_DhcpServerv4Failover