Skip to main content

Recently Updated Pages

Folder

Powershell

#Erstellt Unterordner im aktuellen Verzeichnisparam([String] $folderName)$exitCode = ":q" if ( -...

Updated 4 years ago by Alois

InputSample

Powershell

param([Parameter(Mandatory=$true, Position=0)] [String] $userName,[Parameter(Mandatory=$true, Pos...

Updated 4 years ago by Alois

Choice 2

Powershell

param([String] $userName,[String] $passWord) $title = 'something'$question = 'Are you sure you w...

Updated 4 years ago by Alois

Choice1

Powershell

    function OutputError([string]$errorMessage){Write-Host $errorMessage -ForegroundColor RedRe...

Updated 4 years ago by Alois

NT-Accounts

Powershell

Write-Host "Create NT-Accounts" $admin = @("ACCOUNTNAME")$serviceAccounts = @("SERVICENAME") $P...

Updated 4 years ago by Alois

Quick And Dirty

Powershell

function OutputError([string]$errorMessage){Write-Host $errorMessage -ForegroundColor Red} $err ...

Updated 4 years ago by Alois

Powershell

Programmierung

  Datenbank - Tools offline installs of dbatools – dbatools   Get-SqlLogin -ServerInstance ...

Updated 4 years ago by Alois

Quick And Dirty

Programmierung Docker

Visual Studio-Containertools unter Windows - Visual Studio | Microsoft Docs https://docs.microso...

Updated 4 years ago by Alois

Private Registry - Build

Docker Quick And Dirty

https://github.com/StefanScherer/dockerfiles-windows/blob/main/registry/Dockerfile dockerfile F...

Updated 4 years ago by Alois

Private Registry - Search

Docker Quick And Dirty

  http://registry:5000/v2/_catalog

Updated 4 years ago by Alois

Private Registry - Push

Docker Quick And Dirty

https://docs.docker.com/engine/reference/commandline/push/ Docker PushBeschreibungPush endert ei...

Updated 4 years ago by Alois

Reset - Last

GIT Reset

However, just in case it happens, don’t worry, there’s a remedy. Type the following command: $ g...

Updated 4 years ago by Alois

Reset - Hard

GIT Reset

#pull der Daten vom zentralen Repository erzwingengit fetch --allgit reset --hard origin/mastergi...

Updated 4 years ago by Alois

WSL2

Docker Quick And Dirty

https://code.visualstudio.com/blogs/2020/03/02/docker-in-wsl2 https://docs.microsoft.com/de-de/w...

Updated 4 years ago by Alois

Install Docker ee

Docker Quick And Dirty

Manuellhttp://man.hubwiz.com/docset/Docker.docset/Contents/Resources/Documents/docs.docker.com/in...

Updated 4 years ago by Alois

Create Registry

Docker Quick And Dirty

rem docker run -d -p 5000:5000 --restart=always --name registry -v D:/DockerRegistry:/var/lib/reg...

Updated 4 years ago by Admin