Get-BluGenieLockingProcess

Get-BluGenieLockingProcess
SYNOPSIS
Report on which process is locking the file or directory
SYNTAX
Get-BluGenieLockingProcess [[-Path] <String[]>] [[-ToolPath] <String>] [[-Algorithm] <String>] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [-FormatView <String>] [<CommonParameters>]DESCRIPTION
Report on which process is locking the file or directory
EXAMPLES
EXAMPLE 1
Command: Get-BluGenieLockingProcess -Path 'C:\Users\Admin\AppData\Local\Temp\aria-debug-8020.log'Description: Show the Process locking the file given
Notes:
- Sample Output -
LockedPath : C:\Users\Admin\AppData\Local\Temp\aria-debug-8020.log
ProcessId : 8020
Name : OneDrive.exe
CommandLine : "C:\Users\Admin\AppData\Local\Microsoft\OneDrive\OneDrive.exe" /background
SessionId : 1
Path : C:\Users\Admin\AppData\Local\Microsoft\OneDrive\OneDrive.exe
Hash : 78e5e5f44cc67195278179cd60453ec8
ProcessOwner : Admin
Caption : OneDrive.exe
ParentProcessId : 5792
ParentProcessName : explorer
ParentProcessPath : C:\Windows\Explorer.EXE
ParentHash : 4e196cea0c9c46a7d656c67e52e8c7c7
Comment :EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
EXAMPLE 7
EXAMPLE 8
EXAMPLE 9
PARAMETERS
Path
ToolPath
Algorithm
Walkthrough
ReturnObject
OutUnEscapedJSON
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