mirror of
https://github.com/Arvanaghi/CheckPlease
synced 2026-06-08 10:25:16 +00:00
3 lines
112 B
PowerShell
3 lines
112 B
PowerShell
if ((Get-WMIObject -Class Win32_ComputerSystem).Domain -eq ($($args) -join " ")) {
|
|
Write-Output "Proceed!"
|
|
} |