Used in 2
fixlets
|
* Results in a true/false
|
exists local user "Administrator" OR exists local user "TheAdministrator"
exists local user "Administrator" OR exists local user "TheAdministrator"
|
Used in 1
fixlet
|
* Results in a true/false
|
NOT account disabled flag of local user "Administrator" OR NOT account disabled flag of local user "TheAdministrator"
NOT account disabled flag of local user "Administrator" OR NOT account disabled flag of local user "TheAdministrator"
|
Used in 1
fixlet
|
* Results in a true/false
|
( exists file "besrelay.dmp" of parent folder of regapp "besrelay.exe" ) OR ( if login account of service "BESRelay" != "LocalSystem" then exists file ( ( ( ( value "Local AppData" of it as string & "\BigFix\besrelay.dmp" ) of keys "Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" of keys of key "HKU" of registry ) ) whose ( it as string does not contain "\Default User\" ) ) else false )
(exists file "besrelay.dmp" of parent folder of regapp "besrelay.exe") OR (if login account of service "BESRelay" != "LocalSystem" then exists file ((((value "Local AppData" of it as string & "\BigFix\besrelay.dmp" ) of keys "Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" of keys of key "HKU" of registry)) whose (it as string does not contain "\Default User\")) else false)
|
Used in 1
fixlet
|
* Results in a true/false
|
exists ( ( ( value "Local AppData" of it as string & "\BigFix\" ) of keys "Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" of current user keys ( logged on users ) of registry ) ) whose ( exists file ( it as string & "BESConsole.dmp" ) or exists file ( it as string & "BESAdmin.dmp" ) )
exists (((value "Local AppData" of it as string & "\BigFix\" ) of keys "Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" of current user keys (logged on users) of registry)) whose (exists file (it as string & "BESConsole.dmp") or exists file (it as string & "BESAdmin.dmp"))
|
Used in 1
fixlet
|
* Results in a true/false
|
exists ( ( ( value "Local AppData" of it as string & "\BigFix\" ) of keys "Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" of current user keys ( logged on users ) of registry ) ) whose ( exists file ( it as string & "BESClientUI.dmp" ) )
exists (((value "Local AppData" of it as string & "\BigFix\" ) of keys "Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" of current user keys (logged on users) of registry)) whose (exists file (it as string & "BESClientUI.dmp"))
|