Skip to content

Instantly share code, notes, and snippets.

@corbob
Created January 3, 2019 00:21
Show Gist options
  • Select an option

  • Save corbob/f67f1d59a69c1f524af952c2380f9989 to your computer and use it in GitHub Desktop.

Select an option

Save corbob/f67f1d59a69c1f524af952c2380f9989 to your computer and use it in GitHub Desktop.
function test {
[CmdletBinding(SupportsShouldProcess)]
param()
$a = New-TemporaryFile
remove-item $a
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment