9 lines
202 B
PowerShell
9 lines
202 B
PowerShell
![]() |
# SetupComplete.ps1 ...
|
||
|
|
||
|
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'
|
||
|
|
||
|
echo "[ place your code here ] ..."
|
||
|
|
||
|
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'
|
||
|
|