Backup method of the PS_DhcpServer class

Backs up the DHCP database of DHCP Server to the specified location.

Syntax

uint32 Backup(
  [in] string ComputerName,
  [in] string Path
);

Parameters

ComputerName [in]

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

Path [in]

The path to the directory where the backed up database will be stored.

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_DhcpServer