Add new properties to file details in PowerShell

前端 未结 0 1967
天命终不由人
天命终不由人 2020-12-08 01:47

I\'m trying to add a few custom properties to a file object using PowerShell.

$A = Get-ChildItem C:\\TEMP\\test.zip
$A | Add-Member -NotePropertyName          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题