名前 Get-ChildItem 概要 Gets the items and child items in one or more specified locations. 構文 Get-ChildItem [[-Path] ] [[-Filter] ] [-Exclude ] [-Force] [-Include ] [-Nam e] [-Recurse] [-UseTransaction []] [] Get-ChildItem [[-Filter] ] [-Exclude ] [-Force] [-Include ] [-Name] [-Recurse] -Litera lPath [-UseTransaction []] [] 説明 The Get-ChildItem cmdlet gets the items in one or more specified locations. If the item is a container, it gets th e items inside the container, known as child items. You can use the Recurse parameter to get items in all child co ntainers. A location can be a file system location, such as a directory, or a location exposed by a different Windows PowerS hell provider, such as a registry hive or a certificate store. 関連するリンク Online Version: http://go.microsoft.com/fwlink/p/?linkid=290488 Get-Item Get-Location Get-Process Get-PSProvider 注釈 例を参照するには、次のように入力してください: "get-help Get-ChildItem -examples". 詳細を参照するには、次のように入力してください: "get-help Get-ChildItem -detailed". 技術情報を参照するには、次のように入力してください: "get-help Get-ChildItem -full". オンライン ヘルプを参照するには、次のように入力してください: "get-help Get-ChildItem -online"