• 追加された行はこの色です。
  • 削除された行はこの色です。
* パイプライン入力 2 - ByPropertyName [#c9b2d75a]


 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



トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS