About 27,600 results
Open links in new tab
  1. View full history for powershell, not just current session

    Feb 17, 2019 · 34 Powershell now handily remembers history from previous sessions, and I can get to earlier commands simply by using the up-arrow. What I would like though is to be able …

  2. Windows PowerShell - How to view commands history date/time

    Nov 14, 2015 · I want to list entered commands in Windows PowerShell with their respective timestamps. How can I do it with Get-History command? Also if that isn't doable then please …

  3. windows - Does PowerShell save a persistent history of all …

    Dec 19, 2024 · Does PowerShell save a persistent history of all commands/output when PSReadLine isn't installed, and if so where is this history stored?

  4. Get history all commands run as Administrator in Windows …

    Mar 29, 2023 · Get history all commands run as Administrator in Windows Powershell Ask Question Asked 2 years, 8 months ago Modified 2 years, 7 months ago

  5. Selectively remove command history of Windows Terminal

    Oct 31, 2022 · The command history in Windows Terminal is managed by whatever shell application you are using in it. You don't mention which shell you are using, but here are a few …

  6. Gather complete, historical Windows Update history in PowerShell ...

    Jul 16, 2021 · Gather complete, historical Windows Update history in PowerShell Ask Question Asked 4 years, 5 months ago Modified 1 year, 10 months ago

  7. Prevent certain commands from being logged by history in …

    Feb 6, 2023 · In bash, if you don't want some chore commands to be remembered by history, for instance dir or cd.. or h, you can put them in HISTIGNORE. Is this possible in powershell?

  8. Powershell history isn't persistent anymore - Super User

    Apr 23, 2022 · Powershell stopped using its persistent history (Windows 11). When I start a new Powershell instance commands from previous sessions don't show up. Once I use commands …

  9. Does F7 not work in Powershell 7 to show command history?

    Apr 15, 2022 · Select a history entry and press Enter, and PowerShell will put it on the command line for editing. Source Make Command-History Pop-Up work via F7 in Windows 10 …

  10. Powershell persistent history in the ISE - Super User

    Jul 10, 2020 · In a Powershell prompt I have persistent history across sessions (see this related question). But when I launch the Powershell ISE, I do not have access to that same history, …