xxxxxxxxxx
Set-Content D:\temp\test\test.txt 'Welcome to TutorialsPoint'
xxxxxxxxxx
# Create the config file with Powershell
New-Item -Path $HOME\.ssh\config -ItemType File
# Open config File with Notepad
C:\WINDOWS\System32\notepad.exe $HOME\.ssh\config
xxxxxxxxxx
// to create a file with windows powershell
New-Item -Path <file-name>
New-Item -Path test.txt