class Inspec::Resources::Powershell

def exist?

we cannot determine if a command exists, because that does not work for scripts
def exist?
  nil
end