Test-BluGenieIsFileLocked

Test-BluGenieIsFileLocked
SYNOPSIS
Test to see if a file locked by another process
SYNTAX
Test-BluGenieIsFileLocked [-Path] <String[]> [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [-FormatView <String>] [<CommonParameters>]DESCRIPTION
Test to see if a file locked by another process.
Note: This will only return a [Bool]. If you are looking for mor details on what is locking the file run Get-BlueGenieLockingProcess or Get-LockingProcess
EXAMPLES
EXAMPLE 1
Command: Test-BluGenieIsFileLockedDescription:
Notes:EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
PARAMETERS
Path
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