LANCommander/LANCommander.Server/Snippets/Examples/Write to File.ps1
2024-08-04 18:44:33 -05:00

2 lines
No EOL
100 B
PowerShell

# Write contents of a string to a file
Set-Content "$InstallDirectory\<File Path>" "Hello world!"