This PowerShell script lists all system devices connected to the local computer.
PS> ./list-system-devices.ps1FriendlyName Status InstanceId------------ ------ ----------Microsoft-Controller OK ROOT\SPACEPORT\0000...Author: Markus Fleschutz | License: CC0
This PowerShell script lists "Did you mean?" suggestions from Google.
text Specifies the word or sentence to get suggestions for.
PS> ./list-suggestions.ps1 Joejoe bidenjoe cocker...Author: Markus Fleschutz | License: CC0
This PowerShell script lists the submodules in the given Git repository.
RepoDir Specifies the path to the repository (current working directory by default)
PS> ./list-submodules.ps1 C:\MyRepoAuthor: Markus Fleschutz | License: CC0
This PowerShell script lists the user's public SSH key.
PS> ./list-ssh-key.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script lists all special folders (sorted alphabetically).
PS> ./list-special-folders.ps1Folder Name Folder Path----------- -----------AdminTools 📂C:\Users\Markus\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools...Author: Markus Fleschutz | License: CC0
This PowerShell script lists all services installed on the local computer.
PS> ./list-services.ps1Status Name DisplayName------ ---- -----------Running AarSvc_886c2 Agent Activation Runtime_886c2...Author: Markus Fleschutz | License: CC0
This PowerShell script lists all SCSI devices connected to the local computer.
PS> ./list-scsi-devices.ps1FriendlyName Status InstanceId------------ ------ ----------Microsoft-Controller OK ROOT\SPACEPORT\0000...Author: Markus Fleschutz | License: CC0
This PowerShell script lists the content of the recycle bin folder.
PS> ./list-recycle-bin.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script scans a directory tree and lists all read-only files.
path Specifies the path to the directory tree (current working dir by default)
PS> ./list-read-only-files.ps1 C:\Windows...✅ Found 107 read-only files within 📂C:\Windows in 50 secAuthor: Markus Fleschutz | License: CC0
This PowerShell script lists the details of the installed RAM.
PS> ./list-ram.ps1__GENUS : 2__CLASS : Win32_PhysicalMemory...Author: Markus Fleschutz | License: CC0