Create a tempfile with PowerShell
When I was using PowerShell in the early stages it was limited in some features, now with...
Powershell: Create a tempfile with Powershell
Sometimes you need to save some data in to a tempfile. And instead of creating a ownen file for this you could use the .NET function to...