{"id":14980465,"url":"https://github.com/ishu3101/psmarkdown","last_synced_at":"2025-10-29T00:30:32.684Z","repository":{"id":52627532,"uuid":"46823386","full_name":"ishu3101/PSMarkdown","owner":"ishu3101","description":"Powershell Module to convert from a PowerShell object to a Markdown table and back","archived":false,"fork":false,"pushed_at":"2021-04-22T20:17:22.000Z","size":13,"stargazers_count":24,"open_issues_count":3,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T20:11:26.538Z","etag":null,"topics":["markdown","powershell","powershell-core","powershell-modules"],"latest_commit_sha":null,"homepage":"","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/ishu3101.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}},"created_at":"2015-11-24T22:44:43.000Z","updated_at":"2025-01-07T11:17:07.000Z","dependencies_parsed_at":"2022-08-21T22:01:25.949Z","dependency_job_id":null,"html_url":"https://github.com/ishu3101/PSMarkdown","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/ishu3101%2FPSMarkdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishu3101%2FPSMarkdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishu3101%2FPSMarkdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishu3101%2FPSMarkdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ishu3101","download_url":"https://codeload.github.com/ishu3101/PSMarkdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238743913,"owners_count":19523201,"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":["markdown","powershell","powershell-core","powershell-modules"],"created_at":"2024-09-24T14:01:48.859Z","updated_at":"2025-10-29T00:30:32.357Z","avatar_url":"https://github.com/ishu3101.png","language":"PowerShell","readme":"# PSMarkdown\nA Powershell Module that lets you convert from a PowerShell object to a Markdown table and back.\n\n## Table of Contents\n\n* [Install](#install)\n* [Getting Started](#getting-started)\n* [Get Help](#get-help)\n* [Commands](#commands)\n\t* [ConvertTo-Markdown](#convertto-markdown)\n\t* [ConvertFrom-Markdown](#convertfrom-markdown)\n* [Credit](#credit)\n* [License](#license)\n\n## Install\n\nThere are two ways to install this module. If you are running PowerShell v5\n\n```powershell \nInstall-Module PSMarkdown\n```\n\nOtherwise, to install in your personal modules folder (e.g. ~\\Documents\\WindowsPowerShell\\Modules), run:\n\n```powershell\niex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/ishu3101/PSMarkdown/master/Install.ps1')\n```\n\n## Getting Started\n\nTo start using, just import the module using\n\n```powershell\nImport-Module PSMarkdown\n```\n\nAfter installation, the following commands are available: `ConvertTo-Markdown, ConvertFrom-Markdown`\n\n## Get Help\n\n* List of all available commands\n\n    ```powershell\n\tGet-Command -Module PSMarkdown\n    ```\n\n* Help for a specific command.\n\n    ```powershell\n\tGet-Help \u003ccommand\u003e\n    ```\n\n## Commands\n\n***For more detailed information about a command use the help***\n\n### ConvertTo-Markdown\nConverts a PowerShell object to a Markdown table.\n\n#### Usage\n```powershell\nConvertTo-Markdown [-InputObject] \u003cPSObject[]\u003e [\u003cCommonParameters\u003e]\n```\n\n#### Example\n\n```powershell\nGet-Process | Where-Object {$_.mainWindowTitle} | Select-Object ID, Name, Path, Company | ConvertTo-Markdown\n```\n\n```powershell\nConvertTo-Markdown (Get-Date)\n```\n\n```powershell\nGet-Alias | Select-Object Name, DisplayName | ConvertTo-Markdown\n```\n\n### ConvertFrom-Markdown\nConverts a Markdown table to a PowerShell object.\n\n#### Usage\n```powershell\nConvertFrom-Markdown [-InputObject] \u003cObject\u003e [\u003cCommonParameters\u003e]\n```\n\n#### Example\n\n```powershell\nGet-Service | Select-Object Name, DisplayName, Status | ConvertTo-Markdown | ConvertFrom-Markdown\n```\n\n```powershell\nGet-Process | Unique | Select-Object Name, Path, Company | ConvertTo-Markdown | ConvertFrom-Markdown\n```\n\n```powershell\nConvertTo-Markdown (Get-Service | Where-Object {$_.Status -eq \"Running\"} | Select-Object Name, DisplayName, Status) | ConvertFrom-Markdown\n```\n\n## Credit\n\nThanks [Ben Neise](https://github.com/GuruAnt) for the initial code for [ConvertTo-Markdown](https://gist.github.com/GuruAnt/4c837213d0f313715a93) function\n\n## License\n\nPSMarkdown is released under the MIT license. See [LICENSE](LICENSE) for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishu3101%2Fpsmarkdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishu3101%2Fpsmarkdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishu3101%2Fpsmarkdown/lists"}