Skip to content

Instantly share code, notes, and snippets.

@gabrielrojasnyc
Created December 30, 2015 13:11
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/ad05e2729352220e1599 to your computer and use it in GitHub Desktop.
Save gabrielrojasnyc/ad05e2729352220e1599 to your computer and use it in GitHub Desktop.
ScriptAnalyzer
$Global:Hello
$computers1 = 1..5
#Define variable
$DellSystemInfo = $Null
$time1 = '1001'
Get-Service -ComputerName laptop01 -Name BcmBtRSupport
function Show-Messages {
Write-Information "Hello World" -InformationAction Continue
Write-Information "Test 1,2,3 " -InformationAction Continue
}
function Display-Messages {
Write-Information "Hello World" -InformationAction Continue
Write-Information "Test 1,2,3 " -InformationAction Continue
}
Write-Host "This is a test Write-Host" -BackgroundColor DarkGreen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment