Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR POWERSHELL

call function powershell

Write-Host "Before calling Function."

function testFunction {
    Write-Host "Function has been called"
}

testFunction
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #call #function #powershell
ADD COMMENT
Topic
Name
2+7 =