Check for existence of network drive

(imported topic written by SystemAdmin)

Hi,

Can someone help me to check for existing network drive? I used the following but it only works on local QnA but doesn’t when used on BigFix. When applied in BF the network drives doesn’t exist but the client is mapped :frowning:

q: if exist folder “x:” then “Audit Passed” esle “Audit Failed”

q: exist drive “x:” then “Audit Passed” esle “Audit Failed”

Thanks :slight_smile:

(imported comment written by BenKus)

Sounds like you have the same problem as boostaz:

http://forum.bigfix.com/viewtopic.php?id=2235

Ben