Update the manuals

This commit is contained in:
Markus Fleschutz 2021-10-06 11:11:20 +02:00
parent 4b4a952c09
commit e1efe61eaa
263 changed files with 842 additions and 489 deletions

View File

@ -2,9 +2,10 @@
add-firewall-rules.ps1 [<PathToExecutables>] add-firewall-rules.ps1 [<PathToExecutables>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>] add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
add-memo.ps1 [<text>] add-memo.ps1 [<text>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/add-memo.ps1 [[-text] <String>] [<CommonParameters>] add-memo.ps1 [[-text] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
alert.ps1 [<message>] alert.ps1 [<message>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/alert.ps1 [[-Message] <String>] [<CommonParameters>] alert.ps1 [[-Message] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
Supports building with cmake, configure, autogen, Imakefile and Makefile. Supports building with cmake, configure, autogen, Imakefile and Makefile.
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/build-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>] build-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
build-repos.ps1 [<ParentDir>] build-repos.ps1 [<ParentDir>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/build-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>] build-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
cd-desktop.ps1 cd-desktop.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/cd-desktop.ps1 [<CommonParameters>] cd-desktop.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
cd-docs.ps1 cd-docs.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/cd-docs.ps1 [<CommonParameters>] cd-docs.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
cd-downloads.ps1 cd-downloads.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/cd-downloads.ps1 [<CommonParameters>] cd-downloads.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
cd-dropbox.ps1 cd-dropbox.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/cd-dropbox.ps1 [<CommonParameters>] cd-dropbox.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
cd-home.ps1 cd-home.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/cd-home.ps1 [<CommonParameters>] cd-home.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
cd-music.ps1 cd-music.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/cd-music.ps1 [<CommonParameters>] cd-music.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
cd-onedrive.ps1 cd-onedrive.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/cd-onedrive.ps1 [<CommonParameters>] cd-onedrive.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
cd-pics.ps1 cd-pics.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/cd-pics.ps1 [<CommonParameters>] cd-pics.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -1,6 +1,12 @@
# cd-recycle-bin.ps1 - cd-recycle-bin.ps1 # cd-recycle-bin.ps1 - cd-recycle-bin.ps1
## Parameters
```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,

View File

@ -2,9 +2,10 @@
cd-repos.ps1 cd-repos.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/cd-repos.ps1 [<CommonParameters>] cd-repos.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
cd-root.ps1 cd-root.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/cd-root.ps1 [<CommonParameters>] cd-root.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
cd-scripts.ps1 cd-scripts.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/cd-scripts.ps1 [<CommonParameters>] cd-scripts.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
cd-ssh.ps1 cd-ssh.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/cd-ssh.ps1 [<CommonParameters>] cd-ssh.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
cd-up.ps1 cd-up.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/cd-up.ps1 [<CommonParameters>] cd-up.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
cd-up2.ps1 cd-up2.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/cd-up2.ps1 [<CommonParameters>] cd-up2.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
cd-up3.ps1 cd-up3.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/cd-up3.ps1 [<CommonParameters>] cd-up3.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
cd-up4.ps1 cd-up4.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/cd-up4.ps1 [<CommonParameters>] cd-up4.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
cd-videos.ps1 cd-videos.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/cd-videos.ps1 [<CommonParameters>] cd-videos.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
check-cpu-temp.ps1 check-cpu-temp.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/check-cpu-temp.ps1 [<CommonParameters>] check-cpu-temp.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
check-dns-resolution.ps1 check-dns-resolution.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/check-dns-resolution.ps1 [<CommonParameters>] check-dns-resolution.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
check-drive-space.ps1 [<drive>] [<min-level>] check-drive-space.ps1 [<drive>] [<min-level>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/check-drive-space.ps1 [[-Drive] <String>] [[-MinLevel] <Int32>] [<CommonParameters>] check-drive-space.ps1 [[-Drive] <String>] [[-MinLevel] <Int32>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
check-file-system.ps1 [<drive>] check-file-system.ps1 [<drive>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/check-file-system.ps1 [[-Drive] <String>] [<CommonParameters>] check-file-system.ps1 [[-Drive] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
check-health.ps1 check-health.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/check-health.ps1 [<CommonParameters>] check-health.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
check-ipv4-address.ps1 [<Address>] check-ipv4-address.ps1 [<Address>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>] check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
check-ipv6-address.ps1 [<Address>] check-ipv6-address.ps1 [<Address>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>] check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -3,9 +3,10 @@
Supported MAC address formats are: 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000000000000. Supported MAC address formats are: 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000000000000.
check-mac-address.ps1 [<MAC>] check-mac-address.ps1 [<MAC>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>] check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -3,9 +3,10 @@
Hosts by default are: amazon.com,apple.com,bing.com,cnn.com,dropbox.com,facebook.com,google.com,live.com,twitter.com,youtube.com Hosts by default are: amazon.com,apple.com,bing.com,cnn.com,dropbox.com,facebook.com,google.com,live.com,twitter.com,youtube.com
check-ping.ps1 [<hosts>] check-ping.ps1 [<hosts>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/check-ping.ps1 [[-hosts] <String>] [<CommonParameters>] check-ping.ps1 [[-hosts] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -4,9 +4,10 @@ check-smart-devices.ps1 [<type>]
Type is either short(default) or long. Type is either short(default) or long.
Requires smartctl (smartmontools package) and admin rights. Requires smartctl (smartmontools package) and admin rights.
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/check-smart-devices.ps1 [[-type] <String>] [<CommonParameters>] check-smart-devices.ps1 [[-type] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
check-subnet-mask.ps1 [<address>] check-subnet-mask.ps1 [<address>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>] check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
check-swap-space.ps1 [<min-level>] check-swap-space.ps1 [<min-level>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>] check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
``` ```
``` ```

View File

@ -3,9 +3,10 @@
check-symlinks.ps1 [<folder>] check-symlinks.ps1 [<folder>]
Returns the number of broken symlinks as exit value. Returns the number of broken symlinks as exit value.
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/check-symlinks.ps1 [[-folder] <String>] [<CommonParameters>] check-symlinks.ps1 [[-folder] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
check-weather.ps1 [<location>] check-weather.ps1 [<location>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/check-weather.ps1 [[-location] <String>] [<CommonParameters>] check-weather.ps1 [[-location] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
check-windows-system-files.ps1 check-windows-system-files.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/check-windows-system-files.ps1 [<CommonParameters>] check-windows-system-files.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
check-xml-file [<file>] check-xml-file [<file>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/check-xml-file.ps1 [[-file] <String>] [<CommonParameters>] check-xml-file.ps1 [[-file] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
clean-repo.ps1 [<RepoDir>] clean-repo.ps1 [<RepoDir>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/clean-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>] clean-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
clean-repos.ps1 [<ParentDir>] clean-repos.ps1 [<ParentDir>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/clean-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>] clean-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -3,9 +3,10 @@
clear-recycle-bin.ps1 clear-recycle-bin.ps1
NOTE: can not be undo! NOTE: can not be undo!
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/clear-recycle-bin.ps1 [<CommonParameters>] clear-recycle-bin.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
clone-repos.ps1 [<folder>] clone-repos.ps1 [<folder>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/clone-repos.ps1 [[-folder] <String>] [<CommonParameters>] clone-repos.ps1 [[-folder] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
close-calculator.ps1 close-calculator.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/close-calculator.ps1 [<CommonParameters>] close-calculator.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
close-chrome.ps1 close-chrome.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/close-chrome.ps1 [<CommonParameters>] close-chrome.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
close-cortana.ps1 close-cortana.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/close-cortana.ps1 [<CommonParameters>] close-cortana.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
close-edge.ps1 close-edge.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/close-edge.ps1 [<CommonParameters>] close-edge.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
close-file-explorer.ps1 close-file-explorer.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/close-file-explorer.ps1 [<CommonParameters>] close-file-explorer.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
close-firefox.ps1 close-firefox.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/close-firefox.ps1 [<CommonParameters>] close-firefox.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
close-netflix.ps1 close-netflix.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/close-netflix.ps1 [<CommonParameters>] close-netflix.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
close-onedrive.ps1 close-onedrive.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/close-onedrive.ps1 [<CommonParameters>] close-onedrive.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
close-program.ps1 [<FullProgramName>] [<ProgramName>] [<ProgramAliasName>] close-program.ps1 [<FullProgramName>] [<ProgramName>] [<ProgramAliasName>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/close-program.ps1 [[-FullProgramName] <String>] [[-ProgramName] <String>] [[-ProgramAliasName] <String>] [<CommonParameters>] close-program.ps1 [[-FullProgramName] <String>] [[-ProgramName] <String>] [[-ProgramAliasName] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
close-system-settings.ps1 close-system-settings.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/close-system-settings.ps1 [<CommonParameters>] close-system-settings.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
close-thunderbird.ps1 close-thunderbird.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/close-thunderbird.ps1 [<CommonParameters>] close-thunderbird.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
close-vlc.ps1 close-vlc.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/close-vlc.ps1 [<CommonParameters>] close-vlc.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
close-windows-terminal.ps1 close-windows-terminal.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/close-windows-terminal.ps1 [<CommonParameters>] close-windows-terminal.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
configure-git.ps1 [<full-name>] [<email-address>] [<favorite-editor>] configure-git.ps1 [<full-name>] [<email-address>] [<favorite-editor>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/configure-git.ps1 [[-FullName] <String>] [[-EmailAddress] <String>] [[-FavoriteEditor] <String>] [<CommonParameters>] configure-git.ps1 [[-FullName] <String>] [[-EmailAddress] <String>] [[-FavoriteEditor] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
convert-csv2txt.ps1 [<csv-file>] convert-csv2txt.ps1 [<csv-file>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/convert-csv2txt.ps1 [[-Path] <String>] [<CommonParameters>] convert-csv2txt.ps1 [[-Path] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
convert-mysql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>] convert-mysql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/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>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
convert-ps2bat.ps1 [<pattern>] convert-ps2bat.ps1 [<pattern>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/convert-ps2bat.ps1 [[-Pattern] <String>] [<CommonParameters>] convert-ps2bat.ps1 [[-Pattern] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
convert-ps2md.ps1 [<filename>] convert-ps2md.ps1 [<filename>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/convert-ps2md.ps1 [[-filename] <String>] [<CommonParameters>] convert-ps2md.ps1 [[-filename] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
convert-sql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>] convert-sql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/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>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
convert-txt2wav.ps1 [<text>] [<wav-file>] convert-txt2wav.ps1 [<text>] [<wav-file>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/convert-txt2wav.ps1 [[-Text] <String>] [[-WavFile] <String>] [<CommonParameters>] convert-txt2wav.ps1 [[-Text] <String>] [[-WavFile] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -3,9 +3,10 @@
Copy image files from SourceDir to TargetDir sorted by year and month Copy image files from SourceDir to TargetDir sorted by year and month
copy-photos-sorted.ps1 [<SourceDir>] [<TargetDir>] copy-photos-sorted.ps1 [<SourceDir>] [<TargetDir>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/copy-photos-sorted.ps1 [[-SourceDir] <String>] [[-TargetDir] <String>] [<CommonParameters>] copy-photos-sorted.ps1 [[-SourceDir] <String>] [[-TargetDir] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
decrypt-file.ps1 [<path>] [<password>] decrypt-file.ps1 [<path>] [<password>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/decrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>] decrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -3,9 +3,10 @@
Displays the current time (for 10 seconds by default) Displays the current time (for 10 seconds by default)
display-time.ps1 [<seconds>] display-time.ps1 [<seconds>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/display-time.ps1 [[-Seconds] <Int32>] [<CommonParameters>] display-time.ps1 [[-Seconds] <Int32>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
download-dir.ps1 [<URL>] download-dir.ps1 [<URL>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/download-dir.ps1 [[-URL] <String>] [<CommonParameters>] download-dir.ps1 [[-URL] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
download-file.ps1 [<URL>] download-file.ps1 [<URL>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/download-file.ps1 [[-URL] <String>] [<CommonParameters>] download-file.ps1 [[-URL] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
edit.ps1 <filename> edit.ps1 <filename>
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/edit.ps1 [[-Filename] <String>] [<CommonParameters>] edit.ps1 [[-Filename] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
enable-crash-dumps.ps1 enable-crash-dumps.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/enable-crash-dumps.ps1 [<CommonParameters>] enable-crash-dumps.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -3,9 +3,10 @@
Enables the god mode (adds a new icon to the desktop) Enables the god mode (adds a new icon to the desktop)
enable-god-mode.ps1 enable-god-mode.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/enable-god-mode.ps1 [<CommonParameters>] enable-god-mode.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
encrypt-file.ps1 [<Path>] [<Password>] encrypt-file.ps1 [<Path>] [<Password>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/encrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>] encrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
enter-chat.ps1 enter-chat.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/enter-chat.ps1 [<CommonParameters>] enter-chat.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
fetch-repo.ps1 [<RepoDir>] fetch-repo.ps1 [<RepoDir>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/fetch-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>] fetch-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
fetch-repos.ps1 [<ParentDir>] fetch-repos.ps1 [<ParentDir>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/fetch-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>] fetch-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -1,5 +1,11 @@
# get-md5.ps1 - # get-md5.ps1 -
## Parameters
```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,

View File

@ -1,5 +1,11 @@
# get-sha1.ps1 - # get-sha1.ps1 -
## Parameters
```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,

View File

@ -1,5 +1,11 @@
# get-sha256.ps1 - # get-sha256.ps1 -
## Parameters
```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,

View File

@ -2,9 +2,10 @@
hibernate.ps1 hibernate.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/hibernate.ps1 [<CommonParameters>] hibernate.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
inspect-exe.ps1 [<path-to-exe-file>] inspect-exe.ps1 [<path-to-exe-file>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/inspect-exe.ps1 [[-PathToExe] <String>] [<CommonParameters>] inspect-exe.ps1 [[-PathToExe] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
install-github-cli.ps1 install-github-cli.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/install-github-cli.ps1 [<CommonParameters>] install-github-cli.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
install-google-chrome.ps1 install-google-chrome.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/install-google-chrome.ps1 [<CommonParameters>] install-google-chrome.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -3,9 +3,10 @@
Knot Resolver is a DNS resolver daemon. Knot Resolver is a DNS resolver daemon.
install-knot-resolver.ps1 install-knot-resolver.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/install-knot-resolver.ps1 [<CommonParameters>] install-knot-resolver.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -3,9 +3,10 @@
Installs signal-cli from github.com/AsamK/signal-cli. See the Web page for the correct version number Installs signal-cli from github.com/AsamK/signal-cli. See the Web page for the correct version number
install-signal-cli.ps1 [<version>] install-signal-cli.ps1 [<version>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/install-signal-cli.ps1 [[-Version] <String>] [<CommonParameters>] install-signal-cli.ps1 [[-Version] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
install-ssh-client.ps1 install-ssh-client.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/install-ssh-client.ps1 [<CommonParameters>] install-ssh-client.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
install-ssh-server.ps1 install-ssh-server.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/install-ssh-server.ps1 [<CommonParameters>] install-ssh-server.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
install-updates.ps1 install-updates.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/install-updates.ps1 [<CommonParameters>] install-updates.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -11,9 +11,10 @@ Please contribute improvements to this script on GitHub!
https://github.com/PowerShell/vscode-powershell/blob/master/scripts/Install-VSCode.ps1 https://github.com/PowerShell/vscode-powershell/blob/master/scripts/Install-VSCode.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/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>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
install-wsl.ps1 install-wsl.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/install-wsl.ps1 [<CommonParameters>] install-wsl.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
introduce-powershell.ps1 introduce-powershell.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/introduce-powershell.ps1 [<CommonParameters>] introduce-powershell.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
list-aliases.ps1 list-aliases.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/list-aliases.ps1 [<CommonParameters>] list-aliases.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
list-anagrams.ps1 [<word>] [<columns>] list-anagrams.ps1 [<word>] [<columns>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/list-anagrams.ps1 [[-Word] <String>] [[-Columns] <Int32>] [<CommonParameters>] list-anagrams.ps1 [[-Word] <String>] [[-Columns] <Int32>] [<CommonParameters>]
``` ```
``` ```

View File

@ -1,6 +1,12 @@
# list-automatic-variables.ps1 - list-automatic-variables.ps1 # list-automatic-variables.ps1 - list-automatic-variables.ps1
## Parameters
```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,

View File

@ -4,9 +4,10 @@ list-branches.ps1 [<RepoDir>] [<SearchPattern>]
<RepoDir> is the current working directory by default <RepoDir> is the current working directory by default
<SearchPattern> is "*" (anything) by default <SearchPattern> is "*" (anything) by default
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/list-branches.ps1 [[-RepoDir] <String>] [[-SearchPattern] <String>] [<CommonParameters>] list-branches.ps1 [[-RepoDir] <String>] [[-SearchPattern] <String>] [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
list-cheat-sheet.ps1 list-cheat-sheet.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/list-cheat-sheet.ps1 [<CommonParameters>] list-cheat-sheet.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -3,9 +3,10 @@
List the current weather of cities world-wide (west to east) List the current weather of cities world-wide (west to east)
list-city-weather.ps1 list-city-weather.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/list-city-weather.ps1 [<CommonParameters>] list-city-weather.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -1,6 +1,12 @@
# list-cli-tools.ps1 - list-cli-tools.ps1 # list-cli-tools.ps1 - list-cli-tools.ps1
## Parameters
```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,

View File

@ -2,9 +2,10 @@
list-clipboard.ps1 list-clipboard.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/list-clipboard.ps1 [<CommonParameters>] list-clipboard.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
list-cmdlets.ps1 list-cmdlets.ps1
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/list-cmdlets.ps1 [<CommonParameters>] list-cmdlets.ps1 [<CommonParameters>]
``` ```
``` ```

View File

@ -2,9 +2,10 @@
list-commits.ps1 [<RepoDir>] [<Format>] list-commits.ps1 [<RepoDir>] [<Format>]
## Syntax & Parameters ## Parameters
```powershell ```powershell
/home/markus/Repos/PowerShell/Scripts/list-commits.ps1 [[-RepoDir] <String>] [[-Format] <String>] [<CommonParameters>] list-commits.ps1 [[-RepoDir] <String>] [[-Format] <String>] [<CommonParameters>]
``` ```
``` ```

Some files were not shown because too many files have changed in this diff Show More