Über Function “prompt” – in $PSHome\Profile.ps1 (alle User) oder $Home\Documents\WindowsPowershell\Profile.ps1 (aktueller User) gepackt für automatische Aktivierung: function prompt { return “[$([System.DateTime]::Now.ToString(“yyyy-MM-dd HH:mm:ss”))] $(Get-Location)> “} Wenn …