Home
Change View
Print
CimSystem
.ComputerName (read-only property)
Gets the name of the system.
Syntax:
String
=
object
.
ComputerName
Description:
CimSystem.ComputerName
returns the computer name of the system this object is connected to.
Example
if CimSystem.ComputerName = "COMPUTER1" then goto computer1