I guess that is something I would like to see in the toolkit then.
That process is not quite working for me. If the file is there, I would like to set a variable to true, otherwise to false. I tried it like this:
try{Read-NaFile /vol/vol0/etc/info}
catch{$configured = $false}
No matter what, I get $configured as false when this runs. Maybe I missed something, but I thought that if an exception was thrown, it only then did what was in the catch.