Updated test.ps1

This commit is contained in:
Markus Fleschutz 2020-09-28 13:55:44 +02:00
parent 76d74b9b09
commit 4d6641b50c

View File

@ -5,5 +5,6 @@
# Source: github.com/fleschutz/PowerShell
# License: CC0
#
write-output "PowerShell Works!"
write-output "OK - PowerShell is working. Details are:"
echo $PSVersionTable
exit 0