InvokeByScopeId method of the PS_DhcpServerv4FailoverReplication class

Replicate scope configuration between failover partner servers.

Syntax

uint32 InvokeByScopeId(
  [in]  string  ComputerName,
  [in]  boolean Force,
  [in]  string  ScopeId[],
  [out] string  cmdletOutput[]
);

Parameters

ComputerName [in]

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

Force [in]

A user confirmation is sought by default by this cmdlet. If -Force is specified, the default confirmation is not sought from the user.

ScopeId [in]

Scope identifiers, in IPv4 address format, which are to be removed from the failover relationship.

cmdletOutput [out]

An embedded instance of the DhcpServerv4FailoverReplication 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_DhcpServerv4FailoverReplication