Skip to content

Instantly share code, notes, and snippets.

@gabrielrojasnyc
Created December 30, 2015 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielrojasnyc/efd60c0e6a49c5907c1b to your computer and use it in GitHub Desktop.
Save gabrielrojasnyc/efd60c0e6a49c5907c1b to your computer and use it in GitHub Desktop.
ScriptAnalyzer2
$local:Hello
$time1 = '1001'
Get-Service -ComputerName $env:COMPUTERNAME -Name BcmBtRSupport
function Show-Message {
Write-Information "Hello World" -InformationAction Continue
Write-Information "Test 1,2,3 $time1" -InformationAction Continue
}
function Show-Message1 {
Write-Information "Hello World" -InformationAction Continue
Write-Information "Test 1,2,3 " -InformationAction Continue
}
Write-Output "This is a test Write-Host"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment