SetDnsServerAccessScope method of the MSFT_IPAM_AccessScope class

Set access scope on an array of DNS servers from IPAM.

Syntax

uint32 SetDnsServerAccessScope(
  [in]  boolean             IpamDnsServer,
  [in]  string              AccessScopePath,
  [in]  boolean             IsInheritedAccessScope,
  [in]  MSFT_IPAM_DnsServer InputObject[],
  [out] MSFT_IPAM_DnsServer Output[]
);

Parameters

IpamDnsServer [in]

TBD

AccessScopePath [in]

TBD

IsInheritedAccessScope [in]

TBD

InputObject [in]

An array of MSFT_IPAM_DnsServer embedded instances.

Output [out]

Returns the scope as an array of MSFT_IPAM_DnsServer embedded instances.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\IPAM
MOF
IPAMServerPSProvider.mof
DLL
IPAMServerPSProvider.dll

See also

MSFT_IPAM_AccessScope