5 lines
112 B
PowerShell
5 lines
112 B
PowerShell
# Testing to see if a function can be imported via URL
|
|
|
|
function Show-ThisWorks {
|
|
Write-Host "This works!"
|
|
} |