Wake-on-LAN Analysis
| 0 Votes |
Description
| This analysis returns Wake-on-LAN configuration information, including which computers are Wake-on-LAN Forwarders. |
Property Details
| 30 | |
| Wake-on-LAN Analysis | |
| Wake LAN TABLE TBODY BigFix | |
| besSupport on 10/17/2012 1:16:36 PM | |
| danielheth on 10/17/2012 1:16:36 PM | |
| 8636 Views / 33 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Properties
BigFix Wake-on-LAN Forwarding
Period
Every Report
| * Results in a "string"/number |
if exists settings whose(name of it = "_BESClient_Comm_WakeOnLanForwardingEnable" and value of it = "1" ) of client then "Enabled" else "Disabled"
Last Man Standing
Period
Every Report
| * Results in a "string"/number |
if exists settings whose(name of it contains "PowerManagement_LastManStanding" AND value of it = "1") of client then "Enabled" else "Disabled"
BigFix Wake-on-LAN Subnet
Period
Every Report
| * Results in a "string"/number |
wake on lan subnet cidr string
IP and MAC addresses
Period
Every Report
| * Results in a "string"/number |
if (exists (broadcast address of item 1 of it, mac address of item 0 of it) of (adapters of it, ip interfaces of it) whose (address of item 0 of it = address of item 1 of it) of network as string) then ((broadcast address of item 1 of it, mac address of item 0 of it) of (adapters of it, ip interfaces of it) whose (address of item 0 of it = address of item 1 of it) of network as string) else nothings
Computer Type
Period
7 days
| * Results in a "string"/number |
if (exists setting "_BESClient_ComputerType" whose (exists value of it) of client) then (value of setting "_BESClient_ComputerType" of client) else (if (name of operating system starts with "Win") then (if ((exists active devices whose (class of it = "Battery") and NOT (exists active devices whose (service key value name of it as lowercase = "hidbatt")))) then "Laptop" else (if nt workstation product type = product type of operating system then "Workstation" else "Server")) else (if name of operating system starts with "Mac OS X" then (if ((exists key whose (it as string as lowercase contains "battery") of entries of dictionaries of nodes of it) or (exists node "AppleACPIPlatformExpert/SMB0/AppleECSMBusController/AppleSmartBatteryManager" of service plane of iokit registry) of it) of service plane of iokit registry then "Laptop" else (if (name of operating system contains "Server") then "Server" else "Workstation")) else (if (name of operating system contains "Server") then "Server" else "Workstation")))
Relevance
version of client >= "5.1"
| Used in 1 analsis | * Results in a true/false |
version of client >= "7.2" AND ((if (name of it= "Mac OS X") then (release of it >= "10.4" as version AND release of it <= "10.7" as version) else true) of operating system)
Sharing
| Social Media: |
Comments
|
|
|
| Also, this analysis may already be available somewhere in the console, probably in the BES Support site. | |
|
|
|
| The error you are getting is likely due to BigFixMe itself messing with the XML. This isn't a great option, but you can recreate each of the properties by hand through copy and paste. This seems to be happening more often so I need to follow up with IBM about fixing these issues. | |
|
|
|
| not working --------------------------- Content Import Error --------------------------- The content in 'Wake-on-LAN_Analysis.bes' could not be imported. XML Parsing error: invalid document structure Line 1, Character 1 --------------------------- OK --------------------------- | |

