New-Item -Path 'C:\Temp' -Name 'MyFile.txt' -ItemType File -Value 'Hello world' -Force If we pretend that we actually need all those parameters we immediately see that the line is getting a little long. When we’re in the position where we need to scroll horizontally to see the...