Playing with module imports
This commit is contained in:
5
HelperFunctions/test.ps1
Normal file
5
HelperFunctions/test.ps1
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Testing to see if a function can be imported via URL
|
||||||
|
|
||||||
|
function Show-ThisWorks {
|
||||||
|
Write-Host "This works!"
|
||||||
|
}
|
Reference in New Issue
Block a user