mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-24 15:49:02 +01:00
Added a special header
This commit is contained in:
parent
e70824776f
commit
ddec5bd465
@ -1,4 +1,5 @@
|
|||||||
##################################################################
|
#!/snap/bin/powershell
|
||||||
|
##################################################################
|
||||||
# #
|
# #
|
||||||
# Written by: Ryan Waters #
|
# Written by: Ryan Waters #
|
||||||
# #
|
# #
|
||||||
@ -280,4 +281,4 @@ Else
|
|||||||
{
|
{
|
||||||
write-host "You did not enter a valid option. Please re-run Get-Dump.ps1"
|
write-host "You did not enter a valid option. Please re-run Get-Dump.ps1"
|
||||||
start-sleep -s 5
|
start-sleep -s 5
|
||||||
}
|
}
|
||||||
|
1
Scripts/init_git.ps1
Normal file → Executable file
1
Scripts/init_git.ps1
Normal file → Executable file
@ -1,3 +1,4 @@
|
|||||||
|
#!/snap/bin/powershell
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/snap/bin/powershell
|
||||||
|
#
|
||||||
# PowerShell Script to Create a New Password
|
# PowerShell Script to Create a New Password
|
||||||
# ------------------------------------------
|
# ------------------------------------------
|
||||||
# Author: Markus Fleschutz
|
# Author: Markus Fleschutz
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/snap/bin/powershell
|
||||||
|
#
|
||||||
# PowerShell Script to Create New Passwords
|
# PowerShell Script to Create New Passwords
|
||||||
# -----------------------------------------
|
# -----------------------------------------
|
||||||
# Author: Markus Fleschutz
|
# Author: Markus Fleschutz
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/snap/bin/powershell
|
||||||
|
#
|
||||||
# PowerShell Script to Shutdown the Local Computer
|
# PowerShell Script to Shutdown the Local Computer
|
||||||
# ------------------------------------------------
|
# ------------------------------------------------
|
||||||
# Author: Markus Fleschutz
|
# Author: Markus Fleschutz
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/snap/bin/powershell
|
||||||
|
#
|
||||||
# PowerShell Script to Reboot the Local Computer
|
# PowerShell Script to Reboot the Local Computer
|
||||||
# ----------------------------------------------
|
# ----------------------------------------------
|
||||||
# Author: Markus Fleschutz
|
# Author: Markus Fleschutz
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/snap/bin/powershell
|
||||||
|
#
|
||||||
# PowerShell Script for Text-To-Speech (TTS)
|
# PowerShell Script for Text-To-Speech (TTS)
|
||||||
# ------------------------------------------
|
# ------------------------------------------
|
||||||
# Author: Markus Fleschutz
|
# Author: Markus Fleschutz
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/snap/bin/powershell
|
||||||
|
#
|
||||||
# PowerShell Script for Testing
|
# PowerShell Script for Testing
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
# Author: Markus Fleschutz
|
# Author: Markus Fleschutz
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/snap/bin/powershell
|
||||||
|
#
|
||||||
# PowerShell Script for Translating Texts
|
# PowerShell Script for Translating Texts
|
||||||
# ---------------------------------------
|
# ---------------------------------------
|
||||||
# Author: Markus Fleschutz
|
# Author: Markus Fleschutz
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/snap/bin/powershell
|
||||||
|
#
|
||||||
# PowerShell Script to Convert Text to Audio WAV files
|
# PowerShell Script to Convert Text to Audio WAV files
|
||||||
# ----------------------------------------------------
|
# ----------------------------------------------------
|
||||||
# Author: Markus Fleschutz
|
# Author: Markus Fleschutz
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/snap/bin/powershell
|
||||||
|
#
|
||||||
# PowerShell Script to Wake-up Other Computers
|
# PowerShell Script to Wake-up Other Computers
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
# Author: Markus Fleschutz
|
# Author: Markus Fleschutz
|
||||||
|
Loading…
Reference in New Issue
Block a user