Remove-BluGenieFile
Remove-BluGenieFile
SYNOPSIS
Remove file
SYNTAX
Remove-BluGenieFile [[-Path] <String[]>] [-ClearGarbageCollecting] [-UseCache] [-CachePath <String>] [-RemoveCache] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [-OutYaml] [-FormatView <String>]
[<CommonParameters>]DESCRIPTION
Remove File(s). Also get detailed information on the item locking the file if you can't remove it.
EXAMPLES
EXAMPLE 1
Command: Remove-BluGenieFile -path "C:\Temp\File1.txt","%SystemDrive%\Pagefile.sys"Description:
Notes:EXAMPLE 2
Command: Remove-BluGenieFile -path "C:\Temp\File1.txt,"%SystemDrive%\Pagefile.sys"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