$computername = Get-Computername
# Check if the computer name equal LT3452
if ($computername -eq 'LT3452') {
Write-Host "This computer is from LazyAdmin"
}else{
Write-host "This is someone else's computer"
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter