If else

PHOTO EMBED

Wed Dec 28 2022 00:50:21 GMT+0000 (Coordinated Universal Time)

Saved by @savabeh191

$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"
}
content_copyCOPY

https://lazyadmin.nl/powershell/powershell-script/