DFS Namespace (DFSN) Cmdlets in Windows PowerShell

適用対象: Windows 8.1, Windows PowerShell 4.0, Windows Server 2012 R2

Windows PowerShell® は、特にシステム管理用に設計された、タスク ベースのコマンド ライン シェルおよびスクリプト言語です。情報技術 (IT) プロフェッショナル向けのこの参照トピックは、スクリプトを作成してタスクを自動化するために Windows PowerShell コマンドレットを活用するうえでのサポートとなります。

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.

注意

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

任意のコマンドレットの詳細について、またはコマンドレットの構文の詳細については、Get-Help <コマンドレット名> コマンドレットを使用します。ここで、<コマンドレット名> は、調べようとするコマンドレットの名前です。詳細については、次のコマンドレットを実行できます。

Get-Help <コマンドレット名> -Detailed
Get-Help <コマンドレット名> -Examples
Get-Help <コマンドレット名> -Full

More Information

For more information about the cmdlets, see the following: