mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-16 17:51:28 +01:00
Update the manuals
This commit is contained in:
parent
38aeb4c3c7
commit
8364a7e905
@ -1,4 +1,4 @@
|
|||||||
# add-firewall-rules.ps1 - Adds firewall rules for the given executables (needs admin rights)
|
## add-firewall-rules.ps1 - Adds firewall rules for the given executables (needs admin rights)
|
||||||
|
|
||||||
add-firewall-rules.ps1 [<PathToExecutables>]
|
add-firewall-rules.ps1 [<PathToExecutables>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# add-memo.ps1 - Adds a memo to Memos.csv in the home folder
|
## add-memo.ps1 - Adds a memo to Memos.csv in the home folder
|
||||||
|
|
||||||
add-memo.ps1 [<text>]
|
add-memo.ps1 [<text>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# alert.ps1 - Handle and escalate the given alert message
|
## alert.ps1 - Handle and escalate the given alert message
|
||||||
|
|
||||||
alert.ps1 [<message>]
|
alert.ps1 [<message>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# build-repo.ps1 - Builds a Git repository
|
## build-repo.ps1 - Builds a Git repository
|
||||||
|
|
||||||
Supports building with cmake, configure, autogen, Imakefile and Makefile.
|
Supports building with cmake, configure, autogen, Imakefile and Makefile.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# build-repos.ps1 - Builds all Git repositories in a folder
|
## build-repos.ps1 - Builds all Git repositories in a folder
|
||||||
|
|
||||||
build-repos.ps1 [<ParentDir>]
|
build-repos.ps1 [<ParentDir>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-desktop.ps1 - Change the working directory to the user's desktop folder
|
## cd-desktop.ps1 - Change the working directory to the user's desktop folder
|
||||||
|
|
||||||
cd-desktop.ps1
|
cd-desktop.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-docs.ps1 - Change the working directory to the user's documents folder
|
## cd-docs.ps1 - Change the working directory to the user's documents folder
|
||||||
|
|
||||||
cd-docs.ps1
|
cd-docs.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-downloads.ps1 - Change the working directory to the user's downloads folder
|
## cd-downloads.ps1 - Change the working directory to the user's downloads folder
|
||||||
|
|
||||||
cd-downloads.ps1
|
cd-downloads.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-dropbox.ps1 - Change the working directory to the user's Dropbox folder
|
## cd-dropbox.ps1 - Change the working directory to the user's Dropbox folder
|
||||||
|
|
||||||
cd-dropbox.ps1
|
cd-dropbox.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-home.ps1 - Change the working directory to the user's home directory
|
## cd-home.ps1 - Change the working directory to the user's home directory
|
||||||
|
|
||||||
cd-home.ps1
|
cd-home.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-music.ps1 - Change the working directory to the user's music folder
|
## cd-music.ps1 - Change the working directory to the user's music folder
|
||||||
|
|
||||||
cd-music.ps1
|
cd-music.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-onedrive.ps1 - Change the working directory to the user's OneDrive folder
|
## cd-onedrive.ps1 - Change the working directory to the user's OneDrive folder
|
||||||
|
|
||||||
cd-onedrive.ps1
|
cd-onedrive.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-pics.ps1 - Change the working directory to the user's pictures folder
|
## cd-pics.ps1 - Change the working directory to the user's pictures folder
|
||||||
|
|
||||||
cd-pics.ps1
|
cd-pics.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-recycle-bin.ps1 - cd-recycle-bin.ps1
|
## cd-recycle-bin.ps1 - cd-recycle-bin.ps1
|
||||||
|
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-repos.ps1 - Change the working directory to the user's Git repositories folder
|
## cd-repos.ps1 - Change the working directory to the user's Git repositories folder
|
||||||
|
|
||||||
cd-repos.ps1
|
cd-repos.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-root.ps1 - Change the working directory to the root directory (C:\ on Windows)
|
## cd-root.ps1 - Change the working directory to the root directory (C:\ on Windows)
|
||||||
|
|
||||||
cd-root.ps1
|
cd-root.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-scripts.ps1 - Change the working directory to the PowerShell scripts folder
|
## cd-scripts.ps1 - Change the working directory to the PowerShell scripts folder
|
||||||
|
|
||||||
cd-scripts.ps1
|
cd-scripts.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-ssh.ps1 - Change the working directory to the user's SSH folder
|
## cd-ssh.ps1 - Change the working directory to the user's SSH folder
|
||||||
|
|
||||||
cd-ssh.ps1
|
cd-ssh.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-up.ps1 - Change the working directory to one level up
|
## cd-up.ps1 - Change the working directory to one level up
|
||||||
|
|
||||||
cd-up.ps1
|
cd-up.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-up2.ps1 - Change the working directory to two directory levels up
|
## cd-up2.ps1 - Change the working directory to two directory levels up
|
||||||
|
|
||||||
cd-up2.ps1
|
cd-up2.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-up3.ps1 - Change the working directory to three directory levels up
|
## cd-up3.ps1 - Change the working directory to three directory levels up
|
||||||
|
|
||||||
cd-up3.ps1
|
cd-up3.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-up4.ps1 - Change the working directory to four directory levels up
|
## cd-up4.ps1 - Change the working directory to four directory levels up
|
||||||
|
|
||||||
cd-up4.ps1
|
cd-up4.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cd-videos.ps1 - Change the working directory to the user's videos folder
|
## cd-videos.ps1 - Change the working directory to the user's videos folder
|
||||||
|
|
||||||
cd-videos.ps1
|
cd-videos.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# check-cpu-temp.ps1 - Checks the CPU temperature
|
## check-cpu-temp.ps1 - Checks the CPU temperature
|
||||||
|
|
||||||
check-cpu-temp.ps1
|
check-cpu-temp.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# check-dns-resolution.ps1 - Checks the DNS resolution with frequently used domain names
|
## check-dns-resolution.ps1 - Checks the DNS resolution with frequently used domain names
|
||||||
|
|
||||||
check-dns-resolution.ps1
|
check-dns-resolution.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# check-drive-space.ps1 - Checks a drive for free space left (20 GB by default)
|
## check-drive-space.ps1 - Checks a drive for free space left (20 GB by default)
|
||||||
|
|
||||||
check-drive-space.ps1 [<drive>] [<min-level>]
|
check-drive-space.ps1 [<drive>] [<min-level>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# check-file-system.ps1 - Checks the file system of a drive (needs admin rights)
|
## check-file-system.ps1 - Checks the file system of a drive (needs admin rights)
|
||||||
|
|
||||||
check-file-system.ps1 [<drive>]
|
check-file-system.ps1 [<drive>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# check-health.ps1 - Checks the health of the local computer
|
## check-health.ps1 - Checks the health of the local computer
|
||||||
|
|
||||||
check-health.ps1
|
check-health.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# check-ipv4-address.ps1 - Checks the given IPv4 address for validity
|
## check-ipv4-address.ps1 - Checks the given IPv4 address for validity
|
||||||
|
|
||||||
check-ipv4-address.ps1 [<Address>]
|
check-ipv4-address.ps1 [<Address>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# check-ipv6-address.ps1 - Checks the given IPv6 address for validity
|
## check-ipv6-address.ps1 - Checks the given IPv6 address for validity
|
||||||
|
|
||||||
check-ipv6-address.ps1 [<Address>]
|
check-ipv6-address.ps1 [<Address>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# check-mac-address.ps1 - Checks the given MAC address for validity
|
## check-mac-address.ps1 - Checks the given MAC address for validity
|
||||||
|
|
||||||
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>]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# check-ping.ps1 - Checks the ping latency from the local computer to selected Internet hosts
|
## check-ping.ps1 - Checks the ping latency from the local computer to selected Internet hosts
|
||||||
|
|
||||||
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>]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# check-smart-devices.ps1 - Performs a selftest on your S.M.A.R.T. HDD/SSD devices.
|
## check-smart-devices.ps1 - Performs a selftest on your S.M.A.R.T. HDD/SSD devices.
|
||||||
|
|
||||||
check-smart-devices.ps1 [<type>]
|
check-smart-devices.ps1 [<type>]
|
||||||
Type is either short(default) or long.
|
Type is either short(default) or long.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# check-subnet-mask.ps1 - Checks the given subnet mask for validity
|
## check-subnet-mask.ps1 - Checks the given subnet mask for validity
|
||||||
|
|
||||||
check-subnet-mask.ps1 [<address>]
|
check-subnet-mask.ps1 [<address>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# check-swap-space.ps1 - Checks the free swap space
|
## check-swap-space.ps1 - Checks the free swap space
|
||||||
|
|
||||||
check-swap-space.ps1 [<min-level>]
|
check-swap-space.ps1 [<min-level>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# check-symlinks.ps1 - Checks every symlink in a folder (including subfolders)
|
## check-symlinks.ps1 - Checks every symlink in a folder (including subfolders)
|
||||||
|
|
||||||
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.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# check-weather.ps1 - Checks the weather for critical values
|
## check-weather.ps1 - Checks the weather for critical values
|
||||||
|
|
||||||
check-weather.ps1 [<location>]
|
check-weather.ps1 [<location>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# check-windows-system-files.ps1 - Checks the validity of the Windows system files (requires admin rights)
|
## check-windows-system-files.ps1 - Checks the validity of the Windows system files (requires admin rights)
|
||||||
|
|
||||||
check-windows-system-files.ps1
|
check-windows-system-files.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# check-xml-file.ps1 - Checks the given XML file for validity
|
## check-xml-file.ps1 - Checks the given XML file for validity
|
||||||
|
|
||||||
check-xml-file [<file>]
|
check-xml-file [<file>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# clean-repo.ps1 - Cleans a Git repository from untracked files (including submodules)
|
## clean-repo.ps1 - Cleans a Git repository from untracked files (including submodules)
|
||||||
|
|
||||||
clean-repo.ps1 [<RepoDir>]
|
clean-repo.ps1 [<RepoDir>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# clean-repos.ps1 - Cleans all Git repositories in a folder from untracked files (including submodules)
|
## clean-repos.ps1 - Cleans all Git repositories in a folder from untracked files (including submodules)
|
||||||
|
|
||||||
clean-repos.ps1 [<ParentDir>]
|
clean-repos.ps1 [<ParentDir>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# clear-recycle-bin.ps1 - Removes the content of the recycle bin folder permanently
|
## clear-recycle-bin.ps1 - Removes the content of the recycle bin folder permanently
|
||||||
|
|
||||||
clear-recycle-bin.ps1
|
clear-recycle-bin.ps1
|
||||||
NOTE: can not be undo!
|
NOTE: can not be undo!
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# clone-repos.ps1 - Clones well-known Git repositories into a folder
|
## clone-repos.ps1 - Clones well-known Git repositories into a folder
|
||||||
|
|
||||||
clone-repos.ps1 [<folder>]
|
clone-repos.ps1 [<folder>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# close-calculator.ps1 - Closes the calculator program gracefully
|
## close-calculator.ps1 - Closes the calculator program gracefully
|
||||||
|
|
||||||
close-calculator.ps1
|
close-calculator.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# close-chrome.ps1 - Closes the Google Chrome Web browser
|
## close-chrome.ps1 - Closes the Google Chrome Web browser
|
||||||
|
|
||||||
close-chrome.ps1
|
close-chrome.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# close-cortana.ps1 - Closes Microsoft's Cortana application
|
## close-cortana.ps1 - Closes Microsoft's Cortana application
|
||||||
|
|
||||||
close-cortana.ps1
|
close-cortana.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# close-edge.ps1 - Closes Microsoft's Edge Web browser
|
## close-edge.ps1 - Closes Microsoft's Edge Web browser
|
||||||
|
|
||||||
close-edge.ps1
|
close-edge.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# close-file-explorer.ps1 - Closes Microsoft's File Explorer
|
## close-file-explorer.ps1 - Closes Microsoft's File Explorer
|
||||||
|
|
||||||
close-file-explorer.ps1
|
close-file-explorer.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# close-firefox.ps1 - Closes Mozilla's Firefox Web browser
|
## close-firefox.ps1 - Closes Mozilla's Firefox Web browser
|
||||||
|
|
||||||
close-firefox.ps1
|
close-firefox.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# close-netflix.ps1 - Closes the Netflix application
|
## close-netflix.ps1 - Closes the Netflix application
|
||||||
|
|
||||||
close-netflix.ps1
|
close-netflix.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# close-onedrive.ps1 - Closes Microsoft's OneDrive folder
|
## close-onedrive.ps1 - Closes Microsoft's OneDrive folder
|
||||||
|
|
||||||
close-onedrive.ps1
|
close-onedrive.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# close-program.ps1 - Closes the processes of the given program gracefully
|
## close-program.ps1 - Closes the processes of the given program gracefully
|
||||||
|
|
||||||
close-program.ps1 [<FullProgramName>] [<ProgramName>] [<ProgramAliasName>]
|
close-program.ps1 [<FullProgramName>] [<ProgramName>] [<ProgramAliasName>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# close-system-settings.ps1 - Closes the System Settings window
|
## close-system-settings.ps1 - Closes the System Settings window
|
||||||
|
|
||||||
close-system-settings.ps1
|
close-system-settings.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# close-thunderbird.ps1 - Closes Mozilla's Thunderbird email client
|
## close-thunderbird.ps1 - Closes Mozilla's Thunderbird email client
|
||||||
|
|
||||||
close-thunderbird.ps1
|
close-thunderbird.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# close-vlc.ps1 - Closes the VLC media player application
|
## close-vlc.ps1 - Closes the VLC media player application
|
||||||
|
|
||||||
close-vlc.ps1
|
close-vlc.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# close-windows-terminal.ps1 - Closes the Windows Terminal application
|
## close-windows-terminal.ps1 - Closes the Windows Terminal application
|
||||||
|
|
||||||
close-windows-terminal.ps1
|
close-windows-terminal.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# configure-git.ps1 - Configures the user settings for Git
|
## configure-git.ps1 - Configures the user settings for Git
|
||||||
|
|
||||||
configure-git.ps1 [<full-name>] [<email-address>] [<favorite-editor>]
|
configure-git.ps1 [<full-name>] [<email-address>] [<favorite-editor>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# convert-csv2txt.ps1 - Converts a .CSV file into a text file
|
## convert-csv2txt.ps1 - Converts a .CSV file into a text file
|
||||||
|
|
||||||
convert-csv2txt.ps1 [<csv-file>]
|
convert-csv2txt.ps1 [<csv-file>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# convert-mysql2csv.ps1 - Convert a MySQL database table to a .CSV file
|
## convert-mysql2csv.ps1 - Convert a MySQL database table to a .CSV file
|
||||||
|
|
||||||
convert-mysql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]
|
convert-mysql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# convert-ps2bat.ps1 - Converts a PowerShell script to .bat files
|
## convert-ps2bat.ps1 - Converts a PowerShell script to .bat files
|
||||||
|
|
||||||
convert-ps2bat.ps1 [<pattern>]
|
convert-ps2bat.ps1 [<pattern>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# convert-ps2md.ps1 - Converts the comment-based help of a PowerShell script to Markdown
|
## convert-ps2md.ps1 - Converts the comment-based help of a PowerShell script to Markdown
|
||||||
|
|
||||||
convert-ps2md.ps1 [<filename>]
|
convert-ps2md.ps1 [<filename>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# convert-sql2csv.ps1 - Converts a SQL database table to a .CSV file
|
## convert-sql2csv.ps1 - Converts a SQL database table to a .CSV file
|
||||||
|
|
||||||
convert-sql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]
|
convert-sql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# convert-txt2wav.ps1 - Converts text to a .WAV audio file
|
## convert-txt2wav.ps1 - Converts text to a .WAV audio file
|
||||||
|
|
||||||
convert-txt2wav.ps1 [<text>] [<wav-file>]
|
convert-txt2wav.ps1 [<text>] [<wav-file>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# copy-photos-sorted.ps1 - Copy image files sorted by year and month
|
## copy-photos-sorted.ps1 - Copy image files sorted by year and month
|
||||||
|
|
||||||
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>]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# decrypt-file.ps1 - Decrypts the given file
|
## decrypt-file.ps1 - Decrypts the given file
|
||||||
|
|
||||||
decrypt-file.ps1 [<path>] [<password>]
|
decrypt-file.ps1 [<path>] [<password>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# display-time.ps1 - Displays the current time
|
## display-time.ps1 - Displays the current time
|
||||||
|
|
||||||
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>]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# download-dir.ps1 - Downloads a folder (including subfolders) from the given URL
|
## download-dir.ps1 - Downloads a folder (including subfolders) from the given URL
|
||||||
|
|
||||||
download-dir.ps1 [<URL>]
|
download-dir.ps1 [<URL>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# download-file.ps1 - Downloads a file from the given URL
|
## download-file.ps1 - Downloads a file from the given URL
|
||||||
|
|
||||||
download-file.ps1 [<URL>]
|
download-file.ps1 [<URL>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# edit.ps1 - Opens the built-in text editor to edit the given file
|
## edit.ps1 - Opens the built-in text editor to edit the given file
|
||||||
|
|
||||||
edit.ps1 <filename>
|
edit.ps1 <filename>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# enable-crash-dumps.ps1 - Enables the writing of crash dumps
|
## enable-crash-dumps.ps1 - Enables the writing of crash dumps
|
||||||
|
|
||||||
enable-crash-dumps.ps1
|
enable-crash-dumps.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# enable-god-mode.ps1 - Enables the god mode
|
## enable-god-mode.ps1 - Enables the god mode
|
||||||
|
|
||||||
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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# encrypt-file.ps1 - Encrypts a file
|
## encrypt-file.ps1 - Encrypts a file
|
||||||
|
|
||||||
encrypt-file.ps1 [<Path>] [<Password>]
|
encrypt-file.ps1 [<Path>] [<Password>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# enter-chat.ps1 - Enters a chat using a common network shared file
|
## enter-chat.ps1 - Enters a chat using a common network shared file
|
||||||
|
|
||||||
enter-chat.ps1
|
enter-chat.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# fetch-repo.ps1 - Fetches updates for a local Git repository (including submodules)
|
## fetch-repo.ps1 - Fetches updates for a local Git repository (including submodules)
|
||||||
|
|
||||||
fetch-repo.ps1 [<RepoDir>]
|
fetch-repo.ps1 [<RepoDir>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# fetch-repos.ps1 - Fetches updates for all Git repositories in a folder (including submodules)
|
## fetch-repos.ps1 - Fetches updates for all Git repositories in a folder (including submodules)
|
||||||
|
|
||||||
fetch-repos.ps1 [<ParentDir>]
|
fetch-repos.ps1 [<ParentDir>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# get-md5.ps1 -
|
## get-md5.ps1 -
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
```powershell
|
```powershell
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# get-sha1.ps1 -
|
## get-sha1.ps1 -
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
```powershell
|
```powershell
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# get-sha256.ps1 -
|
## get-sha256.ps1 -
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
```powershell
|
```powershell
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# hibernate.ps1 - Enables hibernate mode for the local computer (needs admin rights)
|
## hibernate.ps1 - Enables hibernate mode for the local computer (needs admin rights)
|
||||||
|
|
||||||
hibernate.ps1
|
hibernate.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# inspect-exe.ps1 - Prints basic information of an executable file
|
## inspect-exe.ps1 - Prints basic information of an executable file
|
||||||
|
|
||||||
inspect-exe.ps1 [<path-to-exe-file>]
|
inspect-exe.ps1 [<path-to-exe-file>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# install-github-cli.ps1 - Installs GitHub CLI
|
## install-github-cli.ps1 - Installs GitHub CLI
|
||||||
|
|
||||||
install-github-cli.ps1
|
install-github-cli.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# install-google-chrome.ps1 - Installs the latest Google Chrome browser
|
## install-google-chrome.ps1 - Installs the latest Google Chrome browser
|
||||||
|
|
||||||
install-google-chrome.ps1
|
install-google-chrome.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# install-knot-resolver.ps1 - Installs Knot Resolver (needs admin rights)
|
## install-knot-resolver.ps1 - Installs Knot Resolver (needs admin rights)
|
||||||
|
|
||||||
Knot Resolver is a DNS resolver daemon.
|
Knot Resolver is a DNS resolver daemon.
|
||||||
install-knot-resolver.ps1
|
install-knot-resolver.ps1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# install-signal-cli.ps1 - Installs signal-cli
|
## install-signal-cli.ps1 - Installs signal-cli
|
||||||
|
|
||||||
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>]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# install-ssh-client.ps1 - Installs the SSH client (needs admin rights)
|
## install-ssh-client.ps1 - Installs the SSH client (needs admin rights)
|
||||||
|
|
||||||
install-ssh-client.ps1
|
install-ssh-client.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# install-ssh-server.ps1 - Installs the SSH server (needs admin rights)
|
## install-ssh-server.ps1 - Installs the SSH server (needs admin rights)
|
||||||
|
|
||||||
install-ssh-server.ps1
|
install-ssh-server.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# install-updates.ps1 - Installs updates for the local machine (needs admin rights)
|
## install-updates.ps1 - Installs updates for the local machine (needs admin rights)
|
||||||
|
|
||||||
install-updates.ps1
|
install-updates.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# install-vscode.ps1 - Installs Visual Studio Code, the PowerShell extension, and optionally
|
## install-vscode.ps1 - Installs Visual Studio Code, the PowerShell extension, and optionally
|
||||||
a list of additional extensions.
|
a list of additional extensions.
|
||||||
|
|
||||||
This script can be used to easily install Visual Studio Code and the
|
This script can be used to easily install Visual Studio Code and the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# install-wsl.ps1 - Installs Windows Subsystem for Linux (needs admin rights)
|
## install-wsl.ps1 - Installs Windows Subsystem for Linux (needs admin rights)
|
||||||
|
|
||||||
install-wsl.ps1
|
install-wsl.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# introduce-powershell.ps1 - Introduces PowerShell to new users
|
## introduce-powershell.ps1 - Introduces PowerShell to new users
|
||||||
|
|
||||||
introduce-powershell.ps1
|
introduce-powershell.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# list-aliases.ps1 - Lists all PowerShell aliases
|
## list-aliases.ps1 - Lists all PowerShell aliases
|
||||||
|
|
||||||
list-aliases.ps1
|
list-aliases.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# list-anagrams.ps1 - Lists all anagrams of the given word
|
## list-anagrams.ps1 - Lists all anagrams of the given word
|
||||||
|
|
||||||
list-anagrams.ps1 [<word>] [<columns>]
|
list-anagrams.ps1 [<word>] [<columns>]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# list-automatic-variables.ps1 - list-automatic-variables.ps1
|
## list-automatic-variables.ps1 - list-automatic-variables.ps1
|
||||||
|
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# list-branches.ps1 - Lists all branches in a Git repository
|
## list-branches.ps1 - Lists all branches in a Git repository
|
||||||
|
|
||||||
list-branches.ps1 [<RepoDir>] [<SearchPattern>]
|
list-branches.ps1 [<RepoDir>] [<SearchPattern>]
|
||||||
<RepoDir> is the current working directory by default
|
<RepoDir> is the current working directory by default
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# list-cheat-sheet.ps1 - Lists the PowerShell cheat sheet
|
## list-cheat-sheet.ps1 - Lists the PowerShell cheat sheet
|
||||||
|
|
||||||
list-cheat-sheet.ps1
|
list-cheat-sheet.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# list-city-weather.ps1 - List the current weather of cities world-wide
|
## list-city-weather.ps1 - List the current weather of cities world-wide
|
||||||
|
|
||||||
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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# list-cli-tools.ps1 - list-cli-tools.ps1
|
## list-cli-tools.ps1 - list-cli-tools.ps1
|
||||||
|
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# list-clipboard.ps1 - Lists the contents of the clipboard
|
## list-clipboard.ps1 - Lists the contents of the clipboard
|
||||||
|
|
||||||
list-clipboard.ps1
|
list-clipboard.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# list-cmdlets.ps1 - Lists all PowerShell cmdlets
|
## list-cmdlets.ps1 - Lists all PowerShell cmdlets
|
||||||
|
|
||||||
list-cmdlets.ps1
|
list-cmdlets.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# list-commits.ps1 - Lists all commits in a Git repository
|
## list-commits.ps1 - Lists all commits in a Git repository
|
||||||
|
|
||||||
list-commits.ps1 [<RepoDir>] [<Format>]
|
list-commits.ps1 [<RepoDir>] [<Format>]
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user