Get-BluGenieFilePermissions

Get-BluGenieFilePermissions
SYNOPSIS
Query file(s) for NTFS Permissions
SYNTAX
Get-BluGenieFilePermissions [[-Path] <String[]>] [-ClearGarbageCollecting] [-UseCache] [-CachePath <String>] [-RemoveCache] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [-OutYaml] [-FormatView <String>]
[<CommonParameters>]DESCRIPTION
Query file(s) for NTFS Permissions
EXAMPLES
EXAMPLE 1
Command: Get-BluGenieFilePermissions -path "C:\Temp\File1.txt","%SystemDrive%\Windows\Notepod.exe"Description: Query file Permissions Information using the Path Parameter
Notes:EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
EXAMPLE 7
EXAMPLE 8
EXAMPLE 9
EXAMPLE 10
EXAMPLE 11
EXAMPLE 12
EXAMPLE 13
EXAMPLE 14
EXAMPLE 15
EXAMPLE 16
PARAMETERS
Path
ClearGarbageCollecting
UseCache
CachePath
RemoveCache
Walkthrough
ReturnObject
OutUnEscapedJSON
OutYaml
FormatView
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Last updated