new item pwoershelll code example
Example 1: powershell make file
New-Item <filename.filetype>
Example 2: powershell new item
New-Item "C:\file.txt" -ItemType File -Force
New-Item <filename.filetype>
New-Item "C:\file.txt" -ItemType File -Force