Revision history of "Powershell Util Functions"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 17:44, 22 May 2021Busk talk contribs 295 bytes +295 Created page with "Tempdir ``` function New-TemporaryDirectory { $parent = [System.IO.Path]::GetTempPath() [string] $name = [System.Guid]::NewGuid() # $name = [System.IO.Path]::GetRandomFi..."