Would you like to learn how to verify the file permissions using Powershell? In this tutorial, we are going to show you how to use Powershell to get the NTFS permissions of a file on Windows.

• Windows 2012 R2
• Windows 2016
• Windows 2019
• Windows 10
• Windows 7

Equipment list

The following section presents the list of equipment used to create this tutorial.

As an Amazon Associate, I earn from qualifying purchases.

Related tutorial - PowerShell

On this page, we offer quick access to a list of tutorials related to PowerShell.

Tutorial Powershell - Verify the file permissions

Start a Powershell command-line.

Start Powershell

Verify the permissions of a file or directory.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

Display the file permissions as a table.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

Get only the inherited file permissions.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

Display only not inherited file permissions.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

Verify the file permissions for a specific user.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

This will not show inherited permissions.

Congratulations! You are able to display the file permissions using Powershell.