मैं PowerShell प्रलेखन सिंटैक्स की एक अच्छी व्याख्या का उपयोग कर सकता है:
> man Update-Help
SYNTAX
Update-Help [[-Module] <string[]>] [[-SourcePath] <string[]>] [[-UICulture] <cultureinfo[]>] [-Recurse] [-Credential <pscredential>] [-UseDefaultCredentials]
[-Force] [<CommonParameters>]
Update-Help [[-Module] <string[]>] [[-UICulture] <cultureinfo[]>] [-LiteralPath <string[]>] [-Recurse] [-Credential <pscredential>] [-UseDefaultCredentials]
[-Force] [<CommonParameters>]
तो मैंने आदमी को अपडेट करने की कोशिश की:
> Update-Help Get-ChildItem
त्रुटि:
Update-Help : No Windows PowerShell modules were found that match the following pattern: Get-ChildItem. Verify the pattern and then try the command again.At line:1
char:1
+ Update-Help Get-ChildItem
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (Get-ChildItem:String) [Update-Help], Exception
+ FullyQualifiedErrorId : ModuleNotFound,Microsoft.PowerShell.Commands.UpdateHelpCommand
विशेष रूप से मैं जानना चाहता हूं कि कौन से पैरामीटर अनिवार्य हैं, उन मापदंडों का प्रकार क्या है और क्या उन्हें एक विशिष्ट क्रम में आने की आवश्यकता है?
-full
। जैसेGet-Help Update-Help -full | more