Powershell - Create Text File
Powershell - Create Text File Cmdlet New-Item cmdlet is used to create a text file and Set-Content cmdlet to put content into it. Step 1 In this example, we're creating a new text file named test.txt Type the following command in PowerShell ISE Console New
www.tutorialspoint.com