powershell - help

> Get-Help Get-ChildItem -detailed
#> help Get-ChildItem 
名前
    Get-ChildItem
    
構文
    Get-ChildItem [[-Path] <string[]>] [[-Filter] <string>]  [<CommonParameters>]
    
    Get-ChildItem [[-Filter] <string>]  [<CommonParameters>]
    
    
パラメーター
    -Attributes <FlagsExpression[FileAttributes]>
    
    -Depth <uint32>
    
    -Directory
    
    -Exclude <string[]>
    
    -File
    
    -Filter <string>
    
    -Force
    
    -Hidden
    
    -Include <string[]>
    
    -LiteralPath <string[]>
    
    -Name
    
    -Path <string[]>
    
    -ReadOnly
    
    -Recurse
    
    -System
    
    -UseTransaction
    
    <CommonParameters>
        このコマンドレットは、次の共通パラメーターをサポートします: Verbose、
        Debug、ErrorAction、ErrorVariable、WarningAction、WarningVariable、
        OutBuffer, PipelineVariable、および OutVariable。詳細については、
        about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216) 
        を参照してください。
    

エイリアス
    gci
    ls
    dir
    

注釈
    Get-Help を実行しましたが、このコンピューターにこのコマンドレットのヘルプ ファイルは見つかりませんでした。ヘルプの一部だけが表示されています。
        -- このコマンドレットを含むモジュールのヘルプ ファイルをダウンロードしてインストールするには、Update-Help を使用してください。
        -- このコマンドレットのヘルプ トピックをオンラインで確認するには、「Get-Help Get-ChildItem -Online」と入力するか、
           https://go.microsoft.com/fwlink/?LinkID=113308 を参照してください。