1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-03 14:10:07 +02:00

Change to UTF-8 BOM

This commit is contained in:
Markus Fleschutz
2023-10-31 12:33:36 +01:00
parent 2077f676cf
commit e1e4dd8185
104 changed files with 104 additions and 104 deletions
scripts
list-anagrams.ps1list-apps.ps1list-ascii-table.ps1list-automatic-variables.ps1list-battery-status.ps1list-bios.ps1list-bluetooth-devices.ps1list-branches.ps1list-calendar.ps1list-cheat-sheet.ps1list-city-weather.ps1list-cli-tools.ps1list-clipboard.ps1list-cmdlets.ps1list-coffee-prices.ps1list-commit-stats.ps1list-commits.ps1list-console-colors.ps1list-countries.ps1list-cpu.ps1list-credits.ps1list-crypto-rates.ps1list-defender-settings.ps1list-dir-tree.ps1list-dns-servers.ps1list-drives.ps1list-earthquakes.ps1list-emojis.ps1list-empty-dirs.ps1list-empty-files.ps1list-encrypted-files.ps1list-environment-variables.ps1list-exchange-rates.ps1list-executables.ps1list-fibonacci.ps1list-files.ps1list-fritzbox-calls.ps1list-headlines.ps1list-hidden-files.ps1list-installed-languages.ps1list-installed-scripts.ps1list-installed-software.ps1list-ipv6.ps1list-latest-tag.ps1list-latest-tags.ps1list-memos.ps1list-modules.ps1list-motherboard.ps1list-mysql-tables.ps1list-network-connections.ps1list-network-routes.ps1list-network-shares.ps1list-news.ps1list-nic.ps1list-nina-warnings.ps1list-os-releases.ps1list-os-updates.ps1list-os.ps1list-outlook-inbox.ps1list-outlook-sent.ps1list-passwords.ps1list-pi.ps1list-pins.ps1list-power-schemes.ps1list-print-jobs.ps1list-printers.ps1list-processes.ps1list-profiles.ps1list-public-ip.ps1list-pull-requests.ps1list-ram.ps1list-read-only-files.ps1list-recycle-bin.ps1list-repos.ps1list-scripts.ps1list-services.ps1list-special-folders.ps1list-sql-tables.ps1list-submodules.ps1list-suggestions.ps1list-system-files.ps1list-system-info.ps1list-tags.ps1list-tasks.ps1list-timezone.ps1list-timezones.ps1list-tiobe-index.ps1list-unused-files.ps1list-updates.ps1list-user-accounts.ps1list-user-groups.ps1list-verbs.ps1list-voices.ps1list-weather.ps1list-wifi.ps1list-window-titles.ps1list-wsl-distros.ps1locate-city.ps1locate-ipaddress.ps1locate-my-phone.ps1locate-zip-code.ps1lock-desktop.ps1log-off.ps1make-install.ps1

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all anagrams of the given word Lists all anagrams of the given word
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the installed apps Lists the installed apps
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the ASCII table Lists the ASCII table
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all automatic variables of PowerShell Lists all automatic variables of PowerShell
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the battery status Lists the battery status
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists BIOS details Lists BIOS details
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists Bluetooth devices Lists Bluetooth devices
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists Git branches Lists Git branches
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the calendar Lists the calendar
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the PowerShell cheat sheet Lists the PowerShell cheat sheet
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the weather of cities world-wide Lists the weather of cities world-wide
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists command-line tools Lists command-line tools
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the contents of the clipboard Lists the contents of the clipboard
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all PowerShell cmdlets Lists all PowerShell cmdlets
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
List coffee prices List coffee prices
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the Git commit statistics Lists the Git commit statistics
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists Git commits Lists Git commits
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all console colors Lists all console colors
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists details of all countries Lists details of all countries
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists CPU details Lists CPU details
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Shows the credits for the PowerShell Scripts Shows the credits for the PowerShell Scripts
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
List crypto rates List crypto rates
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the Windows Defender settings Lists the Windows Defender settings
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists a directory tree Lists a directory tree
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists DNS servers Lists DNS servers
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all drives Lists all drives
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists major earthquakes Lists major earthquakes
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists available Emojis Lists available Emojis
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all empty directories in a directory tree Lists all empty directories in a directory tree
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all empty files in a directory tree Lists all empty files in a directory tree
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all encrypted files in a directory tree Lists all encrypted files in a directory tree
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all environment variables Lists all environment variables
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the exchange rates for a currency Lists the exchange rates for a currency
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all executables in a directory tree Lists all executables in a directory tree
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the Fibonacci numbers Lists the Fibonacci numbers
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all files in a directory tree Lists all files in a directory tree
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the phone calls of the FRITZ!Box device Lists the phone calls of the FRITZ!Box device
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the latest headlines Lists the latest headlines
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all hidden files in a directory tree Lists all hidden files in a directory tree
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the installed languages Lists the installed languages
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all installed PowerShell scripts Lists all installed PowerShell scripts
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the installed software Lists the installed software
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists IPv6 states Lists IPv6 states
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the latest tag on the current branch in a Git repository Lists the latest tag on the current branch in a Git repository
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the latests tags in all Git repositories in a folder Lists the latests tags in all Git repositories in a folder
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists your memo entries Lists your memo entries
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists PowerShell modules Lists PowerShell modules
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists motherboard details Lists motherboard details
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all tables of a MySQL database Lists all tables of a MySQL database
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists network connections Lists network connections
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists network routes Lists network routes
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all network shares of the local computer Lists all network shares of the local computer
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
List the latest news List the latest news
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists NIC details Lists NIC details
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the current NINA warnings Lists the current NINA warnings
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists OS releases and download URL Lists OS releases and download URL
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists OS updates Lists OS updates
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the operating system version Lists the operating system version
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists Outlook's Inbox Lists Outlook's Inbox
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists Outlook's Sent Mails Lists Outlook's Sent Mails
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists random passwords Lists random passwords
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists PI Lists PI
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists random PIN's Lists random PIN's
.DESCRIPTION .DESCRIPTION

