DFS Namespace (DFSN) Cmdlets in Windows PowerShell

Se aplica a: Windows 8.1, Windows PowerShell 4.0, Windows Server 2012 R2

Windows PowerShell® es un lenguaje de scripting y shell de línea de comandos basado en tareas diseñado especialmente para la administración del sistema. En este tema de referencia para los profesionales de tecnologías de la información (TI) ofrece ayuda en el uso de los cmdlets de Windows PowerShell para crear scripts y automatizar las tareas.

Distributed File System (DFS) Namespace Cmdlets

This reference provides cmdlet descriptions and syntax for all DFS Namespace cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

Cmdlet Description

Get-DfsnAccess

Gets permissions for a DFS namespace folder.

Get-DfsnFolder

Gets settings for a DFS namespace folder.

Get-DfsnFolderTarget

Gets settings for targets of a DFS namespace folder.

Get-DfsnRoot

Gets settings for DFS namespaces.

Get-DfsnRootTarget

Gets settings for root targets of a DFS namespace.

Get-DfsnServerConfiguration

Gets DFS namespace settings for a DFSN root server.

Grant-DfsnAccess

Grants permissions to users and groups to access a DFS namespace folder.

Move-DfsnFolder

Moves or renames a DFS namespace folder.

New-DfsnFolder

Creates a folder in a DFS namespace.

New-DfsnFolderTarget

Adds a target to a DFS namespace folder.

New-DfsnRoot

Creates a DFS namespace.

New-DfsnRootTarget

Adds a root target to a DFS namespace.

Remove-DfsnAccess

Removes users and groups from the ACL for a folder in a DFS namespace.

Remove-DfsnFolder

Removes a DFS namespace folder.

Remove-DfsnFolderTarget

Removes a target for a DFS namespace folder.

Remove-DfsnRoot

Removes a DFS namespace.

Remove-DfsnRootTarget

Removes a target for a DFS namespace root.

Revoke-DfsnAccess

Revokes permissions for users to access and enumerate the contents of a DFS namespace folder.

Set-DfsnFolder

Changes settings for a DFS namespace folder.

Set-DfsnFolderTarget

Changes settings for a target of a DFS namespace folder.

Set-DfsnRoot

Changes settings for a DFS namespace.

Set-DfsnRootTarget

Changes settings for a root target of a DFS namespace

Set-DfsnServerConfiguration

Changes settings for a DFS namespace root server.

Nota

To list all the cmdlets that are available, use the Get-Command –Module DFSN cmdlet.

Para conocer más información o la sintaxis de cualquiera de los cmdlets, use el cmdlet Get-Help <nombre de cmdlet>, donde <nombre de cmdlet> es el nombre del cmdlet del que quiere información. Para obtener información más detallada, puede ejecutar cualquiera de los siguientes cmdlets:

Get-Help <nombre de cmdlet> -Detailed
Get-Help <nombre de cmdlet> -Examples
Get-Help <nombre de cmdlet> -Full

More Information

For more information about the cmdlets, see the following: