Skip to content

Edit-NtfsSecurity

SYNOPSIS

Manage NTFS permissions for a specified UNC path.

SYNTAX

Edit-NtfsSecurity [[-unc] <String>]

DESCRIPTION

This function provides a menu-driven interface to manage NTFS permissions for a specified UNC path. It allows users to view AD groups with access, add members to groups, copy group names, and retrieve group member lists. The function also validates the provided UNC path and ensures proper access management.

EXAMPLES

EXAMPLE 1

Edit-NtfsSecurity

Launches the interactive menu to manage NTFS permissions for a specified UNC path.

EXAMPLE 2

Edit-NtfsSecurity -UNC "\\server\share"

Manages NTFS permissions for the specified UNC path "\\server\share".

PARAMETERS

-unc

The UNC path for which NTFS permissions will be managed.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

OUTPUTS

NOTES