diff --git a/MeinSkript1.ps1 b/PowerShell/MeinSkript1.ps1 similarity index 60% rename from MeinSkript1.ps1 rename to PowerShell/MeinSkript1.ps1 index 28f40f4..b0677af 100644 --- a/MeinSkript1.ps1 +++ b/PowerShell/MeinSkript1.ps1 @@ -1,2 +1,4 @@ +Write-Host "Ich bin der Krasseste." $process = Get-Process +Start-Sleep -Seconds 5 Write-Host "Aktuell werden $($process.Count) Prozesse ausgeführt." \ No newline at end of file diff --git a/PowerShell/Powershell.odt b/PowerShell/Powershell.odt new file mode 100644 index 0000000..1c1bd93 Binary files /dev/null and b/PowerShell/Powershell.odt differ diff --git a/test.txt b/test.txt deleted file mode 100644 index 25b6906..0000000 Binary files a/test.txt and /dev/null differ