You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?xml version="1.0" encoding="UTF-8"?><extensionAttribute> <displayName>ARD Field 2</displayName> <displayInCategory>System Information</displayInCategory> <description>This attribute returns the ARD Computer Info field #2 from the Computer Information attributes in the Apple Remote Desktop settings of a machine.</description> <dataType>string</dataType> <scriptContentsMac>#!/bin/shif [ -f "/Library/Preferences/com.apple.RemoteDesktop.plist" ]; thenecho "<result>`/usr/bin/defaults read /Library/Preferences/com.apple.RemoteDesktop Text2`</result>"fi </scriptContentsMac></extensionAttribute>