We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d28e24 commit bbe73eeCopy full SHA for bbe73ee
TOOL-Expand-GzipFile/Expand-GzipFile.ps1
@@ -19,6 +19,8 @@ Function Expand-GZipFile {
19
Expand-GZipFile -LiteralPath C:\tmp\lazywinadmin-2019.xml.gz
20
21
Will expand the content of C:\tmp\lazywinadmin-2019.xml.gz to C:\tmp\lazywinadmin-2019.xml
22
+.LINK
23
+ https://github.com/lazywinadmin/PowerShell
24
#>
25
[CmdletBinding()]
26
Param(
0 commit comments