Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
sktools
1902.4.1
webroot/http/example3.ps1
# You can use ps1 files as templates
# Let's import one of them
@"
$(Write-Host Hello World Example3!)
$(. $HomeDirectory\index.ps1)
"@