パイプライン入力 2 - ByPropertyName
PS> dir A | gm
TypeName: System.IO.FileInfo
PS> help New-Item -Full
構文
New-Item [[-Path] <String[]>] [-Confirm] [-Credential <PSCredential>] [-Force] [-ItemType <String>]
-Name <String> [-UseTransaction] [-Value <Object>] [-WhatIf] [<CommonParameters>]
-Name <String>
Specifies the name of the new item.
You can specify the name of the new item in the Name or Path parameter value, and you can specify the path of the new item in Name or Path value.
必須 true
位置 named
既定値 None
パイプライン入力を許可する True (ByPropertyName)
ワイルドカード文字を許可する false