Share via


GetNamespaceServerConfig method of the MSFT_DFSNamespaceServerConfig class

Retrieves the configuration of a DFS namespace (DFS-N) server.

Syntax

uint32 GetNamespaceServerConfig(
  [in]  string                        NamespaceServer,
  [out] MSFT_DFSNamespaceServerConfig cmdletOutput
);

Parameters

NamespaceServer [in]

The DFS namespace server for which to retrieve the configuration settings.

cmdletOutput [out]

When this method returns, contains output from the Get-DFSNamespaceServerConfig cmdlet. This parameter is passed uninitialized.

Requirements

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

See also

MSFT_DFSNamespaceServerConfig