mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-23 02:18:21 +02:00
Update the manuals
This commit is contained in:
parent
98c305e8f3
commit
38aeb4c3c7
@ -6,7 +6,6 @@ add-firewall-rules.ps1 [<PathToExecutables>]
|
|||||||
```powershell
|
```powershell
|
||||||
add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>]
|
add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-PathToExecutables <String>
|
-PathToExecutables <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ add-memo.ps1 [<text>]
|
|||||||
```powershell
|
```powershell
|
||||||
add-memo.ps1 [[-text] <String>] [<CommonParameters>]
|
add-memo.ps1 [[-text] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-text <String>
|
-text <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ alert.ps1 [<message>]
|
|||||||
```powershell
|
```powershell
|
||||||
alert.ps1 [[-Message] <String>] [<CommonParameters>]
|
alert.ps1 [[-Message] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-Message <String>
|
-Message <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ Supports building with cmake, configure, autogen, Imakefile and Makefile.
|
|||||||
```powershell
|
```powershell
|
||||||
build-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
|
build-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-RepoDir <String>
|
-RepoDir <String>
|
||||||
Specifies the path to the Git repository.
|
Specifies the path to the Git repository.
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@ build-repos.ps1 [<ParentDir>]
|
|||||||
```powershell
|
```powershell
|
||||||
build-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
|
build-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-ParentDir <String>
|
-ParentDir <String>
|
||||||
Specifies the path to the folder containing the Git repositories
|
Specifies the path to the folder containing the Git repositories
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@ cd-desktop.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
cd-desktop.ps1 [<CommonParameters>]
|
cd-desktop.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ cd-docs.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
cd-docs.ps1 [<CommonParameters>]
|
cd-docs.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ cd-downloads.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
cd-downloads.ps1 [<CommonParameters>]
|
cd-downloads.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ cd-dropbox.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
cd-dropbox.ps1 [<CommonParameters>]
|
cd-dropbox.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ cd-home.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
cd-home.ps1 [<CommonParameters>]
|
cd-home.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ cd-music.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
cd-music.ps1 [<CommonParameters>]
|
cd-music.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ cd-onedrive.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
cd-onedrive.ps1 [<CommonParameters>]
|
cd-onedrive.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ cd-pics.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
cd-pics.ps1 [<CommonParameters>]
|
cd-pics.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
```powershell
|
```powershell
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ cd-repos.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
cd-repos.ps1 [<CommonParameters>]
|
cd-repos.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ cd-root.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
cd-root.ps1 [<CommonParameters>]
|
cd-root.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ cd-scripts.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
cd-scripts.ps1 [<CommonParameters>]
|
cd-scripts.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ cd-ssh.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
cd-ssh.ps1 [<CommonParameters>]
|
cd-ssh.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ cd-up.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
cd-up.ps1 [<CommonParameters>]
|
cd-up.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ cd-up2.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
cd-up2.ps1 [<CommonParameters>]
|
cd-up2.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ cd-up3.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
cd-up3.ps1 [<CommonParameters>]
|
cd-up3.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ cd-up4.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
cd-up4.ps1 [<CommonParameters>]
|
cd-up4.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ cd-videos.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
cd-videos.ps1 [<CommonParameters>]
|
cd-videos.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ check-cpu-temp.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
check-cpu-temp.ps1 [<CommonParameters>]
|
check-cpu-temp.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ check-dns-resolution.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
check-dns-resolution.ps1 [<CommonParameters>]
|
check-dns-resolution.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ check-drive-space.ps1 [<drive>] [<min-level>]
|
|||||||
```powershell
|
```powershell
|
||||||
check-drive-space.ps1 [[-Drive] <String>] [[-MinLevel] <Int32>] [<CommonParameters>]
|
check-drive-space.ps1 [[-Drive] <String>] [[-MinLevel] <Int32>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-Drive <String>
|
-Drive <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ check-file-system.ps1 [<drive>]
|
|||||||
```powershell
|
```powershell
|
||||||
check-file-system.ps1 [[-Drive] <String>] [<CommonParameters>]
|
check-file-system.ps1 [[-Drive] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-Drive <String>
|
-Drive <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ check-health.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
check-health.ps1 [<CommonParameters>]
|
check-health.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ check-ipv4-address.ps1 [<Address>]
|
|||||||
```powershell
|
```powershell
|
||||||
check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>]
|
check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-Address <String>
|
-Address <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ check-ipv6-address.ps1 [<Address>]
|
|||||||
```powershell
|
```powershell
|
||||||
check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>]
|
check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-Address <String>
|
-Address <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -7,7 +7,6 @@ check-mac-address.ps1 [<MAC>]
|
|||||||
```powershell
|
```powershell
|
||||||
check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>]
|
check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-MAC <String>
|
-MAC <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -7,7 +7,6 @@ check-ping.ps1 [<hosts>]
|
|||||||
```powershell
|
```powershell
|
||||||
check-ping.ps1 [[-hosts] <String>] [<CommonParameters>]
|
check-ping.ps1 [[-hosts] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-hosts <String>
|
-hosts <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -8,7 +8,6 @@ Type is either short(default) or long.
|
|||||||
```powershell
|
```powershell
|
||||||
check-smart-devices.ps1 [[-type] <String>] [<CommonParameters>]
|
check-smart-devices.ps1 [[-type] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-type <String>
|
-type <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ check-subnet-mask.ps1 [<address>]
|
|||||||
```powershell
|
```powershell
|
||||||
check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>]
|
check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-address <String>
|
-address <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ check-swap-space.ps1 [<min-level>]
|
|||||||
```powershell
|
```powershell
|
||||||
check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
|
check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-MinLevel <Int32>
|
-MinLevel <Int32>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -7,7 +7,6 @@ Returns the number of broken symlinks as exit value.
|
|||||||
```powershell
|
```powershell
|
||||||
check-symlinks.ps1 [[-folder] <String>] [<CommonParameters>]
|
check-symlinks.ps1 [[-folder] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-folder <String>
|
-folder <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ check-weather.ps1 [<location>]
|
|||||||
```powershell
|
```powershell
|
||||||
check-weather.ps1 [[-location] <String>] [<CommonParameters>]
|
check-weather.ps1 [[-location] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-location <String>
|
-location <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ check-windows-system-files.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
check-windows-system-files.ps1 [<CommonParameters>]
|
check-windows-system-files.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ check-xml-file [<file>]
|
|||||||
```powershell
|
```powershell
|
||||||
check-xml-file.ps1 [[-file] <String>] [<CommonParameters>]
|
check-xml-file.ps1 [[-file] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-file <String>
|
-file <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ clean-repo.ps1 [<RepoDir>]
|
|||||||
```powershell
|
```powershell
|
||||||
clean-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
|
clean-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-RepoDir <String>
|
-RepoDir <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ clean-repos.ps1 [<ParentDir>]
|
|||||||
```powershell
|
```powershell
|
||||||
clean-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
|
clean-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-ParentDir <String>
|
-ParentDir <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -7,7 +7,6 @@ NOTE: can not be undo!
|
|||||||
```powershell
|
```powershell
|
||||||
clear-recycle-bin.ps1 [<CommonParameters>]
|
clear-recycle-bin.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ clone-repos.ps1 [<folder>]
|
|||||||
```powershell
|
```powershell
|
||||||
clone-repos.ps1 [[-folder] <String>] [<CommonParameters>]
|
clone-repos.ps1 [[-folder] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-folder <String>
|
-folder <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ close-calculator.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
close-calculator.ps1 [<CommonParameters>]
|
close-calculator.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ close-chrome.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
close-chrome.ps1 [<CommonParameters>]
|
close-chrome.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ close-cortana.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
close-cortana.ps1 [<CommonParameters>]
|
close-cortana.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ close-edge.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
close-edge.ps1 [<CommonParameters>]
|
close-edge.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ close-file-explorer.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
close-file-explorer.ps1 [<CommonParameters>]
|
close-file-explorer.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ close-firefox.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
close-firefox.ps1 [<CommonParameters>]
|
close-firefox.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ close-netflix.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
close-netflix.ps1 [<CommonParameters>]
|
close-netflix.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ close-onedrive.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
close-onedrive.ps1 [<CommonParameters>]
|
close-onedrive.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ close-program.ps1 [<FullProgramName>] [<ProgramName>] [<ProgramAliasName>]
|
|||||||
```powershell
|
```powershell
|
||||||
close-program.ps1 [[-FullProgramName] <String>] [[-ProgramName] <String>] [[-ProgramAliasName] <String>] [<CommonParameters>]
|
close-program.ps1 [[-FullProgramName] <String>] [[-ProgramName] <String>] [[-ProgramAliasName] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-FullProgramName <String>
|
-FullProgramName <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ close-system-settings.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
close-system-settings.ps1 [<CommonParameters>]
|
close-system-settings.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ close-thunderbird.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
close-thunderbird.ps1 [<CommonParameters>]
|
close-thunderbird.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ close-vlc.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
close-vlc.ps1 [<CommonParameters>]
|
close-vlc.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ close-windows-terminal.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
close-windows-terminal.ps1 [<CommonParameters>]
|
close-windows-terminal.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ configure-git.ps1 [<full-name>] [<email-address>] [<favorite-editor>]
|
|||||||
```powershell
|
```powershell
|
||||||
configure-git.ps1 [[-FullName] <String>] [[-EmailAddress] <String>] [[-FavoriteEditor] <String>] [<CommonParameters>]
|
configure-git.ps1 [[-FullName] <String>] [[-EmailAddress] <String>] [[-FavoriteEditor] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-FullName <String>
|
-FullName <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ convert-csv2txt.ps1 [<csv-file>]
|
|||||||
```powershell
|
```powershell
|
||||||
convert-csv2txt.ps1 [[-Path] <String>] [<CommonParameters>]
|
convert-csv2txt.ps1 [[-Path] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-Path <String>
|
-Path <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ convert-mysql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>
|
|||||||
```powershell
|
```powershell
|
||||||
convert-mysql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <String>] [[-password] <String>] [[-query] <String>] [<CommonParameters>]
|
convert-mysql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <String>] [[-password] <String>] [[-query] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-server <String>
|
-server <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ convert-ps2bat.ps1 [<pattern>]
|
|||||||
```powershell
|
```powershell
|
||||||
convert-ps2bat.ps1 [[-Pattern] <String>] [<CommonParameters>]
|
convert-ps2bat.ps1 [[-Pattern] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-Pattern <String>
|
-Pattern <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ convert-ps2md.ps1 [<filename>]
|
|||||||
```powershell
|
```powershell
|
||||||
convert-ps2md.ps1 [[-filename] <String>] [<CommonParameters>]
|
convert-ps2md.ps1 [[-filename] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-filename <String>
|
-filename <String>
|
||||||
Specifies the path to the PowerShell script
|
Specifies the path to the PowerShell script
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@ convert-sql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]
|
|||||||
```powershell
|
```powershell
|
||||||
convert-sql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <String>] [[-password] <String>] [[-query] <String>] [<CommonParameters>]
|
convert-sql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <String>] [[-password] <String>] [[-query] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-server <String>
|
-server <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ convert-txt2wav.ps1 [<text>] [<wav-file>]
|
|||||||
```powershell
|
```powershell
|
||||||
convert-txt2wav.ps1 [[-Text] <String>] [[-WavFile] <String>] [<CommonParameters>]
|
convert-txt2wav.ps1 [[-Text] <String>] [[-WavFile] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-Text <String>
|
-Text <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -7,7 +7,6 @@ copy-photos-sorted.ps1 [<SourceDir>] [<TargetDir>]
|
|||||||
```powershell
|
```powershell
|
||||||
copy-photos-sorted.ps1 [[-SourceDir] <String>] [[-TargetDir] <String>] [<CommonParameters>]
|
copy-photos-sorted.ps1 [[-SourceDir] <String>] [[-TargetDir] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-SourceDir <String>
|
-SourceDir <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ decrypt-file.ps1 [<path>] [<password>]
|
|||||||
```powershell
|
```powershell
|
||||||
decrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
|
decrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-Path <String>
|
-Path <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -7,7 +7,6 @@ display-time.ps1 [<seconds>]
|
|||||||
```powershell
|
```powershell
|
||||||
display-time.ps1 [[-Seconds] <Int32>] [<CommonParameters>]
|
display-time.ps1 [[-Seconds] <Int32>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-Seconds <Int32>
|
-Seconds <Int32>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ download-dir.ps1 [<URL>]
|
|||||||
```powershell
|
```powershell
|
||||||
download-dir.ps1 [[-URL] <String>] [<CommonParameters>]
|
download-dir.ps1 [[-URL] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-URL <String>
|
-URL <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ download-file.ps1 [<URL>]
|
|||||||
```powershell
|
```powershell
|
||||||
download-file.ps1 [[-URL] <String>] [<CommonParameters>]
|
download-file.ps1 [[-URL] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-URL <String>
|
-URL <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ edit.ps1 <filename>
|
|||||||
```powershell
|
```powershell
|
||||||
edit.ps1 [[-Filename] <String>] [<CommonParameters>]
|
edit.ps1 [[-Filename] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-Filename <String>
|
-Filename <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ enable-crash-dumps.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
enable-crash-dumps.ps1 [<CommonParameters>]
|
enable-crash-dumps.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -7,7 +7,6 @@ enable-god-mode.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
enable-god-mode.ps1 [<CommonParameters>]
|
enable-god-mode.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ encrypt-file.ps1 [<Path>] [<Password>]
|
|||||||
```powershell
|
```powershell
|
||||||
encrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
|
encrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-Path <String>
|
-Path <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ enter-chat.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
enter-chat.ps1 [<CommonParameters>]
|
enter-chat.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ fetch-repo.ps1 [<RepoDir>]
|
|||||||
```powershell
|
```powershell
|
||||||
fetch-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
|
fetch-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-RepoDir <String>
|
-RepoDir <String>
|
||||||
Specifies the path to the Git repository.
|
Specifies the path to the Git repository.
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@ fetch-repos.ps1 [<ParentDir>]
|
|||||||
```powershell
|
```powershell
|
||||||
fetch-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
|
fetch-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-ParentDir <String>
|
-ParentDir <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
```powershell
|
```powershell
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
```powershell
|
```powershell
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
```powershell
|
```powershell
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ hibernate.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
hibernate.ps1 [<CommonParameters>]
|
hibernate.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ inspect-exe.ps1 [<path-to-exe-file>]
|
|||||||
```powershell
|
```powershell
|
||||||
inspect-exe.ps1 [[-PathToExe] <String>] [<CommonParameters>]
|
inspect-exe.ps1 [[-PathToExe] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-PathToExe <String>
|
-PathToExe <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ install-github-cli.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
install-github-cli.ps1 [<CommonParameters>]
|
install-github-cli.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ install-google-chrome.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
install-google-chrome.ps1 [<CommonParameters>]
|
install-google-chrome.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -7,7 +7,6 @@ install-knot-resolver.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
install-knot-resolver.ps1 [<CommonParameters>]
|
install-knot-resolver.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -7,7 +7,6 @@ install-signal-cli.ps1 [<version>]
|
|||||||
```powershell
|
```powershell
|
||||||
install-signal-cli.ps1 [[-Version] <String>] [<CommonParameters>]
|
install-signal-cli.ps1 [[-Version] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-Version <String>
|
-Version <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ install-ssh-client.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
install-ssh-client.ps1 [<CommonParameters>]
|
install-ssh-client.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ install-ssh-server.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
install-ssh-server.ps1 [<CommonParameters>]
|
install-ssh-server.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ install-updates.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
install-updates.ps1 [<CommonParameters>]
|
install-updates.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -15,7 +15,6 @@ https://github.com/PowerShell/vscode-powershell/blob/master/scripts/Install-VSCo
|
|||||||
```powershell
|
```powershell
|
||||||
install-vscode.ps1 [[-Architecture] <String>] [[-BuildEdition] <String>] [[-AdditionalExtensions] <String[]>] [-LaunchWhenDone] [-EnableContextMenus] [-WhatIf] [-Confirm] [<CommonParameters>]
|
install-vscode.ps1 [[-Architecture] <String>] [[-BuildEdition] <String>] [[-AdditionalExtensions] <String[]>] [-LaunchWhenDone] [-EnableContextMenus] [-WhatIf] [-Confirm] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-Architecture <String>
|
-Architecture <String>
|
||||||
A validated string defining the bit version to download. Values can be either 64-bit or 32-bit.
|
A validated string defining the bit version to download. Values can be either 64-bit or 32-bit.
|
||||||
If 64-bit is chosen and the OS Architecture does not match, then the 32-bit build will be
|
If 64-bit is chosen and the OS Architecture does not match, then the 32-bit build will be
|
||||||
|
@ -6,7 +6,6 @@ install-wsl.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
install-wsl.ps1 [<CommonParameters>]
|
install-wsl.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ introduce-powershell.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
introduce-powershell.ps1 [<CommonParameters>]
|
introduce-powershell.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ list-aliases.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
list-aliases.ps1 [<CommonParameters>]
|
list-aliases.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ list-anagrams.ps1 [<word>] [<columns>]
|
|||||||
```powershell
|
```powershell
|
||||||
list-anagrams.ps1 [[-Word] <String>] [[-Columns] <Int32>] [<CommonParameters>]
|
list-anagrams.ps1 [[-Word] <String>] [[-Columns] <Int32>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-Word <String>
|
-Word <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
```powershell
|
```powershell
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -8,7 +8,6 @@ list-branches.ps1 [<RepoDir>] [<SearchPattern>]
|
|||||||
```powershell
|
```powershell
|
||||||
list-branches.ps1 [[-RepoDir] <String>] [[-SearchPattern] <String>] [<CommonParameters>]
|
list-branches.ps1 [[-RepoDir] <String>] [[-SearchPattern] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-RepoDir <String>
|
-RepoDir <String>
|
||||||
|
|
||||||
Required? false
|
Required? false
|
||||||
|
@ -6,7 +6,6 @@ list-cheat-sheet.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
list-cheat-sheet.ps1 [<CommonParameters>]
|
list-cheat-sheet.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -7,7 +7,6 @@ list-city-weather.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
list-city-weather.ps1 [<CommonParameters>]
|
list-city-weather.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
```powershell
|
```powershell
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ list-clipboard.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
list-clipboard.ps1 [<CommonParameters>]
|
list-clipboard.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ list-cmdlets.ps1
|
|||||||
```powershell
|
```powershell
|
||||||
list-cmdlets.ps1 [<CommonParameters>]
|
list-cmdlets.ps1 [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||||
|
@ -6,7 +6,6 @@ list-commits.ps1 [<RepoDir>] [<Format>]
|
|||||||
```powershell
|
```powershell
|
||||||
list-commits.ps1 [[-RepoDir] <String>] [[-Format] <String>] [<CommonParameters>]
|
list-commits.ps1 [[-RepoDir] <String>] [[-Format] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
|
||||||
-RepoDir <String>
|
-RepoDir <String>
|
||||||
Specifies the path to the Git repository.
|
Specifies the path to the Git repository.
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user