News

4] Find the file path of the mounted ISO using the Get-DiskImage command The Get-DiskImage command is used to get one or more disk image objects (ISO image or virtual hard disk) and it also helps ...
I'm reading a list of files from text file, and some of the filenames have the " character as part of their name. For instance: p:\\parts\\CLS END FLANGE - 48".SLDPRT This causes my Test-Path ...
With my function found below called Test-IsFileLocked, I make use of a Try/Catch to handle the errors, which first checks to make sure I'm not denied access to the file. If that isn't the case, then ...