Skip to content

Commit 49072fd

Browse files
committed
Repaired UTF-8 BOM encoding
1 parent b2413ad commit 49072fd

File tree

452 files changed

+458
-457
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

452 files changed

+458
-457
lines changed

scripts/add-firewall-rules.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Adds firewall rules for executables (needs admin rights).
44
.DESCRIPTION

scripts/alert.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Handles and escalates an alert
44
.DESCRIPTION

scripts/build-repo.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Builds a repository
44
.DESCRIPTION

scripts/build-repos.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Builds Git repositories
44
.DESCRIPTION

scripts/cd-autostart.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the user's autostart folder
44
.DESCRIPTION

scripts/cd-crashdumps.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Change to the crash dumps folder
44
.DESCRIPTION

scripts/cd-desktop.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the user's desktop folder
44
.DESCRIPTION

scripts/cd-docs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the documents folder
44
.DESCRIPTION

scripts/cd-downloads.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the user's downloads folder
44
.DESCRIPTION

scripts/cd-dropbox.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the user's Dropbox folder
44
.DESCRIPTION

scripts/cd-etc.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Changes to the /etc directory
44
.DESCRIPTION

scripts/cd-fonts.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the fonts folder
44
.DESCRIPTION

scripts/cd-home.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the user's home folder
44
.DESCRIPTION

scripts/cd-jenkins.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Changes to the Jenkins home directory
44
.DESCRIPTION

scripts/cd-logs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the logs folder
44
.DESCRIPTION

scripts/cd-music.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the user's music folder
44
.DESCRIPTION

scripts/cd-onedrive.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the user's OneDrive folder
44
.DESCRIPTION

scripts/cd-pics.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the user's pictures folder
44
.DESCRIPTION

scripts/cd-public.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the Public folder
44
.DESCRIPTION

scripts/cd-recent.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the 'recent' folder
44
.DESCRIPTION

scripts/cd-recycle-bin.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the recycle bin folder
44
.DESCRIPTION

scripts/cd-repo.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to a repository
44
.DESCRIPTION

scripts/cd-repos.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the user's repos folder
44
.DESCRIPTION

scripts/cd-root.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the root directory
44
.DESCRIPTION

scripts/cd-screenshots.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the user's screenshots folder
44
.DESCRIPTION

scripts/cd-scripts.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the PowerShell scripts folder
44
.DESCRIPTION

scripts/cd-ssh.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the user's SSH folder
44
.DESCRIPTION

scripts/cd-temp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the temporary folder
44
.DESCRIPTION

scripts/cd-templates.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the templates folder
44
.DESCRIPTION

scripts/cd-trash.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the trash folder
44
.DESCRIPTION

scripts/cd-up.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to one level up
44
.DESCRIPTION

scripts/cd-up2.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to two directory levels up
44
.DESCRIPTION

scripts/cd-up3.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to three directory levels up
44
.DESCRIPTION

scripts/cd-up4.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to four directory levels up
44
.DESCRIPTION

scripts/cd-users.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the users directory
44
.DESCRIPTION

scripts/cd-videos.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the user's videos folder
44
.DESCRIPTION

scripts/cd-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Sets the working directory to the Windows directory
44
.DESCRIPTION

scripts/change-wallpaper.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Changes the wallpaper
44
.DESCRIPTION

scripts/check-admin.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Check for admin rights
44
.DESCRIPTION

scripts/check-apps.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Query the app status
44
.DESCRIPTION

scripts/check-bios.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks the BIOS status
44
.DESCRIPTION

scripts/check-cpu.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks the CPU status
44
.DESCRIPTION

scripts/check-credentials.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks credentials
44
.DESCRIPTION

scripts/check-day.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Determines the current day
44
.DESCRIPTION

scripts/check-dns.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Check the DNS resolution
44
.DESCRIPTION

scripts/check-drive-space.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks the drive space
44
.DESCRIPTION

scripts/check-drives.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks the drive space
44
.DESCRIPTION

scripts/check-dusk.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks the time of dusk
44
.DESCRIPTION

scripts/check-easter-sunday.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks the time until Easter Sunday
44
.DESCRIPTION

scripts/check-file-system.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks the file system of a drive (needs admin rights)
44
.DESCRIPTION

scripts/check-file.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks a file
44
.DESCRIPTION

scripts/check-firewall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks the firewall status
44
.DESCRIPTION

scripts/check-gpu.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks the GPU status
44
.DESCRIPTION

scripts/check-hardware.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks the hardware
44
.DESCRIPTION

scripts/check-health.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks the system health
44
.DESCRIPTION

scripts/check-independence-day.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks the time until Independence Day
44
.DESCRIPTION

scripts/check-ipv4-address.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks an IPv4 address for validity
44
.DESCRIPTION

scripts/check-ipv6-address.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks an IPv6 address for validity
44
.DESCRIPTION

scripts/check-iss-position.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks the ISS position
44
.DESCRIPTION

scripts/check-mac-address.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks the given MAC address for validity
44
.DESCRIPTION

scripts/check-midnight.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks for Midnight
44
.DESCRIPTION

scripts/check-month.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Gets the current month name
44
.DESCRIPTION

scripts/check-moon-phase.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks the Moon phase
44
.DESCRIPTION

scripts/check-network.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks the network details
44
.DESCRIPTION
@@ -17,10 +17,10 @@
1717

1818
Write-Host "`n N E T W O R K" -foregroundColor green
1919
& "$PSScriptRoot/list-ip-addresses.ps1"
20+
& "$PSScriptRoot/ping-local-hosts.ps1"
2021
& "$PSScriptRoot/list-ssh-key.ps1"
2122
& "$PSScriptRoot/ping-remote-hosts.ps1"
2223
& "$PSScriptRoot/check-firewall"
2324
& "$PSScriptRoot/check-dns.ps1"
2425
& "$PSScriptRoot/check-vpn.ps1"
25-
& "$PSScriptRoot/ping-local-hosts.ps1"
2626
exit 0 # success

0 commit comments

Comments
 (0)