Condividi tramite


Rename method of the MSNFS_ClientGroup class

[The NFS Legacy WMI Classes are no longer available as of Windows Server 2012. Instead, use the NFS WMI Classes.]

Renames a client group.

This method is superseded by the MSFT_NfsServerTasks.RenameClientGroup method.

Syntax

uint32 Rename(
  [in] string NewName
);

Parameters

NewName [in]

The new client group name.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008 R2
End of client support
None supported
End of server support
Windows Server 2008 R2
Namespace
Root\MSNFS
MOF
Nfswmi.mof
DLL
NfsCimProv.dll

See also

MSNFS_ClientGroup