Skip to content

Instantly share code, notes, and snippets.

@ishajain
Last active August 29, 2015 13:59
Show Gist options
  • Select an option

  • Save ishajain/10942310 to your computer and use it in GitHub Desktop.

Select an option

Save ishajain/10942310 to your computer and use it in GitHub Desktop.
param
(
[string]$name
)
if($name)
{
Write-Host "Welcome $name from second file"
}
else
{
Write-Host "Nothing!!"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment