< Back

Get-NfFilesystemAcl

Sat Jan 18, 2020 5:06 pm

NAME Get-NfFilesystemAcl



SYNOPSIS

Get acls for a filesystem





SYNTAX

Get-NfFilesystemAcl [-Path] <String> [<CommonParameters>]





DESCRIPTION

Get the acl information for a filesystem





PARAMETERS

-Path <String>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

one or more acl objects





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-FilesystemAcl -Path p2/top2 | ft



type principal permissions flags

index

---- --------- ----------- -----

-----

allow groupsid:Administrators@BUILTIN {list_directory, read_data, add_file, write_data...} {file_inherit,

dir_inherit} 0

allow owner@ {list_directory, read_data, add_file, write_data...} {file_inherit,

dir_inherit} 1

allow usersid:sis02cdcvm@rdg-home.ad.rdg.ac.uk {list_directory, read_data, read_xattr, execute...} {file_inherit,

dir_inherit} 2



Get the acls for p2/top2











RELATED LINKS