{"id":17,"date":"2011-10-06T21:32:48","date_gmt":"2011-10-06T21:32:48","guid":{"rendered":"http:\/\/powershell.erichcottom.com\/?p=17"},"modified":"2011-10-06T21:32:48","modified_gmt":"2011-10-06T21:32:48","slug":"list-of-all-commands","status":"publish","type":"post","link":"https:\/\/powershell.erichcottom.com\/?p=17","title":{"rendered":"List of all Commands"},"content":{"rendered":"<p>Just typing <code>Get-Command<\/code> will give you a full list of cmdlets (PowerShell commands), alias, and functions.\u00a0 Typing <code>Get-Command -CommandType All<\/code> or <code>Get-Command *<\/code> will give you a list of all commands including .EXEs in the path and .DLLs<\/p>\n<p><code>Get-Help<\/code> is a cmdlet that give you a detailed description of how to use cmdlets, functions, providers, alias, and anything else that has a help file.\u00a0 <code>Get-Help *<\/code> will give you a list of all help files and <code>Get-Help -Category HelpFile<\/code> will get you all of the about_ files that describe how PowerShell works.<\/p>\n<p><code>man <\/code>is an alias to <code>Get-Help<\/code> which makes getting help quicker and more familiar to Linux users.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Just typing Get-Command will give you a full list of cmdlets (PowerShell commands), alias, and functions.\u00a0 Typing Get-Command -CommandType All or Get-Command * will give you a list of all commands including .EXEs in the path and .DLLs Get-Help is &hellip; <a href=\"https:\/\/powershell.erichcottom.com\/?p=17\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18,7,9],"tags":[19,20,21],"class_list":["post-17","post","type-post","status-publish","format-standard","hentry","category-linux-commands","category-powershell","category-tips","tag-get-command","tag-get-help","tag-man"],"_links":{"self":[{"href":"https:\/\/powershell.erichcottom.com\/index.php?rest_route=\/wp\/v2\/posts\/17","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/powershell.erichcottom.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/powershell.erichcottom.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/powershell.erichcottom.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/powershell.erichcottom.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=17"}],"version-history":[{"count":3,"href":"https:\/\/powershell.erichcottom.com\/index.php?rest_route=\/wp\/v2\/posts\/17\/revisions"}],"predecessor-version":[{"id":21,"href":"https:\/\/powershell.erichcottom.com\/index.php?rest_route=\/wp\/v2\/posts\/17\/revisions\/21"}],"wp:attachment":[{"href":"https:\/\/powershell.erichcottom.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=17"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/powershell.erichcottom.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=17"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/powershell.erichcottom.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=17"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}