Files
quality_recticel/tray/test/qz/installer/provision/resources/script1.ps1
2025-10-05 14:32:47 -04:00

5 lines
265 B
PowerShell
Executable File

$shell="PowerShell"
$date="$(Get-Date -format "yyyy-MM-dd HH:mm:ss")"
$script="$($myInvocation.MyCommand.Name)"
# FIXME: ~/Desktop may try to write to /root/Desktop on Linux
echo "$date Successful provisioning test from '$shell': $script" >> ~/Desktop/provision.log