ValidateForShareCreation method of the MSFT_NfsServerTasks class

Checks whether the provided configuration can be used to create an NFS share.

Syntax

uint32 ValidateForShareCreation(
  [in] string Path
);

Parameters

Path [in]

Type: string

The local path to be verified by the Windows NFS server.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\NFS
MOF
NfsCimProv.mof
DLL
NfsCimProv.dll

See also

MSFT_NfsShare

MSFT_NfsServerTasks