Search Results for: properties in relevance

Results - 2806 Relevance Statements, 2203 Fixlets, 84 Analyses, 2 Dashboards, and 0 Signatures -- (8056.8017 ms)
Page 204 of 204 << < Prev Next > >>
  * Results in a true/false
Show indented relevance
if (exists property "cloud provider") then (if (exists name whose (it contains "Amazon") of cloud provider) then (if (exists path "$.imageId" of it) then (path "$.imageId" of it) else nothing) of (json of instance data of cloud provider) else nothing) else nothing
0 Votes
  * Results in a true/false
Show indented relevance
if (exists property "cloud provider") then (if (exists name whose (it contains "Amazon") of cloud provider) then (if (exists path "$.instanceId" of it) then (path "$.instanceId" of it) else nothing) of (json of instance data of cloud provider) else nothing) else nothing
0 Votes
  * Results in a true/false
Show indented relevance
if (exists property "cloud provider") then (if (exists name whose (it contains "Amazon") of cloud provider) then (if (exists path "$.availabilityZone" of it) then (path "$.availabilityZone" of it) else nothing) of (json of instance data of cloud provider) else nothing) else nothing
0 Votes
Used in 1 analsis   * Results in a true/false
Show indented relevance
if (exists property "cloud provider") then (if (exists name whose (it contains "Azure") of cloud provider) then true else false) else false
0 Votes
  * Results in a true/false
Show indented relevance
if (exists property "cloud provider") then (if (exists name whose (it contains "Azure") of cloud provider) then (if (exists path "$.compute.resourceGroupName" of it) then (path "$.compute.resourceGroupName" of it) else nothing) of (json of instance data of cloud provider) else nothing) else nothing
0 Votes
  * Results in a true/false
Show indented relevance
if (exists property "cloud provider") then (if (exists name whose (it contains "Azure") of cloud provider) then (if (exists path "$.compute.subscriptionId" of it) then (path "$.compute.subscriptionId" of it) else nothing) of (json of instance data of cloud provider) else nothing) else nothing
0 Votes
  * Results in a true/false
Show indented relevance
if (exists property "cloud provider") then (if (exists name whose (it contains "Azure") of cloud provider) then (if (exists path "$.compute.tags" of it) then (path "$.compute.tags" of it) else nothing) of (json of instance data of cloud provider) else nothing) else nothing
0 Votes
  * Results in a true/false
Show indented relevance
if (exists property "cloud provider") then (if (exists name whose (it contains "Azure") of cloud provider) then (if (exists path "$.compute.vmSize" of it) then (path "$.compute.vmSize" of it) else nothing) of (json of instance data of cloud provider) else nothing) else nothing
0 Votes
  * Results in a true/false
Show indented relevance
if (exists property "cloud provider") then (if (exists name whose (it contains "Azure") of cloud provider) then (if (exists path "$.network.interface[0].ipv4.subnet[0].address" of it) then (path "$.network.interface[0].ipv4.subnet[0].address" of it) else nothing) of (json of instance data of cloud provider) else nothing) else nothing
0 Votes
  * Results in a true/false
Show indented relevance
(exists (string values of properties "HotFixID" of it) whose (it = "KB5022842") of select objects "HotFixID from Win32_QuickFixEngineering" of wmis) as string
0 Votes
  * Results in a true/false
