Will return an Array containing information on the current machine. Array headers are Machine Name, Memory, Bit, Operating System, OS Version and Culture.
SppGetMachineInfo([Trigger])
Where:
Trigger is the trigger to be monitored for any changes in its value. Any change will cause the function to recalculate.
See How To: Force a data refresh when data has changed for one example of implementing a trigger.
Rule | Result | Meaning |
---|---|---|
SppGetMachineInfo() | {"Machine Name","Memory","Bit","Operating System","OS Version",""Culture"; "Bobs PC","23.95GB","64-Bit","Microsoft Windows 10 Enterprise","Microsoft Windows NT 6.3.9600.0","English (United Kingdom)"} | This is the returned Array containing information about the machine. |