1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-06 23:50:09 +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
Lists all anagrams of the given word
.DESCRIPTION

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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