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: 1005570"><p>Before accessing PowerShell help files, update them by running the following cmdlet in a PoSH console as Administrator:</p><p></p><p>[CODE]Update-Help[/CODE]</p><p></p><p><strong>NOTE: </strong>PowerShell must have internet access in order to update the PoSh help files.</p><p></p><p></p><p>To study a random PowerShell cmdlet, enter any of the following in a PowerShell console:</p><p></p><p>[CODE]Get-Help -Full (Get-Command | Get-Random) | More</p><p></p><p>Get-Help (Get-Command | Get-Random) -Online</p><p></p><p>Get-Help -ShowWindow (Get-Command | Get-Random)</p><p></p><p>Show-Command (Get-Command | Get-Random)[/CODE]</p></blockquote><p></p>
[QUOTE="ForgottenSeer 95367, post: 1005570"] Before accessing PowerShell help files, update them by running the following cmdlet in a PoSH console as Administrator: [CODE]Update-Help[/CODE] [B]NOTE: [/B]PowerShell must have internet access in order to update the PoSh help files. To study a random PowerShell cmdlet, enter any of the following in a PowerShell console: [CODE]Get-Help -Full (Get-Command | Get-Random) | More Get-Help (Get-Command | Get-Random) -Online Get-Help -ShowWindow (Get-Command | Get-Random) Show-Command (Get-Command | Get-Random)[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Top