====== Get-ChildItem (alias: gci) ======
1 つ以上の指定された場所にあるアイテムと子アイテムを取得する。\\
===== 使い方 =====
$ gci -h C:\Users
    Directory: C:\Users
Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
l--hs          2021/02/21    21:49                All Users -> C:\ProgramData
d-rh-          2021/05/29     3:30                Default
l--hs          2021/02/21    21:49                Default User -> C:\Users\Default
-a-hs          2021/02/21    21:33            174 desktop.ini
===== 参考文献 =====
[[https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-childitem|Get-ChildItem - Microsoft | Docs]]\\
[[https://docs.microsoft.com/ja-jp/powershell/module/microsoft.powershell.management/get-childitem|Get-ChildItem - Microsoft | Docs (日本語)]]\\