I’m trying to standardize some local files between our *NIX and Windows servers. I’d like to store these files in a new folder inside the BES client directory. I tried using the following relevance with no luck:
not exists folder (parent folder of client) & "/folderdoesnotexist"
No clients showed up as relevant, so I’m assuming I’m doing something wrong. Can anyone help me out here with where I’m going wrong?
In addition to this, for the machines where this will eventually be relevant, I’m going to create the folder if it doesn’t exist. Would this be the correct syntax for the BigFix Action Script:
folder create {(parent folder of client) & "/folderdoesnotexist"}