GetNamespaceAccessRights method of the MSFT_DfsNamespaceAccess class
Retrieves access permissions for the specified DFS folder.
Syntax
uint32 GetNamespaceAccessRights(
[in] string NamespacePath,
[out] MSFT_DfsNamespaceAccess cmdletOutput[]
);
Parameters
-
NamespacePath [in]
-
The Universal Naming Convention (UNC) path of the DFS folder for which to retrieve the currently granted access permissions are to be retrieved. The UNC path has a format of \\HostName\SharedName[\ObjectName]*, where:
- The HostName component represents either the host name of a server or the domain name of a domain that hosts resources.
- The SharedName component represents the share name or the name of the resource that is being accessed.
- Each ObjectName component represents the name of a directory on the resource that is being accessed.
-
cmdletOutput [out]
-
When this method returns, contains an array that represents output from the Get-DFSNamespaceAccess cmdlet. This parameter is passed uninitialized.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\dfsn |
MOF |
|
DLL |
|