All public logs

Jump to navigation Jump to search

Combined display of all available logs of Utopia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:52, 12 May 2023 Locke talk contribs created page PowerShell (Created page with " == Allgemein == * Powershell ist seeeeehr inkonsistent was die Versionen angeht.... == Commands == '''ArrayList''' $files = New-Object System.Collections.ArrayList      $files.Add("C:\hallo.txt") '''For Schleife''' for ($i=1; $i -lt 10; $i++) {     Write-Host "$i"     } '''Foreach Schleife''' $files = Get-ChildItem -Recurse -Path "$path" foreach ($file in $files) { Write-Host "$file" } '''Functions''' function sagHallo($name) { ...") Tag: Visual edit