Powershell Tip #36: Create a temporary file

By | September 7, 2015

Tip: You can use a temporary file (ex: script, function, …) and then just clean up (delete) at the end once you don’t need that.

Instead of hardcoding a path for a temporary file, you can use the GetTempFileName method.

In PowerShell v5, there is a new cmdlet : New-TemporaryFile

temporary-file-v5-powershell


previous-buttonnext-button

Leave a Reply

Your email address will not be published.