PowerShell/test.ps1

8 lines
174 B
PowerShell
Raw Normal View History

2020-05-01 11:44:56 +02:00
# PowerShell Script for Testing
# -----------------------------
# Author: Markus Fleschutz
# Source: github.com/fleschutz/PowerShell
2020-05-01 11:08:56 +02:00
write-output "PowerShell Works!"
exit 0