5 lines
114 B
PowerShell
5 lines
114 B
PowerShell
# a little script to test if powershell work with my machine
|
|
|
|
Write-Host("hello from powershell");
|
|
|
|
# ! it work :) |