Change to UTF-8 BOM

This commit is contained in:
Markus Fleschutz 2023-10-31 12:20:46 +01:00
parent cfc3b82846
commit 2077f676cf
65 changed files with 66 additions and 72 deletions

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Disables IPv6 (requires admin rights) Disables IPv6 (requires admin rights)
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Disconnects the VPN Disconnects the VPN
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Downloads a folder (including subfolders) from an URL Downloads a folder (including subfolders) from an URL
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Downloads a file from an URL Downloads a file from an URL
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Opens an editor to edit a file Opens an editor to edit a file
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Enables the writing of crash dumps Enables the writing of crash dumps
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Enables the god mode Enables the god mode
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Enables IPv6 Enables IPv6
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Encrypts a file Encrypts a file
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Enters a chat using a common network shared file Enters a chat using a common network shared file
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Exports all scripts as manuals Exports all scripts as manuals
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Fetches Git repository updates Fetches Git repository updates
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Fetches updates into Git repos Fetches updates into Git repos
.DESCRIPTION .DESCRIPTION

View File

@ -1,22 +1,16 @@
<#
<#
.SYNOPSIS .SYNOPSIS
firefox installer firefox installer
.DESCRIPTION .DESCRIPTION
Download and install latest firefox Download and install latest firefox
.EXAMPLE .EXAMPLE
PS> ./firefox-installer.ps1 PS> ./firefox-installer.ps1
.LINK .LINK
https://github.com/pakoti/Awesome_Sysadmin https://github.com/pakoti/Awesome_Sysadmin
.NOTES .NOTES
Author: Dark Master | License: CC0-1,0 Author: Dark Master | License: CC0-1,0
#> #>
try { try {
$StopWatch = [system.diagnostics.stopwatch]::startNew() $StopWatch = [system.diagnostics.stopwatch]::startNew()

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Prints the MD5 checksum of a file Prints the MD5 checksum of a file
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Prints the SHA1 checksum of a file Prints the SHA1 checksum of a file
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Prints the SHA256 checksum of a file Prints the SHA256 checksum of a file
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Hibernates the computer Hibernates the computer
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Prints basic information of an executable file Prints basic information of an executable file
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Audacity Installs Audacity
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs basic apps Installs basic apps
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs basic Linux snaps Installs basic Linux snaps
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Calibre server (needs admin rights) Installs Calibre server (needs admin rights)
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Chocolatey (needs admin rights) Installs Chocolatey (needs admin rights)
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Chrome Installs Chrome
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs CrystalDiskInfo Installs CrystalDiskInfo
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs CrystalDiskMark Installs CrystalDiskMark
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Discord Installs Discord
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Microsoft Edge Installs Microsoft Edge
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs evcc Installs evcc
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Mozilla Firefox Installs Mozilla Firefox
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Git Extensions Installs Git Extensions
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Git for Windows Installs Git for Windows
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs GitHub CLI Installs GitHub CLI
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs IrfanView Installs IrfanView
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Knot Resolver (needs admin rights) Installs Knot Resolver (needs admin rights)
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Microsoft Teams Installs Microsoft Teams
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Netflix Installs Netflix
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs 9 ZIP Installs 9 ZIP
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs OBS Studio (needs admin rights) Installs OBS Studio (needs admin rights)
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@

try { try {
"⏳ Installing OctoPrint (snap 'octoprint-pfs', channel 'edge')..." "⏳ Installing OctoPrint (snap 'octoprint-pfs', channel 'edge')..."

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs One Calendar Installs One Calendar
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Opera Browser Installs Opera Browser
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Opera GX Installs Opera GX
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Paint 3D Installs Paint 3D
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Microsoft Powertoys Installs Microsoft Powertoys
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.Synopsis .Synopsis
Install PowerShell on Windows, Linux or macOS. Install PowerShell on Windows, Linux or macOS.
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Rufus Installs Rufus
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs signal-cli Installs signal-cli
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Skype Installs Skype
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Spotify Installs Spotify
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs a SSH client (needs admin rights) Installs a SSH client (needs admin rights)
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs a SSH server (needs admin rights) Installs a SSH server (needs admin rights)
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Thunderbird Installs Thunderbird
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Twitter Installs Twitter
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Unbound server (needs admin rights) Installs Unbound server (needs admin rights)
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs software updates Installs software updates
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Visual Studio Code Installs Visual Studio Code
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Vivaldi Installs Vivaldi
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs VLC Installs VLC
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Windows Terminal Installs Windows Terminal
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Windows Subsystem for Linux (needs admin rights) Installs Windows Subsystem for Linux (needs admin rights)
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs Zoom Installs Zoom
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Introducing PowerShell Introducing PowerShell
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all PowerShell aliases Lists all PowerShell aliases
.DESCRIPTION .DESCRIPTION