Created
December 30, 2015 13:11
-
-
Save gabrielrojasnyc/ad05e2729352220e1599 to your computer and use it in GitHub Desktop.
ScriptAnalyzer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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