PowerShell Core for Linux Administrators Cookbook
上QQ阅读APP看书,第一时间看更新

How it works…

PowerShell cmdlets are in the Verb-Noun form. The word appearing before the hyphen is the verb, and the one after is the noun. When cmdlets are loaded from modules, PowerShell identifies the verbs and the nouns in them. The search promptly returns the cmdlets based on the search specifications. Filters based on the name of the verb, noun, or even the module restrict the search accordingly.