Skip to content

Instantly share code, notes, and snippets.

@schittli
schittli / Download-Tom-Chocolatey-Tools.ps1
Last active August 10, 2022 17:33
Download-Tom-Chocolatey-Tools.ps1 #PowerShell #Choco
# Important:
# Obsolete. The latest version is here:
# https://gitlab.com/jig-opensource/source-code/scripts/-/tree/main/PowerShell/Chocolatey
# Downloads Tom-Chocolatey-Tools.ps1
# from GitLab into the current Dir
#
#
#
@schittli
schittli / Tom-Chocolatey-Tools.ps1
Last active August 14, 2022 13:31
Tom-Chocolatey-Tools.ps1 #PowerShell #Choco
# Funktionen für
# Chocolatey, Choco
# Nuget Packages
# BoxStarter
#
#
# Download / In die aktuelle PS Session laden
# •••••••••••••••••••••••••••••••••••••••••••
# $UrlTools = 'https://gitlab.com/jig-opensource/source-code/chocolatey/-/raw/main/Tom-Chocolatey-Tools.ps1'
#
@schittli
schittli / Update-LibGist-Files.ps1
Last active February 6, 2022 16:46
LibGist: Update-LibGist-Files.ps1 #PowerShell #LibGist
# Aktualisiert alle im aktuellen Dir gefundenen LibGist Files
# oder im angegebenen Zielverzeichnis
#
# Wenn im Zielverzeichnis keine LibGist Files vorhanden sind
# dann werden alle heruntergeladen
#
#
# Das Script-Dir aktualisieren
# c:\Scripts\PowerShell\-Gist\Update-LibGist-Files.ps1 -UpdateScriptDir
#
@schittli
schittli / !M LibGist - Tom's Notizen.txt
Last active February 6, 2022 16:48
LibGist: LibGist - Tom's Notizen.txt #PowerShell #LibGist
Getting started
Die lokale Kopie der LibGists aktualisieren
cd D:\Daten\DLs\= Youtube
c:\Scripts\PowerShell\-Gist\Update-LibGist-Files.ps1 -UpdateWorkingDir
Die Files in: c:\Scripts\PowerShell\-Gist\
aktualisieren
@schittli
schittli / Ex-LibGist-Usage.ps1
Last active February 6, 2022 15:10
LibGist: Ex-LibGist-Usage.ps1 #PowerShell #LibGist
# Beispiel Script,
# um LibGist Funktionen einzubinen
#
# 001, 220127, tom@jig.ch
#
Param(
[Switch]$LibGistForceUpdate
)
@schittli
schittli / LibGist-Use-Gists.ps1
Last active April 9, 2023 21:17
LibGist: Use-Gists.ps1 #PowerShell #LibGist
# Funktionen, um LibGists zu nützen:
# • LibGist-Update-GistFiles
# Aktualisiert die LibGists alle (per default) 30 Tage
#
# • LibGist-Load-Gists
# Bindet die LibGists in ein Script ein
#
# • LibGist-List-Files
# Listet die verfügbaren LibGist Files
#
@schittli
schittli / LibGist-TomBasicFuncs.ps1
Last active April 9, 2023 21:16
LibGist: TomsBasicFuncs.ps1 #PowerShell #LibGist
# Basic PowerShell Funktionen
# Werden automatisch mit LibGist-Update-Gists.ps1 aktuell gehalten
#
# 001, 220126, Gist@jig.ch
# 002, 220129
# 003, 220130
# 004, 220205
# 003, 230409
# Funktionen ergänzt
@schittli
schittli / LibGist-Get-Gist.ps1
Last active April 9, 2023 21:16
LibGist: Get-Gist.ps1 #PowerShell #LibGist
# Lädt Gists herunter
# !9 Der Download wird nur gestartet,
# Wenn die lokale Kopie veraltet ist
#
# -force forciert den Download
#
# Ex
#
# List
# Alle public Gists von schittli
@schittli
schittli / KH - Gist.md
Last active September 28, 2019 08:44
KH Gist #github