Skip to main content

Powershell: Get Help

Source: pixabay.com

Ways to get help in Powershell.

Get-Help Select-String
help Select-String
man Selec-String
PS C:\Users\tuyen> get-help get-help

NAME
    Get-Help

SYNOPSIS
    Displays information about Windows PowerShell commands and concepts.

Popular posts from this blog

Powershell: Enable Firewall Log

We sometimes need to enable Windows firewall's log to troubleshoot. Here is how.

Powershell: head and tail command

Use head or tail to skim the first or last 5 lines.