PowerShell create text file with formated content code example
Example: powershell create file content
Set-Content D:\temp\test\test.txt 'Welcome to TutorialsPoint'
Set-Content D:\temp\test\test.txt 'Welcome to TutorialsPoint'