官术网_书友最值得收藏!

Getting and exploring help options

Microsoft has designed PowerShell in such a way that it is easy to use for complex scripting and automation tasks, and it is also easy to use for an interactive command. The standard naming convention used for a PowerShell cmdlet will assist you in figuring out how to accomplish certain tasks. Understanding the help system capability in PowerShell will help you to write the complex scripting cases in a large infrastructure setup, and the help system in PowerShell will become your most important resource. On some Windows systems, in case you do not find the help system installed, you can update it using the update-Help cmdlet:

PS C:\>Update-Help -Force

Force with Update-Help indicates that the Update-Help cmdlet does not follow the once-per-day limitation; it skips version checking and downloads files that exceed the 1 GB limit. Also, you need to ensure that you started PowerShell as an administrator before attempting to run this command.

The Get-Help cmdlet displays information about the necessary help for any other cmdlet that you need the information for. You can seek help on any cmdlet using Get-Help. For example, if you want to seek information on the Get-Process cmdlet, then you can use the following command:

PS C:\>Get-Help Get-Process

The output shows the help for Get-Process. I would encourage you to check the following commonly used variant of the Get-Help cmdlet, which would feed you more detailed information on the specific cmdlet. This is what will help you to understand the command usage in detail when you start scripting:

PS C:\>Get-Help Get-Process -ShowWindow
PS C:\>Get-Help Get-Process -Detailed
PS C:\>Get-Help Get-Process -Full
PS C:\>Get-Help Get-Process -Online
主站蜘蛛池模板: 咸阳市| 即墨市| 洞头县| 商水县| 石林| 海晏县| 盱眙县| 昆山市| 台北县| 台东市| 龙泉市| 且末县| 浦东新区| 金山区| 旺苍县| 改则县| 油尖旺区| 武邑县| 上饶市| 略阳县| 崇仁县| 射洪县| 明溪县| 随州市| 莱芜市| 咸阳市| 凌源市| 紫金县| 建水县| 林周县| 陇南市| 定州市| 安化县| 昂仁县| 旅游| 荥阳市| 仙游县| 碌曲县| 横峰县| 德惠市| 修水县|