Added list-profile.ps1

This commit is contained in:
Markus Fleschutz
2021-02-24 07:35:59 +01:00
parent d0de5af787
commit 4d8e3d6bbe
4 changed files with 35 additions and 7 deletions

View File

@ -53,9 +53,10 @@ list-news.ps1, lists the latest news
list-os-releases.ps1, lists OS releases and download URL
list-printers.ps1, lists all printer known to the computer
list-processes.ps1, lists the local computer processes
list-profile.ps1, lists your PowerShell profile file
list-random-passwords.ps1, prints a list of random passwords
list-random-pins.ps1, prints a list of random PIN's
list-scripts.ps1, lists the PowerShell scripts in this repository
list-scripts.ps1, lists all PowerShell scripts in this repository
list-timezones.ps1, lists all time zones available
list-user-groups.ps1, lists the user groups on the local computer
locate-city.ps1, prints the geographic location of the given city

1 Script Description
53 list-os-releases.ps1 lists OS releases and download URL
54 list-printers.ps1 lists all printer known to the computer
55 list-processes.ps1 lists the local computer processes
56 list-profile.ps1 lists your PowerShell profile file
57 list-random-passwords.ps1 prints a list of random passwords
58 list-random-pins.ps1 prints a list of random PIN's
59 list-scripts.ps1 lists the PowerShell scripts in this repository lists all PowerShell scripts in this repository
60 list-timezones.ps1 lists all time zones available
61 list-user-groups.ps1 lists the user groups on the local computer
62 locate-city.ps1 prints the geographic location of the given city