Show indented relevance
if exists property "hardware" then serial of hardware as string else ( if ((exists setting "BigFix_Custom_Serial" of client) and (exists value of setting "BigFix_Custom_Serial" of client)) then value of setting "BigFix_Custom_Serial" of client else ( if(name of operating system as lowercase starts with "mac")then(string "IOPlatformSerialNumber" of dictionary of service plane of iokit registry)else(if(name of operating system as lowercase starts with "win")then(if(exists folder((if(version of client >= "9" as version)then(pathname of parent folder of data folder of client)else(pathname of parent folder of regapp "besclient.exe"))& "\LMT\CIT\tlm_hw_scans"))then(unique values of(it as text)of(xpaths "Hardware/ComponentID/SerialNumber" of xml documents of files whose(name of it as lowercase contains "tlm_hw_" and modification time of it = (maximum of modification times of files of folder((if(version of client >= "9" as version) then(pathname of parent folder of data folder of client) else (pathname of parent folder of regapp "besclient.exe")) & "\LMT\CIT\tlm_hw_scans\")))of folders((if(version of client >= "9" as version)then(pathname of parent folder of data folder of client)else(pathname of parent folder of regapp "besclient.exe"))& "\LMT\CIT\tlm_hw_scans\")))else "Missing Hardware Scan")else(if(exists folder(((if(version of client >= "9" as version)then(pathname of parent folder of data folder of client)else(pathname of parent folder of parent folder of client folder of site "actionsite")))& "/LMT/CIT/tlm_hw_scans/"))then(if exists property "xml document" then(unique values of(it as text)of(xpaths "Hardware/ComponentID/SerialNumber" of xml documents of files whose(name of it as lowercase contains "tlm_hw_" and modification time of it = (maximum of modification times of files of folder((if (version of client >= "9" as version) then (pathname of parent folder of data folder of client) else (pathname of parent folder of parent folder of client folder of site "actionsite")) & "/LMT/CIT/tlm_hw_scans")))of folders(((if(version of client >= "9" as version)then(pathname of parent folder of data folder of client)else(pathname of parent folder of parent folder of client folder of site "actionsite")))& "/LMT/CIT/tlm_hw_scans/")))else(unique values of(following texts of lasts ">" of preceding texts of lasts "<" of lines containing "<SerialNumber>" whose(line number of it < 15)of files whose(name of it as lowercase contains "tlm_hw_" and modification time of it = (maximum of modification times of files of folder((if (version of client >= "9" as version) then (pathname of parent folder of data folder of client) else (pathname of parent folder of parent folder of client folder of site "actionsite")) & "/LMT/CIT/tlm_hw_scans")))of folders(((if(version of client >= "9" as version)then(pathname of parent folder of data folder of client)else(pathname of parent folder of parent folder of client folder of site "actionsite")))& "/LMT/CIT/tlm_hw_scans/"))))else "<Missing Hardware Scan>") ) ))
0 Votes
  * Results in a true/false
Show indented relevance
if ((exists setting "BigFix_Custom_Serial" of client) and (exists value of setting "BigFix_Custom_Serial" of client)) then value of setting "BigFix_Custom_Serial" of client else ( if exists property "hardware" then serial of hardware as string else ( if(name of operating system as lowercase starts with "mac") then (string "IOPlatformSerialNumber" of dictionary of service plane of iokit registry)else(if(name of operating system as lowercase starts with "win")then(if(exists folder((if(version of client >= "9" as version)then(pathname of parent folder of data folder of client)else(pathname of parent folder of regapp "besclient.exe"))& "\LMT\CIT\tlm_hw_scans"))then(unique values of(it as text)of(xpaths "Hardware/ComponentID/SerialNumber" of xml documents of files whose(name of it as lowercase contains "tlm_hw_" and modification time of it = (maximum of modification times of files of folder((if(version of client >= "9" as version) then(pathname of parent folder of data folder of client) else (pathname of parent folder of regapp "besclient.exe")) & "\LMT\CIT\tlm_hw_scans\")))of folders((if(version of client >= "9" as version)then(pathname of parent folder of data folder of client)else(pathname of parent folder of regapp "besclient.exe"))& "\LMT\CIT\tlm_hw_scans\")))else "Not supported: use BigFix_Custom_Serial Computer Property to set serial")else(if(exists folder(((if(version of client >= "9" as version)then(pathname of parent folder of data folder of client)else(pathname of parent folder of parent folder of client folder of site "actionsite")))& "/LMT/CIT/tlm_hw_scans/"))then(if exists property "xml document" then(unique values of(it as text)of(xpaths "Hardware/ComponentID/SerialNumber" of xml documents of files whose(name of it as lowercase contains "tlm_hw_" and modification time of it = (maximum of modification times of files of folder((if (version of client >= "9" as version) then (pathname of parent folder of data folder of client) else (pathname of parent folder of parent folder of client folder of site "actionsite")) & "/LMT/CIT/tlm_hw_scans")))of folders(((if(version of client >= "9" as version)then(pathname of parent folder of data folder of client)else(pathname of parent folder of parent folder of client folder of site "actionsite")))& "/LMT/CIT/tlm_hw_scans/")))else(unique values of(following texts of lasts ">" of preceding texts of lasts "<" of lines containing "<SerialNumber>" whose(line number of it < 15)of files whose(name of it as lowercase contains "tlm_hw_" and modification time of it = (maximum of modification times of files of folder((if (version of client >= "9" as version) then (pathname of parent folder of data folder of client) else (pathname of parent folder of parent folder of client folder of site "actionsite")) & "/LMT/CIT/tlm_hw_scans")))of folders(((if(version of client >= "9" as version)then(pathname of parent folder of data folder of client)else(pathname of parent folder of parent folder of client folder of site "actionsite")))& "/LMT/CIT/tlm_hw_scans/")))) else "Not supported: use BigFix_Custom_Serial Computer Property to set serial") ) ))
0 Votes
  * Results in a "string"/number
Show indented relevance
names of fixlets whose(exists relevances whose(it as lowercase contains " wmi") of it) of bes custom sites
0 Votes
Used in 1 analsis   * Results in a true/false
Show indented relevance
version of client > "8.0" and (if exists property "in proxy agent context" then not in proxy agent context else true)
0 Votes
  * Session Relevance
Show indented relevance
names of bes actions whose(targeting method of it contains "By Property" AND exists selected groups strings whose(it contains "By Group" AND it contains "All Computers") of it)
0 Votes
  * Results in a true/false
Show indented relevance
exist values "NetbiosOptions" whose (it as string != "2") of keys of key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters\Interfaces" of registry
0 Votes
Ethernet Adapters Info - Windows (Relevance 3023801)
  * Results in a "string"/number
Show indented relevance
/* MACAddress, Manufacturer, NetConnectionStatus, ProductName, Speed */ (following texts of firsts ", 2, " of concatenations ", " of string values of properties of it) of select objects "Manufacturer,ProductName,NetConnectionStatus,MACAddress,Speed from Win32_NetworkAdapter where (MACAddress IS NOT NULL and NetConnectionStatus IS NOT NULL and Speed IS NOT NULL)" of wmis
0 Votes
  * Session Relevance
Show indented relevance
names of custom bes fixlets whose(exists (it as lowercase) whose(it contains " wmi" OR it contains " descendant") of relevance of it AND not exists mime fields "x-relevance-evaluation-period" of it)
0 Votes
Used in 223 fixlets   * Results in a true/false
Show indented relevance
(if exists property "in proxy agent context" then ( not in proxy agent context ) else true )
0 Votes
Used in 2 fixlets   * Results in a true/false
Show indented relevance
(if exists property "android" of type "operating system" then (not android of operating system) else true)
0 Votes
Page 204 of 204 << < Prev Next > >>