mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-21 17:38:19 +02:00
Merge branch 'master' of https://github.com/fleschutz/PowerShell
This commit is contained in:
commit
cf528d3093
11
README.md
11
README.md
@ -1,17 +1,18 @@
|
|||||||
Collection of PowerShell Scripts
|
Collection of Useful PowerShell Scripts
|
||||||
================================
|
=======================================
|
||||||
|
|
||||||
Useful cross-platform PowerShell scripts, to be used on the command-line (CLI) or by automation software like Jenkins.
|
Useful cross-platform PowerShell scripts, to be used on the command-line (CLI) or by automation software like Jenkins.
|
||||||
|
|
||||||
PowerShell Scripts
|
Scripts Explained
|
||||||
------------------
|
-----------------
|
||||||
* **SHA2556.ps1** - prints the SHA256 checksum of the given file
|
* **SHA256.ps1** - prints the SHA256 checksum of the given file
|
||||||
* **password.ps1** - generates and prints a single new password
|
* **password.ps1** - generates and prints a single new password
|
||||||
* **passwords.ps1** - generates and prints a list of new passwords
|
* **passwords.ps1** - generates and prints a list of new passwords
|
||||||
* **poweroff.ps1** - halts the local computer, administrator rights might be needed
|
* **poweroff.ps1** - halts the local computer, administrator rights might be needed
|
||||||
* **train_dns_cache.ps1** - trains the DNS cache with frequently used domain names
|
* **train_dns_cache.ps1** - trains the DNS cache with frequently used domain names
|
||||||
* **reboot.ps1** - reboots the local computer, administrator rights might be needed
|
* **reboot.ps1** - reboots the local computer, administrator rights might be needed
|
||||||
* **speak.ps1** - speaks the given text
|
* **speak.ps1** - speaks the given text
|
||||||
|
* **test.ps1** - simple test script
|
||||||
* **translate.ps1** - translates the given text
|
* **translate.ps1** - translates the given text
|
||||||
* **txt2wav.ps1** - converts text into a audio .WAV file
|
* **txt2wav.ps1** - converts text into a audio .WAV file
|
||||||
* **wakeup.ps1** - sends a magic packet to the given computer, waking him up
|
* **wakeup.ps1** - sends a magic packet to the given computer, waking him up
|
||||||
|
Loading…
Reference in New Issue
Block a user