PowerShell基本培训资料库 基本命令 通过Get-Help所有Powershell CmdLets Get-Help : Update-Help # Update the command's helpers included in PowerShell Get-Help * # Display available help articles Get-Help - Name Get-ChildItem # Display basic help information about a cmdlet Get-Help - Name Get-Process - Examples # Display cmdlet examples Get-Help - Name Get-Content - Online # Display online version of help Get-Help -