Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Guides
Programming Guides & Questions
An Easy Way to Learn PowerShell Commands
Message
<blockquote data-quote="ForgottenSeer 95367" data-source="post: 1005688"><p>Study the PowerShell help system by viewing:</p><p></p><p>[ICODE]Help Get-Help[/ICODE]</p><p></p><p>It is prudent to study the subject matter provided under "RELATED LINKS."</p><p></p><p>To quickly search for aliases, functions and cmdlets containing key words use the following cmdlet:</p><p></p><p>[ICODE]Get-Command *insert key_word here*[/ICODE]</p><p></p><p>Examples:</p><p></p><p>[ICODE]Get-Command *Firewall*</p><p>Get-Command *Module*</p><p>Get-Command *Log*[/ICODE]</p></blockquote><p></p>
[QUOTE="ForgottenSeer 95367, post: 1005688"] Study the PowerShell help system by viewing: [ICODE]Help Get-Help[/ICODE] It is prudent to study the subject matter provided under "RELATED LINKS." To quickly search for aliases, functions and cmdlets containing key words use the following cmdlet: [ICODE]Get-Command *insert key_word here*[/ICODE] Examples: [ICODE]Get-Command *Firewall* Get-Command *Module* Get-Command *Log*[/ICODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Top