{"id":18048128,"url":"https://github.com/startautomating/powerhistory","last_synced_at":"2025-04-10T09:50:20.093Z","repository":{"id":80535900,"uuid":"244554986","full_name":"StartAutomating/PowerHistory","owner":"StartAutomating","description":"PowerShell History Made More Powerful","archived":false,"fork":false,"pushed_at":"2020-03-03T06:16:55.000Z","size":16,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T08:46:10.778Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StartAutomating.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-03T06:02:25.000Z","updated_at":"2024-12-31T00:00:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c45a3b8-f447-435e-bbda-0bb56dae3d6d","html_url":"https://github.com/StartAutomating/PowerHistory","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPowerHistory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPowerHistory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPowerHistory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPowerHistory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StartAutomating","download_url":"https://codeload.github.com/StartAutomating/PowerHistory/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248197470,"owners_count":21063619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-30T20:11:41.923Z","updated_at":"2025-04-10T09:50:20.069Z","avatar_url":"https://github.com/StartAutomating.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿PowerHistory adds additional features to PowerShell's history.\n\nIt adds useful information about any history item,\nand allows you to add extra properties to any history item. \n\n### Installing PowerHistory\n\nYou can clone the PowerHistory repository or Install PowerHistory from the PowerShell Gallery:\n\n~~~\nInstall-Module PowerHistory -Scope CurrentUser\n~~~\n\n### Using PowerHistory\n\nYou can use PowerHistory just like Get-History:\n~~~\nGet-PowerHistory # Gets all history items\n~~~\n\nYou can also do some more nifty tricks, like find items in history that use a module, command, or variable:\n\n~~~\nGet-PowerHistory -Module PowerHistory # Gets previous uses of commands from PowerHistory\n\nGet-PowerHistory -Command Get-PowerHistory # Gets previous runs of Get-PowerHistory\n\nGet-PowerHistory -Variable MyVariable # Gets previous uses of $MyVariable \n~~~\n\n\n### Tracing to the history\n\nYou can store command output in a PowerHistory entry with any given -Name (defaulting to Output), and add additional -Properties or -Tags\n\n~~~\nGet-Process | Trace-PowerHistory -Name ActiveProcesses -Property @{TimeStamp=[DateTime]::Now} -Tag Processes\n~~~\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstartautomating%2Fpowerhistory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstartautomating%2Fpowerhistory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstartautomating%2Fpowerhistory/lists"}