@ -1,2 +1,2 @@
powercfg /list powercfg /list
exit 0 # success exit 0 # success

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all print jobs Lists all print jobs
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the printers Lists the printers
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all local computer processes Lists all local computer processes
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the user's PowerShell profiles Lists the user's PowerShell profiles
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the public IP address(es) Lists the public IP address(es)
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all pull requests Lists all pull requests
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists RAM details Lists RAM details
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all read-only files in a directory tree Lists all read-only files in a directory tree
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the content of the recycle bin folder Lists the content of the recycle bin folder
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists Git repos Lists Git repos
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the PowerShell scripts Lists the PowerShell scripts
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the installed services Lists the installed services
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists special folders Lists special folders
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all tables of a SQL server database Lists all tables of a SQL server database
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the submodules in a Git repository Lists the submodules in a Git repository
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists suggestions Lists suggestions
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all system files in a directory tree Lists all system files in a directory tree
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists system information of the local computer Lists system information of the local computer
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all tags in a repository Lists all tags in a repository
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all scheduled tasks Lists all scheduled tasks
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists time zone details Lists time zone details
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all available time zones Lists all available time zones
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the TIOBE index of top programming languages Lists the TIOBE index of top programming languages
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists unused files in a directory tree Lists unused files in a directory tree
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists software updates Lists software updates
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists user accounts Lists user accounts
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the user groups Lists the user groups
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists verbs Lists verbs
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
List installed text-to-speech voices List installed text-to-speech voices
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the weather report Lists the weather report
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists WIFI Lists WIFI
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists window titles Lists window titles
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
& wsl.exe --list --online & wsl.exe --list --online
" " " "
& wsl.exe --status & wsl.exe --status
exit 0 # success exit 0 # success

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Prints the geographic location of a city Prints the geographic location of a city
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Prints the geo location of the given IP address Prints the geo location of the given IP address
.DESCRIPTION .DESCRIPTION

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Opens Google Find My Device Opens Google Find My Device
.DESCRIPTION .DESCRIPTION

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