This PowerShell script lists the latest news by using a RSS (Really Simple Syndication) feed.
RSS_URL Specifies the URL to the RSS feed (Yahoo World News by default)
maxLines Specifies the maximum number of lines to list (24 by default)
speed Specifies the speed to write the text (10 ms by default)
PS> ./list-news.ps1UTC HEADLINES (source: https://www.yahoo.com/news/world)--- ---------09:15 Deadly Mediterranean wildfires kill more than 40...Author: Markus Fleschutz | License: CC0
This PowerShell script lists all network shares (aka "shared folders") of the local computer.
PS> ./list-network-shares.ps1✅ Shared folder \\LAPTOP\Public -> D:\Public ("Public folder for file transfer")Author: Markus Fleschutz | License: CC0
This PowerShell script queries all local IP address information and prints it.
PS> ./list-local-ip.ps1✅ Local Ethernet IP 192.168.178.21/24, 2003:f2:670b:e700:31e5:de86:b7cd:4e45Author: Markus Fleschutz | License: CC0
This PowerShell script lists the latest tag in a local Git repository.
RepoDir Specifies the path to the local repository (current working dir by default)
PS> ./list-latest-tag.ps1 C:\MyRepo✅ Tag 'v1.0' at commit 4833ecbf1457dc86ad7f4d6e3 ('Version 1.0 released')Author: Markus Fleschutz | License: CC0
This PowerShell script lists the state of IPv6 on all network interfaces of the local computer.
PS> ./list-ipv6.ps1Name Enabled---- -------Ethernet TruevEthernet (WSL) TrueBluetooth Network Connection TrueAuthor: Markus Fleschutz | License: CC0
This PowerShell script queries all public IP address information and prints it.
PS> ./list-internet-ip.ps1✅ Internet IP 185.72.229.161, 2003:f2:6128:fd01:e543:601:30c2:a028 near Munich, GermanyAuthor: Markus Fleschutz | License: CC0
This PowerShell script lists the installed software (except Windows Store apps).
PS> ./list-installed-software.ps1DisplayName DisplayVersion InstallDate----------- -------------- -----------CrystalDiskInfo 9.1.1 9.1.1 20230718...Author: Markus Fleschutz | License: CC0
This PowerShell script lists all installed PowerShell scripts.
PS> ./list-installed-scripts.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script lists the installed languages.
PS> ./list-installed-languages.ps1Tag Autonym English Spellchecking Handwriting--- ------- ------- ------------- -----------de-DE Deutsch (Deutschland) German True FalseAuthor: Markus Fleschutz | License: CC0